Searched refs:hexChars (Results 1 – 1 of 1) sorted by relevance
1820 static char hexChars[] = "0123456789ABCDEF"; variable1856 *byteStr = (strchr(hexChars, *hexStr++) - hexChars) << 4;1857 *byteStr += (strchr(hexChars, *hexStr++) - hexChars);