HomeSort by relevance Sort by last modified time
    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 29 milliseconds