/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
deque.tcc | 97 const size_type __len = size(); 100 if (__len >= __x.size()) 105 const_iterator __mid = __x.begin() + difference_type(__len); 928 difference_type __len = __last - __first; 929 while (__len > 0) 932 = std::min(__len, std::min(__first._M_last - __first._M_cur, 937 __len -= __clen; 951 difference_type __len = __last - __first; 952 while (__len > 0) 971 const difference_type __clen = std::min(__len, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
deque.tcc | 97 const size_type __len = size(); 100 if (__len >= __x.size()) 105 const_iterator __mid = __x.begin() + difference_type(__len); 928 difference_type __len = __last - __first; 929 while (__len > 0) 932 = std::min(__len, std::min(__first._M_last - __first._M_cur, 937 __len -= __clen; 951 difference_type __len = __last - __first; 952 while (__len > 0) 971 const difference_type __clen = std::min(__len, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
deque.tcc | 97 const size_type __len = size(); 100 if (__len >= __x.size()) 105 const_iterator __mid = __x.begin() + difference_type(__len); 946 difference_type __len = __last - __first; 947 while (__len > 0) 950 = std::min(__len, std::min(__first._M_last - __first._M_cur, 955 __len -= __clen; 969 difference_type __len = __last - __first; 970 while (__len > 0) 989 const difference_type __clen = std::min(__len, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
deque.tcc | 97 const size_type __len = size(); 100 if (__len >= __x.size()) 105 const_iterator __mid = __x.begin() + difference_type(__len); 928 difference_type __len = __last - __first; 929 while (__len > 0) 932 = std::min(__len, std::min(__first._M_last - __first._M_cur, 937 __len -= __clen; 951 difference_type __len = __last - __first; 952 while (__len > 0) 971 const difference_type __clen = std::min(__len, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
deque.tcc | 97 const size_type __len = size(); 100 if (__len >= __x.size()) 105 const_iterator __mid = __x.begin() + difference_type(__len); 946 difference_type __len = __last - __first; 947 while (__len > 0) 950 = std::min(__len, std::min(__first._M_last - __first._M_cur, 955 __len -= __clen; 969 difference_type __len = __last - __first; 970 while (__len > 0) 989 const difference_type __clen = std::min(__len, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
deque.tcc | 95 const size_type __len = size(); 98 if (__len >= __x.size()) 103 const_iterator __mid = __x.begin() + difference_type(__len); 944 difference_type __len = __last - __first; 945 while (__len > 0) 948 = std::min(__len, std::min(__first._M_last - __first._M_cur, 953 __len -= __clen; 967 difference_type __len = __last - __first; 968 while (__len > 0) 987 const difference_type __clen = std::min(__len, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
sso_string_base.h | 411 size_type __len = 0; local 414 while (__beg != __end && __len < __capacity) 416 _M_data()[__len++] = *__beg; 424 if (__len == __capacity) 427 __capacity = __len + 1; 428 _CharT* __another = _M_create(__capacity, __len); 429 this->_S_copy(__another, _M_data(), __len); 434 _M_data()[__len++] = *__beg; 444 _M_set_length_no_wipe(__len);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
sso_string_base.h | 417 size_type __len = 0; local 420 while (__beg != __end && __len < __capacity) 422 _M_data()[__len++] = *__beg; 430 if (__len == __capacity) 433 __capacity = __len + 1; 434 _CharT* __another = _M_create(__capacity, __len); 435 this->_S_copy(__another, _M_data(), __len); 440 _M_data()[__len++] = *__beg; 450 _M_set_length_no_wipe(__len);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
sso_string_base.h | 417 size_type __len = 0; local 420 while (__beg != __end && __len < __capacity) 422 _M_data()[__len++] = *__beg; 430 if (__len == __capacity) 433 __capacity = __len + 1; 434 _CharT* __another = _M_create(__capacity, __len); 435 this->_S_copy(__another, _M_data(), __len); 440 _M_data()[__len++] = *__beg; 450 _M_set_length_no_wipe(__len);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
sso_string_base.h | 411 size_type __len = 0; local 414 while (__beg != __end && __len < __capacity) 416 _M_data()[__len++] = *__beg; 424 if (__len == __capacity) 427 __capacity = __len + 1; 428 _CharT* __another = _M_create(__capacity, __len); 429 this->_S_copy(__another, _M_data(), __len); 434 _M_data()[__len++] = *__beg; 444 _M_set_length_no_wipe(__len);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
sso_string_base.h | 411 size_type __len = 0; local 414 while (__beg != __end && __len < __capacity) 416 _M_data()[__len++] = *__beg; 424 if (__len == __capacity) 427 __capacity = __len + 1; 428 _CharT* __another = _M_create(__capacity, __len); 429 this->_S_copy(__another, _M_data(), __len); 434 _M_data()[__len++] = *__beg; 444 _M_set_length_no_wipe(__len);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
sso_string_base.h | 411 size_type __len = 0; local 414 while (__beg != __end && __len < __capacity) 416 _M_data()[__len++] = *__beg; 424 if (__len == __capacity) 427 __capacity = __len + 1; 428 _CharT* __another = _M_create(__capacity, __len); 429 this->_S_copy(__another, _M_data(), __len); 434 _M_data()[__len++] = *__beg; 444 _M_set_length_no_wipe(__len);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
sso_string_base.h | 411 size_type __len = 0; local 414 while (__beg != __end && __len < __capacity) 416 _M_data()[__len++] = *__beg; 424 if (__len == __capacity) 427 __capacity = __len + 1; 428 _CharT* __another = _M_create(__capacity, __len); 429 this->_S_copy(__another, _M_data(), __len); 434 _M_data()[__len++] = *__beg; 444 _M_set_length_no_wipe(__len);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
sso_string_base.h | 417 size_type __len = 0; local 420 while (__beg != __end && __len < __capacity) 422 _M_data()[__len++] = *__beg; 430 if (__len == __capacity) 433 __capacity = __len + 1; 434 _CharT* __another = _M_create(__capacity, __len); 435 this->_S_copy(__another, _M_data(), __len); 440 _M_data()[__len++] = *__beg; 450 _M_set_length_no_wipe(__len);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
sso_string_base.h | 417 size_type __len = 0; local 420 while (__beg != __end && __len < __capacity) 422 _M_data()[__len++] = *__beg; 430 if (__len == __capacity) 433 __capacity = __len + 1; 434 _CharT* __another = _M_create(__capacity, __len); 435 this->_S_copy(__another, _M_data(), __len); 440 _M_data()[__len++] = *__beg; 450 _M_set_length_no_wipe(__len);
|
/external/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algobase.c | 455 _Distance __len = _STLP_STD::distance(__first, __last); local 459 while (__len > 0) { 460 __half = __len >> 1; 467 __len = __len - __half - 1; 470 __len = __half;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
des_crypt.h | 80 extern int cbc_crypt (char *__key, char *__buf, unsigned __len, 86 extern int ecb_crypt (char *__key, char *__buf, unsigned __len,
|