Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dstrtoumax.c75 #define CASE_BASE(x) \ in strtoumax() macro
81 CASE_BASE(8); in strtoumax()
82 CASE_BASE(10); in strtoumax()
83 CASE_BASE(16); in strtoumax()
Dstrtoimax.c96 #define CASE_BASE(x) \ in strtoimax() macro
118 CASE_BASE(8); in strtoimax()
119 CASE_BASE(10); in strtoimax()
120 CASE_BASE(16); in strtoimax()
126 #undef CASE_BASE in strtoimax()