Searched refs:hex (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dstring.c31 static const char hex[] = "0123456789abcdef"; variable
55 *--cp = hex[n & 0xf];
/darwin-on-arm/xnu/SETUP/config/
H A Dlexer.l37 int hex(char *str);
130 yylval.val = hex(yytext);
201 hex(char *str)
/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h93 #define hex2ascii(hex) (hex2ascii_data[hex])
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c749 #define hibhex2ascii(hex) (hibhex2ascii_data[hex])
803 * \10 gives octal; \20 gives hex. Each arg is a sequence of characters,
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1747 * - value before : is hex
1750 * - hex+port case means value before first dot is actually hex
1751 * - . is always preceded by digits except if last hex was double-colon
1780 int hex; /* contains hex values */ local
1803 hex = 0;
1828 } else if (hex && (*pd == '%')) {
1836 if (hex && (dots == 2)) { /* hex
[all...]

Completed in 43 milliseconds