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()
69 if (!hexdig['0'])81 if (hexdig[*s])96 if (!hexdig[*s])100 if (hexdig[*s])105 while(hexdig[*s])118 while(hexdig[*s])136 if ((n = hexdig[*s]) == 0 || n > 0x19) {141 while((n = hexdig[*++s]) !=0 && n <= 0x19) {232 L |= (hexdig[*s1] & 0x0f) << n;
64 if (!hexdig['0'])81 if (!(h = hexdig[c])) {
541 #define hexdig __hexdig_D2A macro572 extern unsigned char hexdig[];