Lines Matching defs:hexchars
200 static const char hexchars[16] = "0123456789abcdef";203 to[nn] = hexchars[(value >> (width*4)) & 15];