Searched refs:hexdig (Results 1 – 4 of 4) sorted by relevance
37 unsigned char hexdig[256]; variable55 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()56 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()57 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
55 if (!hexdig['0']) in gethex()66 if (!hexdig[*s]) { in gethex()71 if (!hexdig[*s]) in gethex()75 if (hexdig[*s]) in gethex()80 while(hexdig[*s]) in gethex()84 while(hexdig[*s]) in gethex()102 if ((n = hexdig[*s]) == 0 || n > 0x19) { in gethex()107 while((n = hexdig[*++s]) !=0 && n <= 0x19) in gethex()133 L |= (hexdig[*s1] & 0x0f) << n; in gethex()
67 if (!hexdig['0'])78 if ((h = hexdig[c]) == 0) {
513 #define hexdig __hexdig_D2A macro545 extern unsigned char hexdig[];