Searched refs:tohex (Results 1 – 1 of 1) sorted by relevance
329 static char tohex[16] = "0123456789abcdef"; in num_to_hex8() local332 out[i] = tohex[n & 15]; in num_to_hex8()