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

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

Completed in 48 milliseconds