/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algo.c | 754 _Predicate __pred, _Distance __len, 756 if (__len == 1) 759 _Distance __half_len = __len / 2; 763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last)); 770 _Predicate __pred, _Distance __len, 773 if (__len <= __buffer_size) { 778 ++__result2; ++__first; --__len; 780 for (; __first != __last ; ++__first, --__len) { 781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) || 782 ((__len != 1) && __pred(*__first))) 1077 _Distance __len = __last - __first; local 1162 _Distance __len = (__last - __first + 1) \/ 2; local 1358 _Distance __len = _STLP_STD::distance(__first, __last); local 1383 _Distance __len = _STLP_STD::distance(__first, __last); local [all...] |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
/external/bison/lib/ |
obstack.h | 286 int __len = (length); \ 287 if (__o->chunk_limit - __o->next_free < __len) \ 288 _obstack_newchunk (__o, __len); \ 302 int __len = (length); \ 303 if (__o->next_free + __len > __o->chunk_limit) \ 304 _obstack_newchunk (__o, __len); \ 305 memcpy (__o->next_free, where, __len); \ 306 __o->next_free += __len; \ 312 int __len = (length); \ 313 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/external/stlport/stlport/stl/ |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
_slist.c | 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { 108 while (__cur->_M_next != 0 && __len > 0) { 109 --__len; 115 _M_insert_after_fill(__cur, __len, __x);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
_slist.c | 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { 108 while (__cur->_M_next != 0 && __len > 0) { 109 --__len; 115 _M_insert_after_fill(__cur, __len, __x);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.h | 286 int __len = (length); \ 287 if (__o->chunk_limit - __o->next_free < __len) \ 288 _obstack_newchunk (__o, __len); \ 302 int __len = (length); \ 303 if (__o->next_free + __len > __o->chunk_limit) \ 304 _obstack_newchunk (__o, __len); \ 305 memcpy (__o->next_free, where, __len); \ 306 __o->next_free += __len; \ 312 int __len = (length); \ 313 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
obstack.h | 325 int __len = (length); \ 326 if (__o->chunk_limit - __o->next_free < __len) \ 327 _obstack_newchunk (__o, __len); \ 338 int __len = (length); \ 339 if (__o->next_free + __len > __o->chunk_limit) \ 340 _obstack_newchunk (__o, __len); \ 341 _obstack_memcpy (__o->next_free, (where), __len); \ 342 __o->next_free += __len; \ 348 int __len = (length); \ 349 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 325 int __len = (length); \ 326 if (__o->chunk_limit - __o->next_free < __len) \ 327 _obstack_newchunk (__o, __len); \ 338 int __len = (length); \ 339 if (__o->next_free + __len > __o->chunk_limit) \ 340 _obstack_newchunk (__o, __len); \ 341 _obstack_memcpy (__o->next_free, (where), __len); \ 342 __o->next_free += __len; \ 348 int __len = (length); \ 349 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
obstack.h | 325 int __len = (length); \ 326 if (__o->chunk_limit - __o->next_free < __len) \ 327 _obstack_newchunk (__o, __len); \ 338 int __len = (length); \ 339 if (__o->next_free + __len > __o->chunk_limit) \ 340 _obstack_newchunk (__o, __len); \ 341 _obstack_memcpy (__o->next_free, (where), __len); \ 342 __o->next_free += __len; \ 348 int __len = (length); \ 349 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 325 int __len = (length); \ 326 if (__o->chunk_limit - __o->next_free < __len) \ 327 _obstack_newchunk (__o, __len); \ 338 int __len = (length); \ 339 if (__o->next_free + __len > __o->chunk_limit) \ 340 _obstack_newchunk (__o, __len); \ 341 _obstack_memcpy (__o->next_free, (where), __len); \ 342 __o->next_free += __len; \ 348 int __len = (length); \ 349 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
obstack.h | 283 int __len = (length); \ 284 if (__o->chunk_limit - __o->next_free < __len) \ 285 _obstack_newchunk (__o, __len); \ 299 int __len = (length); \ 300 if (__o->next_free + __len > __o->chunk_limit) \ 301 _obstack_newchunk (__o, __len); \ 302 memcpy (__o->next_free, where, __len); \ 303 __o->next_free += __len; \ 309 int __len = (length); \ 310 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 283 int __len = (length); \ 284 if (__o->chunk_limit - __o->next_free < __len) \ 285 _obstack_newchunk (__o, __len); \ 299 int __len = (length); \ 300 if (__o->next_free + __len > __o->chunk_limit) \ 301 _obstack_newchunk (__o, __len); \ 302 memcpy (__o->next_free, where, __len); \ 303 __o->next_free += __len; \ 309 int __len = (length); \ 310 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 283 int __len = (length); \ 284 if (__o->chunk_limit - __o->next_free < __len) \ 285 _obstack_newchunk (__o, __len); \ 299 int __len = (length); \ 300 if (__o->next_free + __len > __o->chunk_limit) \ 301 _obstack_newchunk (__o, __len); \ 302 memcpy (__o->next_free, where, __len); \ 303 __o->next_free += __len; \ 309 int __len = (length); \ 310 if (__o->next_free + __len + 1 > __o->chunk_limit) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
_slist.c | 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { 108 while (__cur->_M_next != 0 && __len > 0) { 109 --__len; 115 _M_insert_after_fill(__cur, __len, __x);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
_slist.c | 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { 108 while (__cur->_M_next != 0 && __len > 0) { 109 --__len; 115 _M_insert_after_fill(__cur, __len, __x);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
_slist.c | 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { 108 while (__cur->_M_next != 0 && __len > 0) { 109 --__len; 115 _M_insert_after_fill(__cur, __len, __x);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local 405 __chunk_type* __q = this->_M_bit_alloc(__len); 410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 457 size_type __len = size() + (max)(size(), __n); local 458 __chunk_type* __q = this->_M_bit_alloc(__len); 463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len); 639 size_type __len = _STLP_STD::distance(__first, __last); local 640 if (__len < size()) 730 size_type __len = size() + (max)(size(), __n); local 731 __chunk_type* __q = this->_M_bit_alloc(__len); 751 size_type __len = size() + (max)(size(), __n); local 772 size_type __len = size() + (max)(size(), __n); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
klog.h | 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
klog.h | 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
klog.h | 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
|