HomeSort by relevance Sort by last modified time
    Searched defs:__i (Results 26 - 50 of 58) sorted by null

12 3

  /ndk/sources/android/stlport/stlport/stl/debug/
_tree.h 283 _Base_iterator __i = _M_non_dbg_impl.find(__x); local
284 if (__i != _M_non_dbg_impl.end()) {
285 _Invalidate_iterator(iterator(&_M_iter_list, __i));
286 _M_non_dbg_impl.erase(__i);
  /external/stlport/stlport/stl/
_function.h 404 _STLP_UINT32_T __i; local
405 for (__i = 0; __i < 54; __i++) {
406 _STLP_UINT32_T __ii = (21 * (__i + 1) % 55) - 1;
412 for (__i = 0; __i < 55; __i++)
413 _M_table[__i] = _M_table[__i] - _M_table[(1 + __i + 30) % 55]
    [all...]
_tree.h 510 iterator __i = find(__x); local
511 if (__i._M_node != &this->_M_header._M_data) {
512 erase(__i);
_vector.h 613 pointer __i = _STLP_PRIV __copy_ptrs(__last, this->_M_finish, __first, _TrivialCopy()); local
614 _STLP_STD::_Destroy_Range(__i, this->_M_finish);
615 this->_M_finish = __i;
_algo.c 226 _ForwardIter __i = __first; local
227 ++__i;
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
229 ++__i;
234 else if (__i != __last)
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
463 for (_Distance __i = 0; __i < __d; __i++)
    [all...]
_bvector.h 131 void _M_advance (difference_type __i) {
132 difference_type __n = __i + _M_offset;
208 _Self& operator+=(difference_type __i) {
209 _M_advance(__i);
212 _Self& operator-=(difference_type __i) {
213 *this += -__i;
216 _Self operator+(difference_type __i) const {
218 return __tmp += __i;
220 _Self operator-(difference_type __i) const {
222 return __tmp -= __i;
406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
732 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
753 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
774 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
    [all...]
_rope.c 192 int __i = -1; local
197 __x._M_path_end._M_data[++__i] = __path[__j++];
199 __x._M_leaf_index = __i;
252 int __i; local
253 for (__i = 0; __i < _S_path_cache_len-1; ++__i) {
254 __x._M_path_end._M_data[__i] = __x._M_path_end._M_data[__i+1];
744 size_t __i; local
777 size_t __i; local
1031 int __i; local
1083 int __i; \/\/ forest[0..__i-1] is empty local
    [all...]
_rope.h 258 size_t __i = _M_buf_count; local
260 for (; __j < __len; __i++, __j++) {
261 _M_buffer[__i] = __s[__j];
791 // (_M_path_directions >> __i) & 1 is 1
792 // if we got from _M_path_end[leaf_index - __i - 1]
793 // to _M_path_end[leaf_index - __i] by going to the
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_function.h 404 _STLP_UINT32_T __i; local
405 for (__i = 0; __i < 54; __i++) {
406 _STLP_UINT32_T __ii = (21 * (__i + 1) % 55) - 1;
412 for (__i = 0; __i < 55; __i++)
413 _M_table[__i] = _M_table[__i] - _M_table[(1 + __i + 30) % 55]
    [all...]
_tree.h 510 iterator __i = find(__x); local
511 if (__i._M_node != &this->_M_header._M_data) {
512 erase(__i);
_vector.h 613 pointer __i = _STLP_PRIV __copy_ptrs(__last, this->_M_finish, __first, _TrivialCopy()); local
614 _STLP_STD::_Destroy_Range(__i, this->_M_finish);
615 this->_M_finish = __i;
_algo.c 226 _ForwardIter __i = __first; local
227 ++__i;
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
229 ++__i;
234 else if (__i != __last)
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
463 for (_Distance __i = 0; __i < __d; __i++)
    [all...]
_bvector.h 131 void _M_advance (difference_type __i) {
132 difference_type __n = __i + _M_offset;
208 _Self& operator+=(difference_type __i) {
209 _M_advance(__i);
212 _Self& operator-=(difference_type __i) {
213 *this += -__i;
216 _Self operator+(difference_type __i) const {
218 return __tmp += __i;
220 _Self operator-(difference_type __i) const {
222 return __tmp -= __i;
406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
732 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
753 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
774 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); local
    [all...]
_rope.c 192 int __i = -1; local
197 __x._M_path_end._M_data[++__i] = __path[__j++];
199 __x._M_leaf_index = __i;
252 int __i; local
253 for (__i = 0; __i < _S_path_cache_len-1; ++__i) {
254 __x._M_path_end._M_data[__i] = __x._M_path_end._M_data[__i+1];
744 size_t __i; local
777 size_t __i; local
1031 int __i; local
1083 int __i; \/\/ forest[0..__i-1] is empty local
    [all...]
_rope.h 258 size_t __i = _M_buf_count; local
260 for (; __j < __len; __i++, __j++) {
261 _M_buffer[__i] = __s[__j];
791 // (_M_path_directions >> __i) & 1 is 1
792 // if we got from _M_path_end[leaf_index - __i - 1]
793 // to _M_path_end[leaf_index - __i] by going to the
    [all...]
  /external/stlport/src/
allocators.cpp 404 for (size_t __i = _p_size; __i <= (size_t)_MAX_BYTES; __i += (size_t)_ALIGN) {
405 __my_free_list = _S_free_list + _S_FREELIST_INDEX(__i);
410 _S_end_free = _S_start_free + __i;
598 for (size_t __i = _p_size; __i <= (size_t)_MAX_BYTES; __i += (size_t)_ALIGN) {
599 _Obj* __p = _S_free_list[_S_FREELIST_INDEX(__i)].pop();
601 if (__i < sizeof(_FreeBlockHeader))
860 size_t __i; local
    [all...]
  /ndk/sources/android/stlport/src/
allocators.cpp 404 for (size_t __i = _p_size; __i <= (size_t)_MAX_BYTES; __i += (size_t)_ALIGN) {
405 __my_free_list = _S_free_list + _S_FREELIST_INDEX(__i);
410 _S_end_free = _S_start_free + __i;
598 for (size_t __i = _p_size; __i <= (size_t)_MAX_BYTES; __i += (size_t)_ALIGN) {
599 _Obj* __p = _S_free_list[_S_FREELIST_INDEX(__i)].pop();
601 if (__i < sizeof(_FreeBlockHeader))
860 size_t __i; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
mmintrin.h 40 _mm_cvtsi64_m64 (__int64 __i)
42 return __i;
46 _mm_cvtm64_si64 (__m64 __i)
48 return __i;
52 _mm_cvtsi64_si32 (__int64 __i)
54 return __i;
58 _mm_cvtsi32_si64 (int __i)
60 return __i;
1092 _mm_set1_pi32 (int __i)
1094 return _mm_set_pi32 (__i, __i)
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1110 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
mmintrin.h 40 _mm_cvtsi64_m64 (__int64 __i)
42 return __i;
46 _mm_cvtm64_si64 (__m64 __i)
48 return __i;
52 _mm_cvtsi64_si32 (__int64 __i)
54 return __i;
58 _mm_cvtsi32_si64 (int __i)
60 return __i;
1092 _mm_set1_pi32 (int __i)
1094 return _mm_set_pi32 (__i, __i)
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1110 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
mmintrin.h 40 _mm_cvtsi64_m64 (__int64 __i)
42 return __i;
46 _mm_cvtm64_si64 (__m64 __i)
48 return __i;
52 _mm_cvtsi64_si32 (__int64 __i)
54 return __i;
58 _mm_cvtsi32_si64 (int __i)
60 return __i;
1092 _mm_set1_pi32 (int __i)
1094 return _mm_set_pi32 (__i, __i)
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1110 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
mmintrin.h 37 _mm_cvtsi64_m64 (__int64 __i)
39 return __i;
43 _mm_cvtm64_si64 (__m64 __i)
45 return __i;
49 _mm_cvtsi64_si32 (__int64 __i)
51 return __i;
55 _mm_cvtsi32_si64 (int __i)
57 return __i;
1089 _mm_set1_pi32 (int __i)
1091 return _mm_set_pi32 (__i, __i)
1098 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1107 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
mmintrin.h 37 _mm_cvtsi64_m64 (__int64 __i)
39 return __i;
43 _mm_cvtm64_si64 (__m64 __i)
45 return __i;
49 _mm_cvtsi64_si32 (__int64 __i)
51 return __i;
55 _mm_cvtsi32_si64 (int __i)
57 return __i;
1089 _mm_set1_pi32 (int __i)
1091 return _mm_set_pi32 (__i, __i)
1098 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1107 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
mmintrin.h 40 _mm_cvtsi64_m64 (__int64 __i)
42 return __i;
46 _mm_cvtm64_si64 (__m64 __i)
48 return __i;
52 _mm_cvtsi64_si32 (__int64 __i)
54 return __i;
58 _mm_cvtsi32_si64 (int __i)
60 return __i;
1092 _mm_set1_pi32 (int __i)
1094 return _mm_set_pi32 (__i, __i)
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1110 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
mmintrin.h 40 _mm_cvtsi64_m64 (__int64 __i)
42 return __i;
46 _mm_cvtm64_si64 (__m64 __i)
48 return __i;
52 _mm_cvtsi64_si32 (__int64 __i)
54 return __i;
58 _mm_cvtsi32_si64 (int __i)
60 return __i;
1092 _mm_set1_pi32 (int __i)
1094 return _mm_set_pi32 (__i, __i)
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1110 unsigned int __i = __w << 16 | __w; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
mmintrin.h 40 _mm_cvtsi64_m64 (__int64 __i)
42 return __i;
46 _mm_cvtm64_si64 (__m64 __i)
48 return __i;
52 _mm_cvtsi64_si32 (__int64 __i)
54 return __i;
58 _mm_cvtsi32_si64 (int __i)
60 return __i;
1092 _mm_set1_pi32 (int __i)
1094 return _mm_set_pi32 (__i, __i)
1101 unsigned int __i = (unsigned short)__w << 16 | (unsigned short)__w; local
1110 unsigned int __i = __w << 16 | __w; local
    [all...]

Completed in 7435 milliseconds

12 3