Searched defs:hex_val (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c483 static char hex_val[] = "0123456789abcdef"; local
551 hex_val[(u1>>4)& 0xF]);
553 hex_val[u1& 0xF]);
615 *--fmt = hex_val[uval % base];

Completed in 87 milliseconds