Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:hexdig

1490 static unsigned char hexdig[256];
1512 htinit(hexdig, USC "0123456789", 0x10);
1513 htinit(hexdig, USC "abcdef", 0x10 + 10);
1514 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
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;