HomeSort by relevance Sort by last modified time
    Searched defs:__len (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
time_members.h 61 const size_t __len = __builtin_strlen(__s) + 1; local
62 char* __tmp = new char[__len];
63 __builtin_memcpy(__tmp, __s, __len);
messages_members.h 56 const size_t __len = __builtin_strlen(__s) + 1; local
57 char* __tmp = new char[__len];
58 __builtin_memcpy(__tmp, __s, __len);
112 const size_t __len = __builtin_strlen(__s) + 1; local
113 char* __tmp = new char[__len];
114 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
time_members.h 61 const size_t __len = __builtin_strlen(__s) + 1; local
62 char* __tmp = new char[__len];
63 __builtin_memcpy(__tmp, __s, __len);
messages_members.h 56 const size_t __len = __builtin_strlen(__s) + 1; local
57 char* __tmp = new char[__len];
58 __builtin_memcpy(__tmp, __s, __len);
112 const size_t __len = __builtin_strlen(__s) + 1; local
113 char* __tmp = new char[__len];
114 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
time_members.h 64 const size_t __len = __builtin_strlen(__s) + 1; local
65 char* __tmp = new char[__len];
66 __builtin_memcpy(__tmp, __s, __len);
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
time_members.h 64 const size_t __len = __builtin_strlen(__s) + 1; local
65 char* __tmp = new char[__len];
66 __builtin_memcpy(__tmp, __s, __len);
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 95 const int __len = __convf(__s, __n, __fmt, __args); local
99 return _String(__s, __s + __len);
sso_string_base.h 395 size_type __len = 0; local
398 while (__beg != __end && __len < __capacity)
400 _M_data()[__len++] = *__beg;
408 if (__len == __capacity)
411 __capacity = __len + 1;
412 _CharT* __another = _M_create(__capacity, __len);
413 this->_S_copy(__another, _M_data(), __len);
418 _M_data()[__len++] = *__beg;
428 _M_set_length(__len);
rc_string_base.h 518 size_type __len = 0; local
519 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
521 __buf[__len++] = *__beg;
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
525 _S_copy(__r->_M_refdata(), __buf, __len);
530 if (__len == __r->_M_info._M_capacity)
533 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
534 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
538 __r->_M_refdata()[__len++] = *__beg
    [all...]
vstring.h 1971 const size_type __len = std::min(__size, __osize); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
string_conversions.h 95 const int __len = __convf(__s, __n, __fmt, __args); local
99 return _String(__s, __s + __len);
sso_string_base.h 395 size_type __len = 0; local
398 while (__beg != __end && __len < __capacity)
400 _M_data()[__len++] = *__beg;
408 if (__len == __capacity)
411 __capacity = __len + 1;
412 _CharT* __another = _M_create(__capacity, __len);
413 this->_S_copy(__another, _M_data(), __len);
418 _M_data()[__len++] = *__beg;
428 _M_set_length(__len);
  /external/libcxx/test/support/
constexpr_char_traits.hpp 79 size_t __len = 0; local
81 ++__len;
82 return __len;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
constexpr_char_traits.hpp 79 size_t __len = 0; local
81 ++__len;
82 return __len;
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_NOOP, __len);
67 rbug_connection_write(__con, __data, __len);
78 uint32_t __len = 0; local
86 PAD(__len, 8);
88 __data = (uint8_t*)MALLOC(__len);
114 uint32_t __len = 0; local
152 uint32_t __len = 0; local
191 uint32_t __len = 0; local
    [all...]
rbug_shader.c 44 uint32_t __len = 0; local
53 PAD(__len, 8);
55 __data = (uint8_t*)MALLOC(__len);
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
66 if (__pos != __len) {
69 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST, __len);
70 rbug_connection_write(__con, __data, __len);
83 uint32_t __len = 0; local
93 PAD(__len, 8);
95 __data = (uint8_t*)MALLOC(__len);
125 uint32_t __len = 0; local
170 uint32_t __len = 0; local
214 uint32_t __len = 0; local
259 uint32_t __len = 0; local
    [all...]
rbug_context.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST, __len);
67 rbug_connection_write(__con, __data, __len);
79 uint32_t __len = 0; local
88 PAD(__len, 8);
90 __data = (uint8_t*)MALLOC(__len);
118 uint32_t __len = 0; local
159 uint32_t __len = 0; local
200 uint32_t __len = 0; local
245 uint32_t __len = 0; local
293 uint32_t __len = 0; local
333 uint32_t __len = 0; local
382 uint32_t __len = 0; local
435 uint32_t __len = 0; local
    [all...]
rbug_texture.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST, __len);
67 rbug_connection_write(__con, __data, __len);
79 uint32_t __len = 0; local
88 PAD(__len, 8);
90 __data = (uint8_t*)MALLOC(__len);
127 uint32_t __len = 0; local
190 uint32_t __len = 0; local
244 uint32_t __len = 0; local
298 uint32_t __len = 0; local
365 uint32_t __len = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_heap.h 228 _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
305 _Distance __len, _Tp __value, _Compare __comp)
309 while (__secondChild < (__len - 1) / 2)
318 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
402 const _DistanceType __len = __last - __first; local
403 _DistanceType __parent = (__len - 2) / 2
442 const _DistanceType __len = __last - __first; local
    [all...]
stl_algobase.h 958 _DistanceType __len = std::distance(__first, __last); local
960 while (__len > 0)
962 _DistanceType __half = __len >> 1;
    [all...]
stl_vector.h 1341 const size_type __len = size() + std::max(size(), __n); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_heap.h 228 _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
305 _Distance __len, _Tp __value, _Compare __comp)
309 while (__secondChild < (__len - 1) / 2)
318 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
402 const _DistanceType __len = __last - __first; local
403 _DistanceType __parent = (__len - 2) / 2
442 const _DistanceType __len = __last - __first; local
    [all...]
  /external/fio/engines/
e4defrag.c 104 long long __len = td->o.file_size_high - td->o.start_offset; local
105 r = fallocate(ed->donor_fd, 0, td->o.start_offset, __len);

Completed in 278 milliseconds

1 2