HomeSort by relevance Sort by last modified time
    Searched refs:__base_or_zero (Results 1 - 7 of 7) sorted by null

  /external/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.c 258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype); local
259 int __got = __base_or_zero & 1;
274 const bool __negative = (__base_or_zero & 2) != 0;
275 const int __base = __base_or_zero >> 2;

Completed in 146 milliseconds