Searched refs:hexdig (Results 1 – 4 of 4) sorted by relevance
34 unsigned char hexdig[256]; variable52 htinit(hexdig, USC "0123456789", 0x10); in __hexdig_init_D2A()53 htinit(hexdig, USC "abcdef", 0x10 + 10); in __hexdig_init_D2A()54 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in __hexdig_init_D2A()
66 if (!hexdig['0'])78 if (hexdig[*s])93 if (!hexdig[*s])97 if (hexdig[*s])102 while(hexdig[*s])115 while(hexdig[*s])133 if ((n = hexdig[*s]) == 0 || n > 0x19) {138 while((n = hexdig[*++s]) !=0 && n <= 0x19) {229 L |= (hexdig[*s1] & 0x0f) << n;
64 if (!hexdig['0'])81 if (!(h = hexdig[c])) {
540 #define hexdig __hexdig_D2A macro572 extern unsigned char hexdig[];