Home
last modified time | relevance | path

Searched refs:hexdig (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dstrtod.c435 CONST unsigned char hexdig[256] = { variable
3240 if (!hexdig['0']) in gethex()
3254 if (hexdig[*s]) in gethex()
3269 if (!hexdig[*s]) in gethex()
3273 if (hexdig[*s]) in gethex()
3278 while(hexdig[*s]) in gethex()
3291 while(hexdig[*s]) in gethex()
3309 if ((n = hexdig[*s]) == 0 || n > 0x19) { in gethex()
3314 while((n = hexdig[*++s]) !=0 && n <= 0x19) { in gethex()
3450 L |= (hexdig[*s1] & 0x0f) << n; in gethex()