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

12

/haiku/headers/private/debugger/value/values/
H A DIntegerValue.h21 uint64 ToUInt64() const function in class:IntegerValue
22 { return fValue.ToUInt64(); }
/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.cpp26 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, value.ToUInt64());
36 uint64 valueA = a.ToUInt64();
37 uint64 valueB = b.ToUInt64();
/haiku/src/kits/debugger/value/values/
H A DAddressValue.cpp31 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, fValue.ToUInt64());
H A DIntegerValue.cpp41 string << fValue.ToUInt64();
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp124 value.ToUInt64());
127 snprintf(buffer, bufferSize, "%#x", (uint8)value.ToUInt64());
130 snprintf(buffer, bufferSize, "%#x", (uint16)value.ToUInt64());
134 (uint32)value.ToUInt64());
138 snprintf(buffer, bufferSize, "%#" B_PRIx64, value.ToUInt64());
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp85 piece.SetToMemory(addressData.ToUInt64());
88 addressData.ToUInt64());
H A DBMessageValueNode.cpp177 fieldAddress.SetTo(headerAddress.ToUInt64()
254 headerAddress.ToUInt64(), strerror(error));
273 fDataLocation.SetTo(fieldAddress.ToUInt64() + fieldsSize);
295 ", result: %s\n", headerAddress.ToUInt64(), strerror(error));
306 ", result: %s\n", fDataLocation.ToUInt64(), strerror(error));
605 piece.SetToMemory(fDataLocation.ToUInt64() + offset);
H A DAddressValueNode.cpp193 status_t error = fType->ResolveObjectDataLocation(parentValue->ToUInt64(),
H A DBListValueNode.cpp85 uint64 listAddress = fParent->fDataLocation.ToUInt64();
151 piece.SetToMemory(fLocation.ToUInt64());
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp395 fPrimitive.SetTo(fPrimitive.ToUInt64()
396 + temp.fPrimitive.ToUInt64());
475 fPrimitive.SetTo(fPrimitive.ToUInt64()
476 - temp.fPrimitive.ToUInt64());
555 fPrimitive.SetTo(fPrimitive.ToUInt64()
556 / temp.fPrimitive.ToUInt64());
635 fPrimitive.SetTo(fPrimitive.ToUInt64()
636 * temp.fPrimitive.ToUInt64());
715 fPrimitive.SetTo(fPrimitive.ToUInt64()
716 % temp.fPrimitive.ToUInt64());
[all...]
/haiku/src/kits/debugger/model/
H A DType.cpp60 : upper.ToUInt64() - lower.ToUInt64() + 1;
/haiku/src/system/boot/loader/net/
H A DEthernet.cpp128 destination.ToUInt64(), protocol, (buffer ? buffer->TotalSize() : 0)));
204 header->destination.ToUInt64(), ntohs(header->type),
H A DARP.cpp122 mac.ToUInt64()));
130 mac.ToUInt64()));
152 mac.ToUInt64()));
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp107 uint64 valueA = a.ToUInt64();
108 uint64 valueB = b.ToUInt64();
338 message->AddUInt64("address", value.ToUInt64());
/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp159 sTFTP.MACAddress().ToUInt64()) != B_OK
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp217 ssize_t bytesRead = fTeamMemory->ReadMemory(location.ToUInt64(),
232 return fTeamMemory->ReadMemoryString(location.ToUInt64(),
/haiku/src/kits/shared/
H A DVariant.cpp164 return ToUInt64() == other.ToUInt64();
297 BVariant::ToUInt64() const function in class:BVariant
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h49 uint64 ToUInt64() const function in struct:mac_addr_t
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp736 _Push(value.ToUInt64());
772 _Push(value.ToUInt64());
783 _Push(value.ToUInt64() + offset);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp208 fRequestedAddress = resultVariant.ToUInt64();
/haiku/headers/private/shared/
H A DVariant.h98 uint64 ToUInt64() const;
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp804 byteSize = value.ToUInt64();
820 bitOffset = value.ToUInt64();
835 bitSize = value.ToUInt64();
H A DDwarfTypeFactory.cpp1123 upperBound.SetTo(lowerBound.ToUInt64() + count.ToUInt64() - 1);
1414 _size = size.ToUInt64();
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp280 fIntRegisters[index] = value.ToUInt64();
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp319 address = variantValue.ToUInt64();

Completed in 125 milliseconds

12