Searched refs:hexdig (Results 1 – 1 of 1) sorted by relevance
425 CONST unsigned char hexdig[256] = { variable3230 if (!hexdig['0']) in gethex()3244 if (hexdig[*s]) in gethex()3259 if (!hexdig[*s]) in gethex()3263 if (hexdig[*s]) in gethex()3268 while(hexdig[*s]) in gethex()3281 while(hexdig[*s]) in gethex()3299 if ((n = hexdig[*s]) == 0 || n > 0x19) { in gethex()3304 while((n = hexdig[*++s]) !=0 && n <= 0x19) { in gethex()3440 L |= (hexdig[*s1] & 0x0f) << n; in gethex()