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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dlegacy_hc.c120 static const char hex_digits[] = "0123456789ABCDEF"; local
148 *q++ = hex_digits[((uchar_t)c & 0xf0) >> 4];
149 *q++ = hex_digits[(uchar_t)c & 0xf];
H A Dmem.c150 static const char hex_digits[] = "0123456789ABCDEF"; local
178 *q++ = hex_digits[((uchar_t)c & 0xf0) >> 4];
179 *q++ = hex_digits[(uchar_t)c & 0xf];

Completed in 22 milliseconds