/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 199 _M_set_length_and_sharable(size_type __n) 202 this->_M_length = __n; 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 304 __throw_out_of_range(__N(__s)); 312 __throw_length_error(__N(__s)); 331 // When __n = 1 way faster than the general multichar 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n) 336 if (__n == 1) 339 traits_type::copy(__d, __s, __n); 343 _M_move(_CharT* __d, const _CharT* __s, size_type __n) 2621 const int __n = local 2681 const int __n = local [all...] |
stl_bvector.h | 139 difference_type __n = __i + _M_offset; local 140 _M_p += __n / int(_S_word_bit); 141 __n = __n % int(_S_word_bit); 142 if (__n < 0) 144 __n += int(_S_word_bit); 147 _M_offset = static_cast<unsigned int>(__n); 264 operator+(ptrdiff_t __n, const _Bit_iterator& __x) 265 { return __x + __n; } 350 operator+(ptrdiff_t __n, const _Bit_const_iterator& __x 775 const difference_type __n = __position - begin(); local 900 const size_type __n = std::distance(__first, __last); local [all...] |
stl_list.h | 519 list(size_type __n, const value_type& __value = value_type(), 522 { _M_fill_initialize(__n, __value); } 641 assign(size_type __n, const value_type& __val) 642 { _M_fill_assign(__n, __val); } 1027 insert(iterator __position, size_type __n, const value_type& __x) 1029 list __tmp(__n, __x, _M_get_Node_allocator()); 1425 _Node* __n = static_cast<_Node*>(__position._M_node); local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | 96 std::__throw_out_of_range(__N(__s)); 104 std::__throw_length_error(__N(__s)); 186 * @param __n Number of characters to copy (default remainder). 189 size_type __n = npos) 193 __str._M_data() + __str._M_limit(__pos, __n) 200 * @param __n Number of characters to copy. 204 size_type __n, const _Alloc& __a) 208 __str._M_data() + __str._M_limit(__pos, __n) 214 * @param __n Number of characters to copy. 217 * NB: @a __s must have at least @a __n characters, '\\0' has no specia 720 const size_type __n = traits_type::length(__s); local 2517 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local 2576 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
c++config.h | 309 // src/functexcept.cc. We use __N because the more traditional _N is used 311 #define __N(msgid) (msgid) [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
emmintrin.h | [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
emmintrin.h | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 199 _M_set_length_and_sharable(size_type __n) 202 this->_M_length = __n; 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 304 __throw_out_of_range(__N(__s)); 312 __throw_length_error(__N(__s)); 331 // When __n = 1 way faster than the general multichar 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n) 336 if (__n == 1) 339 traits_type::copy(__d, __s, __n); 343 _M_move(_CharT* __d, const _CharT* __s, size_type __n) 2621 const int __n = local 2681 const int __n = local [all...] |
stl_bvector.h | 139 difference_type __n = __i + _M_offset; local 140 _M_p += __n / int(_S_word_bit); 141 __n = __n % int(_S_word_bit); 142 if (__n < 0) 144 __n += int(_S_word_bit); 147 _M_offset = static_cast<unsigned int>(__n); 264 operator+(ptrdiff_t __n, const _Bit_iterator& __x) 265 { return __x + __n; } 350 operator+(ptrdiff_t __n, const _Bit_const_iterator& __x 775 const difference_type __n = __position - begin(); local 900 const size_type __n = std::distance(__first, __last); local [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 96 std::__throw_out_of_range(__N(__s)); 104 std::__throw_length_error(__N(__s)); 186 * @param __n Number of characters to copy (default remainder). 189 size_type __n = npos) 193 __str._M_data() + __str._M_limit(__pos, __n) 200 * @param __n Number of characters to copy. 204 size_type __n, const _Alloc& __a) 208 __str._M_data() + __str._M_limit(__pos, __n) 214 * @param __n Number of characters to copy. 217 * NB: @a __s must have at least @a __n characters, '\\0' has no specia 720 const size_type __n = traits_type::length(__s); local 2517 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local 2576 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 199 _M_set_length_and_sharable(size_type __n) 202 this->_M_length = __n; 203 traits_type::assign(this->_M_refdata()[__n], _S_terminal); 304 __throw_out_of_range(__N(__s)); 312 __throw_length_error(__N(__s)); 331 // When __n = 1 way faster than the general multichar 334 _M_copy(_CharT* __d, const _CharT* __s, size_type __n) 336 if (__n == 1) 339 traits_type::copy(__d, __s, __n); 343 _M_move(_CharT* __d, const _CharT* __s, size_type __n) 2621 const int __n = local 2681 const int __n = local [all...] |
stl_bvector.h | 139 difference_type __n = __i + _M_offset; local 140 _M_p += __n / int(_S_word_bit); 141 __n = __n % int(_S_word_bit); 142 if (__n < 0) 144 __n += int(_S_word_bit); 147 _M_offset = static_cast<unsigned int>(__n); 264 operator+(ptrdiff_t __n, const _Bit_iterator& __x) 265 { return __x + __n; } 350 operator+(ptrdiff_t __n, const _Bit_const_iterator& __x 775 const difference_type __n = __position - begin(); local 900 const size_type __n = std::distance(__first, __last); local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 96 std::__throw_out_of_range(__N(__s)); 104 std::__throw_length_error(__N(__s)); 186 * @param __n Number of characters to copy (default remainder). 189 size_type __n = npos) 193 __str._M_data() + __str._M_limit(__pos, __n) 200 * @param __n Number of characters to copy. 204 size_type __n, const _Alloc& __a) 208 __str._M_data() + __str._M_limit(__pos, __n) 214 * @param __n Number of characters to copy. 217 * NB: @a __s must have at least @a __n characters, '\\0' has no specia 720 const size_type __n = traits_type::length(__s); local 2517 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local 2576 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable_policy.h | 426 _M_next_bkt(std::size_t __n) const; 430 _M_bkt_for_elements(std::size_t __n) const; 455 _M_next_bkt(std::size_t __n) const 458 + _S_n_primes, __n); 468 _M_bkt_for_elements(std::size_t __n) const 470 const float __min_bkts = __n / _M_max_load_factor; 568 std::size_t __n = __h->_M_bucket_index(__k, __code, local 572 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 575 __n, __code)->second; 588 std::size_t __n = __h->_M_bucket_index(__k, __code local 606 std::size_t __n = __h->_M_bucket_index(__k, __code, local [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 426 _M_next_bkt(std::size_t __n) const; 430 _M_bkt_for_elements(std::size_t __n) const; 455 _M_next_bkt(std::size_t __n) const 458 + _S_n_primes, __n); 468 _M_bkt_for_elements(std::size_t __n) const 470 const float __min_bkts = __n / _M_max_load_factor; 568 std::size_t __n = __h->_M_bucket_index(__k, __code, local 572 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 575 __n, __code)->second; 588 std::size_t __n = __h->_M_bucket_index(__k, __code local 606 std::size_t __n = __h->_M_bucket_index(__k, __code, local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 426 _M_next_bkt(std::size_t __n) const; 430 _M_bkt_for_elements(std::size_t __n) const; 455 _M_next_bkt(std::size_t __n) const 458 + _S_n_primes, __n); 468 _M_bkt_for_elements(std::size_t __n) const 470 const float __min_bkts = __n / _M_max_load_factor; 568 std::size_t __n = __h->_M_bucket_index(__k, __code, local 572 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); 575 __n, __code)->second; 588 std::size_t __n = __h->_M_bucket_index(__k, __code local 606 std::size_t __n = __h->_M_bucket_index(__k, __code, local [all...] |