Home
last modified time | relevance | path

Searched refs:ToUInt64 (Results 1 – 25 of 29) sorted by relevance

12

/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp124 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 DTargetAddressTableColumn.cpp26 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 DIntegerValue.h21 uint64 ToUInt64() const in ToUInt64() function
22 { return fValue.ToUInt64(); } in ToUInt64()
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp395 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 DCStringValueNode.cpp85 piece.SetToMemory(addressData.ToUInt64()); in ResolvedLocationAndValue()
88 addressData.ToUInt64()); in ResolvedLocationAndValue()
H A DBMessageValueNode.cpp177 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 DAddressValueNode.cpp193 status_t error = fType->ResolveObjectDataLocation(parentValue->ToUInt64(), in ResolveLocation()
H A DBListValueNode.cpp85 uint64 listAddress = fParent->fDataLocation.ToUInt64(); in ResolveLocation()
151 piece.SetToMemory(fLocation.ToUInt64()); in ResolveLocation()
/haiku/src/system/boot/loader/net/
H A DARP.cpp122 mac.ToUInt64())); in GetMACForIP()
130 mac.ToUInt64())); in GetMACForIP()
152 mac.ToUInt64())); in GetMACForIP()
H A DEthernet.cpp128 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 DType.cpp60 : upper.ToUInt64() - lower.ToUInt64() + 1; in CountElements()
/haiku/src/kits/debugger/value/values/
H A DAddressValue.cpp31 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, fValue.ToUInt64()); in ToString()
H A DIntegerValue.cpp41 string << fValue.ToUInt64(); in ToString()
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp217 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 DRegistersView.cpp107 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 DVariant.cpp164 return ToUInt64() == other.ToUInt64(); in operator ==()
297 BVariant::ToUInt64() const in ToUInt64() function in BVariant
/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp159 sTFTP.MACAddress().ToUInt64()) != B_OK in platform_register_boot_device()
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp736 _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 DNetDefs.h49 uint64 ToUInt64() const in ToUInt64() function
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp208 fRequestedAddress = resultVariant.ToUInt64(); in MessageReceived()
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp804 byteSize = value.ToUInt64(); in ResolveDataMemberLocation()
820 bitOffset = value.ToUInt64(); in ResolveDataMemberLocation()
835 bitSize = value.ToUInt64(); in ResolveDataMemberLocation()
H A DDwarfTypeFactory.cpp1122 upperBound.SetTo(lowerBound.ToUInt64() + count.ToUInt64() - 1); in _CreateSubrangeType()
1413 _size = size.ToUInt64(); in _ResolveTypeByteSize()
/haiku/headers/private/shared/
H A DVariant.h98 uint64 ToUInt64() const;
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp280 fIntRegisters[index] = value.ToUInt64(); in SetRegisterValue()
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp319 address = variantValue.ToUInt64(); in EvaluateExpression()

12