OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xtoa
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/roken/
vis.c
128
#define
xtoa
(c) "0123456789abcdef"[c]
macro
159
*dst++ =
xtoa
(((unsigned int)c >> 4) & 0xf);
160
*dst++ =
xtoa
((unsigned int)c & 0xf);
/src/tests/lib/libc/sys/
t_select.c
63
xtoa
(uint8_t n)
function
81
buf[j++] =
xtoa
(N(p, k - 1));
/src/lib/libc/gen/
vis.c
130
#define
xtoa
(c) L"0123456789abcdef"[c]
macro
131
#define
XTOA
(c) L"0123456789ABCDEF"[c]
177
*dst++ =
xtoa
(((unsigned int)c >> 4) & 0xf);
178
*dst++ =
xtoa
((unsigned int)c & 0xf);
199
*dst++ =
XTOA
(((unsigned int)c >> 4) & 0xf);
200
*dst++ =
XTOA
((unsigned int)c & 0xf);
/src/external/gpl3/gcc/dist/libgfortran/io/
write.c
958
xtoa
(GFC_UINTEGER_LARGEST n, char *buffer, size_t len)
function
1309
p =
xtoa
(n, itoa_buf, sizeof (itoa_buf));
/src/external/gpl3/gcc.old/dist/libgfortran/io/
write.c
956
xtoa
(GFC_UINTEGER_LARGEST n, char *buffer, size_t len)
function
1302
p =
xtoa
(n, itoa_buf, sizeof (itoa_buf));
Completed in 81 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026