OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phex_nz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
print-utils.cc
183
phex_nz
(ULONGEST l, int sizeof_l)
function
215
return
phex_nz
(l, sizeof (l));
229
xsnprintf (result, PRINT_CELL_SIZE, "0x%s",
phex_nz
(num, sizeof (num)));
240
const char *hex =
phex_nz
(num, sizeof (num));
320
strcat (str,
phex_nz
(addr, sizeof (addr)));
332
phex_nz
((uintptr_t) addr, sizeof (addr)));
/src/external/gpl3/gdb.old/dist/gdbsupport/
print-utils.cc
183
phex_nz
(ULONGEST l, int sizeof_l)
function
215
return
phex_nz
(l, sizeof (l));
229
xsnprintf (result, PRINT_CELL_SIZE, "0x%s",
phex_nz
(num, sizeof (num)));
240
const char *hex =
phex_nz
(num, sizeof (num));
320
strcat (str,
phex_nz
(addr, sizeof (addr)));
332
phex_nz
((uintptr_t) addr, sizeof (addr)));
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026