Searched refs:__base_or_zero (Results 1 – 1 of 1) sorted by relevance
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); in __do_get_integer() local259 int __got = __base_or_zero & 1; in __do_get_integer()274 const bool __negative = (__base_or_zero & 2) != 0; in __do_get_integer()275 const int __base = __base_or_zero >> 2; in __do_get_integer()