HomeSort by relevance Sort by last modified time
    Searched full:__len (Results 76 - 100 of 883) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 87 size_type __len = 0;
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
94 _M_copy(__r->_M_refdata(), __buf, __len);
99 if (__len == __r->_M_capacity)
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
107 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 87 size_type __len = 0;
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
94 _M_copy(__r->_M_refdata(), __buf, __len);
99 if (__len == __r->_M_capacity)
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
107 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.tcc 87 size_type __len = 0;
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
94 _M_copy(__r->_M_refdata(), __buf, __len);
99 if (__len == __r->_M_capacity)
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
107 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 89 size_type __len = 0;
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
96 _M_copy(__r->_M_refdata(), __buf, __len);
101 if (__len == __r->_M_capacity)
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
105 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
109 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 89 size_type __len = 0;
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
96 _M_copy(__r->_M_refdata(), __buf, __len);
101 if (__len == __r->_M_capacity)
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
105 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
109 __r->_M_refdata()[__len++] = *__beg
    [all...]
vector.tcc 260 const size_type __len = std::distance(__first, __last);
262 if (__len > capacity())
264 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
271 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
274 else if (size() >= __len)
340 const size_type __len =
343 pointer __new_start(this->_M_allocate(__len));
379 _M_deallocate(__new_start, __len);
389 this->_M_impl._M_end_of_storage = __new_start + __len;
400 const size_type __len
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 89 size_type __len = 0;
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
96 _M_copy(__r->_M_refdata(), __buf, __len);
101 if (__len == __r->_M_capacity)
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
105 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
109 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 89 size_type __len = 0;
90 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
92 __buf[__len++] = *__beg;
95 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
96 _M_copy(__r->_M_refdata(), __buf, __len);
101 if (__len == __r->_M_capacity)
104 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
105 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
109 __r->_M_refdata()[__len++] = *__beg
    [all...]
vector.tcc 260 const size_type __len = std::distance(__first, __last);
262 if (__len > capacity())
264 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
271 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
274 else if (size() >= __len)
340 const size_type __len =
343 pointer __new_start(this->_M_allocate(__len));
379 _M_deallocate(__new_start, __len);
389 this->_M_impl._M_end_of_storage = __new_start + __len;
400 const size_type __len
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.tcc 87 size_type __len = 0;
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
90 __buf[__len++] = *__beg;
93 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
94 _M_copy(__r->_M_refdata(), __buf, __len);
99 if (__len == __r->_M_capacity)
102 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
103 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
107 __r->_M_refdata()[__len++] = *__beg
    [all...]
vector.tcc 262 const size_type __len = std::distance(__first, __last);
264 if (__len > capacity())
266 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
273 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
276 else if (size() >= __len)
342 const size_type __len =
345 pointer __new_start(this->_M_allocate(__len));
381 _M_deallocate(__new_start, __len);
391 this->_M_impl._M_end_of_storage = __new_start + __len;
402 const size_type __len
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_internal.h 53 PAD(__len, size); \
54 __len += size; \
60 PAD(__len, size); \
61 __len += size * name##_len; \
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_internal.h 53 PAD(__len, size); \
54 __len += size; \
60 PAD(__len, size); \
61 __len += size * name##_len; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h 51 const size_t __len = __builtin_strlen(__old) + 1; local
52 __sav = new char[__len];
53 __builtin_memcpy(__sav, __old, __len);
93 const size_t __len = __builtin_strlen(__old) + 1; local
94 __sav = new char[__len];
95 __builtin_memcpy(__sav, __old, __len);
138 const size_t __len = __builtin_strlen(__old) + 1; local
139 __sav = new char[__len];
140 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
unistd.h 60 char *__restrict__ __buf, size_t __len),
65 size_t __len)
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_noninline.h 51 const size_t __len = __builtin_strlen(__old) + 1; local
52 __sav = new char[__len];
53 __builtin_memcpy(__sav, __old, __len);
93 const size_t __len = __builtin_strlen(__old) + 1; local
94 __sav = new char[__len];
95 __builtin_memcpy(__sav, __old, __len);
138 const size_t __len = __builtin_strlen(__old) + 1; local
139 __sav = new char[__len];
140 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
unistd.h 60 char *__restrict__ __buf, size_t __len),
65 size_t __len)
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
unistd.h 60 char *__restrict__ __buf, size_t __len),
65 size_t __len)
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_noninline.h 51 const size_t __len = __builtin_strlen(__old) + 1; local
52 __sav = new char[__len];
53 __builtin_memcpy(__sav, __old, __len);
93 const size_t __len = __builtin_strlen(__old) + 1; local
94 __sav = new char[__len];
95 __builtin_memcpy(__sav, __old, __len);
138 const size_t __len = __builtin_strlen(__old) + 1; local
139 __sav = new char[__len];
140 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
list.tcc 143 size_type __len = 0;
144 for (; __i != end() && __len < __new_size; ++__i, ++__len)
146 if (__len == __new_size)
149 _M_default_append(__new_size - __len);
158 size_type __len = 0;
159 for (; __i != end() && __len < __new_size; ++__i, ++__len)
161 if (__len == __new_size)
164 insert(end(), __new_size - __len, __x)
    [all...]

Completed in 2735 milliseconds

1 2 34 5 6 7 8 91011>>