Searched refs:B_PRIx64 (Results 1 - 25 of 112) sorted by path

12345

/haiku/headers/build/
H A DHaikuBuildCompatibility.h235 # define B_PRIx64 __HAIKU_PRI_PREFIX_64 "x" macro
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp333 errorMessage.SetToFormat("Unable to read address 0x%" B_PRIx64
454 computedAddress.SetToFormat("0x%" B_PRIx64, address);
H A DMemoryView.cpp206 snprintf(buffer, sizeof(buffer), "%0*" B_PRIx64,
806 snprintf(buffer, bufferSize, "%0*" B_PRIx64,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp2290 TRACE_GUI("SourceView::ScrollToAddress(%#" B_PRIx64 ")\n", address);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.cpp26 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, value.ToUInt64());
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp96 text.SetToFormat("0x%" B_PRIx64, fInitialAddress);
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp118 snprintf(buffer, sizeof(buffer), "0x%016" B_PRIx64 ": %16.16s %s", address,
177 snprintf(buffer, sizeof(buffer), "0x%016" B_PRIx64 ": %16.16s %s", address,
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2039 TRACE_CONTROL("TeamDebugger::_HandleSetUserBreakpoint(%#" B_PRIx64
2094 TRACE_CONTROL(" relative address: %#" B_PRIx64 ", source location: "
2121 TRACE_CONTROL(" function instance %p: range: %#" B_PRIx64 " - %#"
2122 B_PRIx64 "\n", instance, instance->Address(),
2144 TRACE_CONTROL(" breakpoint address using source info: %" B_PRIx64
2155 TRACE_CONTROL(" final breakpoint address: %" B_PRIx64 "\n",
2191 TRACE_CONTROL("TeamDebugger::_HandleClearUserBreakpoint(%#" B_PRIx64 ")\n",
2246 TRACE_CONTROL("TeamDebugger::_HandleClearWatchpoint(%#" B_PRIx64 ")\n",
2273 TRACE_CONTROL("TeamDebugger::_HandleInspectAddress(%" B_PRIx64 ", %p)\n",
2314 TRACE_CONTROL("TeamDebugger::_HandleWriteTargetMemory(%" B_PRIx64 ",
[all...]
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp507 TRACE_CONTROL("BREAKPOINT at %#" B_PRIx64 " installed: %s\n",
515 TRACE_CONTROL("BREAKPOINT at %#" B_PRIx64 " uninstalled\n",
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp513 WARNING("Area %" B_PRIu64 " (ID %#" B_PRIx32 " @ %#" B_PRIx64
530 B_PRIx32 " @ %#" B_PRIx64 ", name: '%s')", i, id, baseAddress,
/haiku/src/kits/debugger/model/
H A DTeam.cpp575 TRACE_CODE("Team::GetStatementAtAddress(%#" B_PRIx64 ")\n", address);
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp295 printf(" address %#" B_PRIx64, piece.address);
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp138 snprintf(buffer, bufferSize, "%#" B_PRIx64, value.ToUInt64());
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp123 B_PRIx64 ", bits: %" B_PRIu32 "\n", i, address,
H A DValueWriter.cpp79 B_PRIx64 ", bits: %" B_PRIu32 "\n", i, address,
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp87 TRACE_LOCALS(" Address found: %#" B_PRIx64 "\n",
/haiku/src/kits/debugger/value/values/
H A DAddressValue.cpp31 snprintf(buffer, sizeof(buffer), "%#" B_PRIx64, fValue.ToUInt64());
/haiku/src/kits/storage/
H A DQueryPredicate.cpp292 sprintf(buffer, "0x%016" B_PRIx64, value.asInteger);
/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp520 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
527 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
534 dprintf(" base 0x%08" B_PRIx64 ", length 0x%08" B_PRIx64 "\n",
/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp122 TRACE_MTRR(" mtrr: %2" B_PRIu32 ": base: %#10" B_PRIx64 ", size: %#10"
123 B_PRIx64 ", type: %u\n", i, info.base, info.size,
345 TRACE_MTRR2("%12" B_PRIx64 " (%p)\n", rangePoints[i].address,
416 TRACE_MTRR2("%12" B_PRIx64 " - %12" B_PRIx64 ": %" B_PRIu32 "\n",
465 TRACE_MTRR2("%12" B_PRIx64 " - %12" B_PRIx64 ": %" B_PRIu32 "\n",
508 B_PRIx64 ".\n", updateInfo.ignoreUncacheableSize);
515 "ignoring uncacheable ranges up to size %#" B_PRIx64 ".\n",
564 TRACE_MTRR2("add_memory_type_range(%" B_PRId32 ", %#" B_PRIx64 ",
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp706 "virtual address: %#" B_PRIxADDR ", pde: %#" B_PRIx64
707 ", existing pte: %#" B_PRIx64, virtualAddress, *pageDirEntry, *entry);
/haiku/src/system/kernel/debug/
H A Ddebug_builtin_commands.cpp95 kprintf("%" B_PRIu64 " (0x%" B_PRIx64 ")\n", result, result);
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp187 ", value: %d vs %d, count: %#" B_PRIx64, threadIndex,
229 ", value: %d vs %d, count: %#" B_PRIx64, threadIndex,
276 ", value: %d vs %d, count: %#" B_PRIx64, threadIndex,
/haiku/headers/os/support/
H A DSupportDefs.h88 #define B_PRIx64 __HAIKU_PRI_PREFIX_64 "x" macro
163 #define B_PRIxOFF B_PRIx64
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1567 #define B_PRIx64 FSSH_B_PRIx64 macro

Completed in 212 milliseconds

12345