HomeSort by relevance Sort by last modified time
    Searched defs:__base (Results 1 - 15 of 15) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct : local
115 return _STLP_PRIV _Ios_Setf_Manip(__base, ios_base::basefield);
_num_get.c 71 int __base; local
78 __base = 8;
81 __base = 10;
84 __base = 16;
100 __base = 16;
104 __base = 8;
109 __base = 10;
112 return (__base << 2) | ((int)__negative << 1) | __valid_zero;
119 int __base, _Integer& __val,
128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
275 const int __base = __base_or_zero >> 2; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
functions.h 546 __base(_Iterator __it) function in namespace:__gnu_debug
safe_iterator.h 429 _Iterator __base = base(); local
430 return ++__base != _M_get_sequence()->_M_base().end();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
functions.h 446 __base(_Iterator __it) function in namespace:__gnu_debug
safe_iterator.h 429 _Iterator __base = base(); local
430 return ++__base != _M_get_sequence()->_M_base().end();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
functions.h 446 __base(_Iterator __it) function in namespace:__gnu_debug
safe_iterator.h 429 _Iterator __base = base(); local
430 return ++__base != _M_get_sequence()->_M_base().end();
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct : local
115 return _STLP_PRIV _Ios_Setf_Manip(__base, ios_base::basefield);
_num_get.c 71 int __base; local
78 __base = 8;
81 __base = 10;
84 __base = 16;
100 __base = 16;
104 __base = 8;
109 __base = 10;
112 return (__base << 2) | ((int)__negative << 1) | __valid_zero;
119 int __base, _Integer& __val,
128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
275 const int __base = __base_or_zero >> 2; local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
functions.h 550 __base(_Iterator __it) function in namespace:__gnu_debug
safe_iterator.h 425 _Iterator __base = base(); local
426 return ++__base != _M_get_sequence()->_M_base().end();
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 121 void _STLP_CALL __invalidate_range(const __owned_list* __base,
125 _STLP_ACQUIRE_LOCK(__base->_M_lock)
126 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node);
142 _STLP_RELEASE_LOCK(__base->_M_lock)
146 void _STLP_CALL __invalidate_iterator(const __owned_list* __base,
149 _STLP_ACQUIRE_LOCK(__base->_M_lock)
150 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node);
164 _STLP_RELEASE_LOCK(__base->_M_lock)
176 //_STLP_ACQUIRE_LOCK(__base->_M_lock)
177 __owned_list *__base = __CONST_CAST(__owned_list*, __first._Owner()) local
222 __owned_list *__base = __CONST_CAST(__owned_list*, __it._Owner()); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 121 void _STLP_CALL __invalidate_range(const __owned_list* __base,
125 _STLP_ACQUIRE_LOCK(__base->_M_lock)
126 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node);
142 _STLP_RELEASE_LOCK(__base->_M_lock)
146 void _STLP_CALL __invalidate_iterator(const __owned_list* __base,
149 _STLP_ACQUIRE_LOCK(__base->_M_lock)
150 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node);
164 _STLP_RELEASE_LOCK(__base->_M_lock)
176 //_STLP_ACQUIRE_LOCK(__base->_M_lock)
177 __owned_list *__base = __CONST_CAST(__owned_list*, __first._Owner()) local
222 __owned_list *__base = __CONST_CAST(__owned_list*, __it._Owner()); local
    [all...]
  /external/fio/
filesetup.c 667 char __base[256]; member in struct:fio_mount
718 strncpy(fm->__base, buf, sizeof(fm->__base) - 1);
719 fm->base = basename(fm->__base);

Completed in 4291 milliseconds