/haiku/src/kits/debugger/util/ |
H A D | IntegerFormatter.cpp | 124 value.ToUInt64()); in FormatValue() 127 snprintf(buffer, bufferSize, "%#x", (uint8)value.ToUInt64()); in FormatValue() 130 snprintf(buffer, bufferSize, "%#x", (uint16)value.ToUInt64()); in FormatValue() 134 (uint32)value.ToUInt64()); in FormatValue() 138 snprintf(buffer, bufferSize, "%#" B_PRIx64, value.ToUInt64()); in FormatValue()
|
/haiku/src/apps/debugger/user_interface/gui/util/ |
H A D | TargetAddressTableColumn.cpp | 26 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, value.ToUInt64()); in PrepareField() 36 uint64 valueA = a.ToUInt64(); in CompareValues() 37 uint64 valueB = b.ToUInt64(); in CompareValues()
|
/haiku/headers/private/debugger/value/values/ |
H A D | IntegerValue.h | 21 uint64 ToUInt64() const in ToUInt64() function 22 { return fValue.ToUInt64(); } in ToUInt64()
|
/haiku/src/kits/debugger/source_language/c_family/ |
H A D | CLanguageExpressionEvaluator.cpp | 395 fPrimitive.SetTo(fPrimitive.ToUInt64() in operator +=() 396 + temp.fPrimitive.ToUInt64()); in operator +=() 475 fPrimitive.SetTo(fPrimitive.ToUInt64() in operator -=() 476 - temp.fPrimitive.ToUInt64()); in operator -=() 555 fPrimitive.SetTo(fPrimitive.ToUInt64() in operator /=() 556 / temp.fPrimitive.ToUInt64()); in operator /=() 635 fPrimitive.SetTo(fPrimitive.ToUInt64() in operator *=() 636 * temp.fPrimitive.ToUInt64()); in operator *=() 715 fPrimitive.SetTo(fPrimitive.ToUInt64() in operator %=() 716 % temp.fPrimitive.ToUInt64()); in operator %=() [all …]
|
/haiku/src/kits/debugger/value/value_nodes/ |
H A D | CStringValueNode.cpp | 85 piece.SetToMemory(addressData.ToUInt64()); in ResolvedLocationAndValue() 88 addressData.ToUInt64()); in ResolvedLocationAndValue()
|
H A D | BMessageValueNode.cpp | 177 fieldAddress.SetTo(headerAddress.ToUInt64() in ResolvedLocationAndValue() 254 headerAddress.ToUInt64(), strerror(error)); in ResolvedLocationAndValue() 273 fDataLocation.SetTo(fieldAddress.ToUInt64() + fieldsSize); in ResolvedLocationAndValue() 295 ", result: %s\n", headerAddress.ToUInt64(), strerror(error)); in ResolvedLocationAndValue() 306 ", result: %s\n", fDataLocation.ToUInt64(), strerror(error)); in ResolvedLocationAndValue() 605 piece.SetToMemory(fDataLocation.ToUInt64() + offset); in _FindDataLocation()
|
H A D | AddressValueNode.cpp | 193 status_t error = fType->ResolveObjectDataLocation(parentValue->ToUInt64(), in ResolveLocation()
|
H A D | BListValueNode.cpp | 85 uint64 listAddress = fParent->fDataLocation.ToUInt64(); in ResolveLocation() 151 piece.SetToMemory(fLocation.ToUInt64()); in ResolveLocation()
|
/haiku/src/system/boot/loader/net/ |
H A D | ARP.cpp | 122 mac.ToUInt64())); in GetMACForIP() 130 mac.ToUInt64())); in GetMACForIP() 152 mac.ToUInt64())); in GetMACForIP()
|
H A D | Ethernet.cpp | 128 destination.ToUInt64(), protocol, (buffer ? buffer->TotalSize() : 0))); in Send() 204 header->destination.ToUInt64(), ntohs(header->type), in ProcessIncomingPackets()
|
/haiku/src/kits/debugger/model/ |
H A D | Type.cpp | 60 : upper.ToUInt64() - lower.ToUInt64() + 1; in CountElements()
|
/haiku/src/kits/debugger/value/values/ |
H A D | AddressValue.cpp | 31 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, fValue.ToUInt64()); in ToString()
|
H A D | IntegerValue.cpp | 41 string << fValue.ToUInt64(); in ToString()
|
/haiku/src/kits/debugger/value/ |
H A D | ValueLoader.cpp | 217 ssize_t bytesRead = fTeamMemory->ReadMemory(location.ToUInt64(), in LoadRawValue() 232 return fTeamMemory->ReadMemoryString(location.ToUInt64(), in LoadStringValue()
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | RegistersView.cpp | 107 uint64 valueA = a.ToUInt64(); in CompareValues() 108 uint64 valueB = b.ToUInt64(); in CompareValues() 338 message->AddUInt64("address", value.ToUInt64()); in TableCellMouseDown()
|
/haiku/src/kits/shared/ |
H A D | Variant.cpp | 164 return ToUInt64() == other.ToUInt64(); in operator ==() 297 BVariant::ToUInt64() const in ToUInt64() function in BVariant
|
/haiku/src/system/boot/platform/pxe_ia32/ |
H A D | devices.cpp | 159 sTFTP.MACAddress().ToUInt64()) != B_OK in platform_register_boot_device()
|
/haiku/src/kits/debugger/dwarf/ |
H A D | DwarfExpressionEvaluator.cpp | 736 _Push(value.ToUInt64()); in _DereferenceAddress() 772 _Push(value.ToUInt64()); in _DereferenceAddressSpaceAddress() 783 _Push(value.ToUInt64() + offset); in _PushRegister()
|
/haiku/headers/private/kernel/boot/net/ |
H A D | NetDefs.h | 49 uint64 ToUInt64() const in ToUInt64() function
|
/haiku/src/apps/debugger/user_interface/gui/utility_windows/ |
H A D | WatchPromptWindow.cpp | 208 fRequestedAddress = resultVariant.ToUInt64(); in MessageReceived()
|
/haiku/src/kits/debugger/debug_info/ |
H A D | DwarfTypes.cpp | 804 byteSize = value.ToUInt64(); in ResolveDataMemberLocation() 820 bitOffset = value.ToUInt64(); in ResolveDataMemberLocation() 835 bitSize = value.ToUInt64(); in ResolveDataMemberLocation()
|
H A D | DwarfTypeFactory.cpp | 1122 upperBound.SetTo(lowerBound.ToUInt64() + count.ToUInt64() - 1); in _CreateSubrangeType() 1413 _size = size.ToUInt64(); in _ResolveTypeByteSize()
|
/haiku/headers/private/shared/ |
H A D | Variant.h | 98 uint64 ToUInt64() const;
|
/haiku/src/kits/debugger/arch/x86_64/ |
H A D | CpuStateX8664.cpp | 280 fIntRegisters[index] = value.ToUInt64(); in SetRegisterValue()
|
/haiku/src/apps/debugger/user_interface/cli/ |
H A D | CliContext.cpp | 319 address = variantValue.ToUInt64(); in EvaluateExpression()
|