OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hexcaps
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/priv/
main_util.c
268
least 67 bytes long). Observe BASE, SYNED and
HEXCAPS
. */
271
Int base, Bool syned, Bool
hexcaps
)
301
buf[i] = toHChar(buf[i] + (
hexcaps
? 'A' : 'a') - '9' - 1);
430
Bool
hexcaps
= True; /* *format == 'X'; */
local
437
convert_int(intbuf, l, base, False/*unsigned*/,
hexcaps
);
447
Bool
hexcaps
= toBool(*format == 'P');
local
449
convert_int(intbuf, l, 16/*base*/, False/*unsigned*/,
hexcaps
);
Completed in 189 milliseconds