Searched refs:hex (Results 1 – 1 of 1) sorted by relevance
52 static const char hex[16] = variable194 hexnum[i * 2] = hex[val >> 4]; in bin2hex()195 hexnum[i * 2 + 1] = hex[val & 0xf]; in bin2hex()
Completed in 4 milliseconds