Searched refs:hex2ascii_data (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/libkern/
H A Dlibkern.h91 extern char const hex2ascii_data[];
93 #define hex2ascii(hex) (hex2ascii_data[hex])
H A Dbcd.c62 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable

Completed in 18 milliseconds