HomeSort by relevance Sort by last modified time
    Searched refs:__len (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /external/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
_tempbuf.h 49 __get_temporary_buffer(ptrdiff_t __len, _Tp*);
54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) {
55 return __get_temporary_buffer(__len, (_Tp*) 0);
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) {
67 return __get_temporary_buffer(__len, (_Tp*) 0);
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
_tempbuf.h 49 __get_temporary_buffer(ptrdiff_t __len, _Tp*);
54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) {
55 return __get_temporary_buffer(__len, (_Tp*) 0);
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) {
67 return __get_temporary_buffer(__len, (_Tp*) 0);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
_tempbuf.h 49 __get_temporary_buffer(ptrdiff_t __len, _Tp*);
54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) {
55 return __get_temporary_buffer(__len, (_Tp*) 0);
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) {
67 return __get_temporary_buffer(__len, (_Tp*) 0);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
time_members.h 63 const size_t __len = __builtin_strlen(__s) + 1; local
64 char* __tmp = new char[__len];
65 __builtin_memcpy(__tmp, __s, __len);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_heap.c 112 _Distance __len, _Tp __val) {
115 while (__secondChild < __len) {
122 if (__secondChild == __len) {
147 _Distance __len, _Tp __val, _Compare __comp)
151 while (__secondChild < __len) {
161 if (__secondChild == __len) {
194 _Distance __len = __last - __first;
195 _Distance __parent = (__len - 2)/2;
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
220 _Distance __len = __last - __first
    [all...]
_string.c 200 size_type __len = _M_compute_next_size(__n); local
201 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
206 this->_M_reset(__new_start, __new_finish, __new_start + __len);
266 size_type __len = _M_compute_next_size(1); local
267 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
274 this->_M_reset(__new_start, __new_finish, __new_start + __len);
301 size_type __len = _M_compute_next_size(__n); local
302 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len)
358 size_type __len = _M_compute_next_size(__n); local
374 size_type __len = (size_type)(__last - __first); local
393 const difference_type __len = __last - __first; local
423 const size_t __len = size(); local
454 const size_type __len = size(); local
470 const size_type __len = size(); local
499 const size_type __len = size(); local
543 const size_type __len = size(); local
561 const size_type __len = size(); local
    [all...]
_tempbuf.h 49 __get_temporary_buffer(ptrdiff_t __len, _Tp*);
54 inline pair<_Tp*, ptrdiff_t> _STLP_CALL get_temporary_buffer(ptrdiff_t __len) {
55 return __get_temporary_buffer(__len, (_Tp*) 0);
66 get_temporary_buffer(ptrdiff_t __len, _Tp*) {
67 return __get_temporary_buffer(__len, (_Tp*) 0);
  /external/bison/lib/
obstack.h 282 int __len = (length); \
283 if (__o->chunk_limit - __o->next_free < __len) \
284 _obstack_newchunk (__o, __len); \
298 int __len = (length); \
299 if (__o->next_free + __len > __o->chunk_limit) \
300 _obstack_newchunk (__o, __len); \
301 memcpy (__o->next_free, where, __len); \
302 __o->next_free += __len; \
308 int __len = (length); \
309 if (__o->next_free + __len + 1 > __o->chunk_limit)
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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...]
  /prebuilt/linux-x86/toolchain/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...]

Completed in 3092 milliseconds

12 3 4 5 6 7 8