Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c425 CONST unsigned char hexdig[256] = { variable
3230 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()