/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_hashtable.h | 303 hashtable(size_type __n, 308 hashtable(size_type __n, 317 { _M_initialize_buckets(__n); } 319 hashtable(size_type __n, 330 { _M_initialize_buckets(__n); } 378 local_iterator begin(size_type __n) { return _ElemsIte(_M_buckets[__n]); } 379 local_iterator end(size_type __n) { return _ElemsIte(_M_buckets[__n + 1]); } 383 const_local_iterator begin(size_type __n) const { return _ElemsIte(_M_buckets[__n]); 449 size_type __n = _STLP_STD::distance(__f, __l); local 458 size_type __n = _STLP_STD::distance(__f, __l); local 466 size_type __n = __l - __f; local 473 size_type __n = __l - __f; local 480 size_type __n = _STLP_STD::distance(__f, __l); local 487 size_type __n = _STLP_STD::distance(__f, __l); local 499 size_type __n = _M_bkt_num_key(__key); local 517 const size_type __n = _M_bkt_num_key(__key); local 536 const size_type __n = _M_bkt_num_key(__key); local 552 const size_type __n = _M_bkt_num_key(__key); local [all...] |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |
/external/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 30 size_type __pos, size_type __n = npos, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 59 _Base& _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _Base &__str, size_type /*__pos*/, size_type __n) { 60 if (__n == 0) 65 size_type __pos, size_type __n) 66 { return __str.append(__s + __pos, __s + __pos + (min)(__n, __s_size - __pos)); } 68 size_type __pos, size_type __n) 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); } 71 size_type __pos, size_type __n) [all...] |
/external/stlport/stlport/stl/ |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |
_bitset.c | 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n) 42 _M_w[__n] = _M_w[__n - __wshift]; 46 for (size_t __n = _Nw - 1; __n > __wshift; --__n) 47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 171 return (__n == 0 ? __s1 : 172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type))); 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |
_bitset.c | 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n) 42 _M_w[__n] = _M_w[__n - __wshift]; 46 for (size_t __n = _Nw - 1; __n > __wshift; --__n) 47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 171 return (__n == 0 ? __s1 : 172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type))); 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
wchar2.h | 26 __const wchar_t *__restrict __s2, size_t __n, 30 __const wchar_t *__restrict __s2, size_t __n), 34 __const wchar_t *__restrict __s2, size_t __n, 41 size_t __n)) 45 if (!__builtin_constant_p (__n)) 46 return __wmemcpy_chk (__s1, __s2, __n, 49 if (__n > __bos0 (__s1) / sizeof (wchar_t)) 50 return __wmemcpy_chk_warn (__s1, __s2, __n, 53 return __wmemcpy_alias (__s1, __s2, __n); 58 size_t __n, size_t __ns1) __THROW [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wchar2.h | 26 __const wchar_t *__restrict __s2, size_t __n, 30 __const wchar_t *__restrict __s2, size_t __n), 34 __const wchar_t *__restrict __s2, size_t __n, 41 size_t __n)) 45 if (!__builtin_constant_p (__n)) 46 return __wmemcpy_chk (__s1, __s2, __n, 49 if (__n > __bos0 (__s1) / sizeof (wchar_t)) 50 return __wmemcpy_chk_warn (__s1, __s2, __n, 53 return __wmemcpy_alias (__s1, __s2, __n); 58 size_t __n, size_t __ns1) __THROW [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wchar2.h | 26 __const wchar_t *__restrict __s2, size_t __n, 30 __const wchar_t *__restrict __s2, size_t __n), 34 __const wchar_t *__restrict __s2, size_t __n, 41 size_t __n)) 45 if (!__builtin_constant_p (__n)) 46 return __wmemcpy_chk (__s1, __s2, __n, 49 if (__n > __bos0 (__s1) / sizeof (wchar_t)) 50 return __wmemcpy_chk_warn (__s1, __s2, __n, 53 return __wmemcpy_alias (__s1, __s2, __n); 58 size_t __n, size_t __ns1) __THROW [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |
_bitset.c | 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n) 42 _M_w[__n] = _M_w[__n - __wshift]; 46 for (size_t __n = _Nw - 1; __n > __wshift; --__n) 47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 161 for ( ; __n > 0 ; ++__s, --__n) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 171 return (__n == 0 ? __s1 : 172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type))); 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |
_bitset.c | 41 for (size_t __n = _Nw - 1; __n >= __wshift; --__n) 42 _M_w[__n] = _M_w[__n - __wshift]; 46 for (size_t __n = _Nw - 1; __n > __wshift; --__n) 47 _M_w[__n] = (_M_w[__n - __wshift] << __offset) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 67 static void* _STLP_CALL allocate(size_t __n) 72 void *__result = malloc(__n); 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } 92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } 149 static void * _STLP_CALL _M_allocate(size_t& __n); 151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n); 156 /* __n must be > 0 */ 157 static void* _STLP_CALL allocate(size_t& __n) 158 { return (__n > (size_t)_MAX_BYTES) ? __stl_new(__n) : _M_allocate(__n); [all...] |