HomeSort by relevance Sort by last modified time
    Searched refs:digittoint (Results 1 - 5 of 5) sorted by null

  /bionic/libm/
digittoint.c 31 /* digittoint is in the FreeBSD C library, but implemented in terms of locale stuff. */
32 __LIBC_HIDDEN__ int digittoint(char ch) { function
freebsd-compat.h 29 /* digittoint is in BSD's <ctype.h>. */
30 int digittoint(char ch);
Android.mk 8 digittoint.c \
  /ndk/sources/android/support/src/msun/
s_nan.c 38 static int digittoint(char ch) { function
90 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);

Completed in 313 milliseconds