OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_digit
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/stdio/
vfprintf.c
137
#define
to_digit
(c) ((c) - '0')
macro
138
#define is_digit(c) ((unsigned)
to_digit
(c) <= 9)
283
n2 = 10 * n2 +
to_digit
(*cp); \
408
n = 10 * n +
to_digit
(ch);
434
n = 10 * n +
to_digit
(ch);
921
n2 = 10 * n2 +
to_digit
(*cp); \
996
n = 10 * n +
to_digit
(ch);
Completed in 229 milliseconds