Home
last modified time | relevance | path

Searched defs:__base (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h127 int __base, locale_t __loc) { in strtoll_l()
132 int __base, locale_t __loc) { in strtol_l()
142 int __base, locale_t __loc) { in strtoull_l()
147 int __base, locale_t __loc) { in strtoul_l()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c121 void _STLP_CALL __invalidate_range(const __owned_list* __base, in __invalidate_range()
146 void _STLP_CALL __invalidate_iterator(const __owned_list* __base, in __invalidate_iterator()
177 __owned_list *__base = __CONST_CAST(__owned_list*, __first._Owner()); in __change_range_owner() local
222 __owned_list *__base = __CONST_CAST(__owned_list*, __it._Owner()); in __change_ite_owner() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h278 int __base, locale_t locale) { in strtoll_l()
283 int __base, locale_t locale) { in strtol_l()
293 int __base, locale_t locale) { in strtoull_l()
298 int __base, locale_t locale) { in strtoul_l()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iomanip.h111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct : in setbase() local
D_num_get.c71 int __base; in __get_base_or_zero() local
119 int __base, _Integer& __val, in __get_integer()
179 int __base, _Integer& __val, in __get_integer()
275 const int __base = __base_or_zero >> 2; in __do_get_integer() local
D_rope.c621 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, in _S_substring()