OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CASE_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdlib/
strtoumax.c
75
#define
CASE_BASE
(x) \
81
CASE_BASE
(8);
82
CASE_BASE
(10);
83
CASE_BASE
(16);
strtoimax.c
96
#define
CASE_BASE
(x) \
118
CASE_BASE
(8);
119
CASE_BASE
(10);
120
CASE_BASE
(16);
126
#undef
CASE_BASE
Completed in 42 milliseconds