Lines Matching refs:hexdig
1490 static unsigned char hexdig[256]; variable
1512 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init()
1513 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init()
1514 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init()
1562 if (!hexdig['0'])
1574 if ((c1 = hexdig[c]))
1781 if (!hexdig['0'])
1792 if (hexdig[*s])
1807 if (!hexdig[*s])
1811 if (hexdig[*s])
1816 while(hexdig[*s])
1829 while(hexdig[*s])
1847 if ((n = hexdig[*s]) == 0 || n > 0x19) {
1852 while((n = hexdig[*++s]) !=0 && n <= 0x19) {
1933 L |= (hexdig[*s1] & 0x0f) << n;