OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:digittoint
(Results
1 - 2
of
2
) 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
/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);
Completed in 78 milliseconds