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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
semaphore.h 34 char __size[__SIZEOF_SEM_T]; member in union:__anon62295
pthreadtypes.h 41 char __size[__SIZEOF_PTHREAD_ATTR_T]; member in union:__anon62282
71 char __size[__SIZEOF_PTHREAD_MUTEX_T]; member in union:__anon62283
77 char __size[__SIZEOF_PTHREAD_MUTEXATTR_T]; member in union:__anon62285
97 char __size[__SIZEOF_PTHREAD_COND_T]; member in union:__anon62286
103 char __size[__SIZEOF_PTHREAD_CONDATTR_T]; member in union:__anon62288
137 char __size[__SIZEOF_PTHREAD_RWLOCK_T]; member in union:__anon62289
143 char __size[__SIZEOF_PTHREAD_RWLOCKATTR_T]; member in union:__anon62291
158 char __size[__SIZEOF_PTHREAD_BARRIER_T]; member in union:__anon62292
164 char __size[__SIZEOF_PTHREAD_BARRIERATTR_T]; member in union:__anon62293
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
semaphore.h 39 char __size[__SIZEOF_SEM_T]; member in union:__anon63162
pthreadtypes.h 55 char __size[__SIZEOF_PTHREAD_ATTR_T]; member in union:__anon63149
102 char __size[__SIZEOF_PTHREAD_MUTEX_T]; member in union:__anon63150
108 char __size[__SIZEOF_PTHREAD_MUTEXATTR_T]; member in union:__anon63152
128 char __size[__SIZEOF_PTHREAD_COND_T]; member in union:__anon63153
134 char __size[__SIZEOF_PTHREAD_CONDATTR_T]; member in union:__anon63155
187 char __size[__SIZEOF_PTHREAD_RWLOCK_T]; member in union:__anon63156
193 char __size[__SIZEOF_PTHREAD_RWLOCKATTR_T]; member in union:__anon63158
208 char __size[__SIZEOF_PTHREAD_BARRIER_T]; member in union:__anon63159
214 char __size[__SIZEOF_PTHREAD_BARRIERATTR_T]; member in union:__anon63160
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 60 _DifferenceType __size = __last - __first; local
62 if (__size == 0)
77 __equally_split(__size, __num_threads + 1, __borders);
140 __end = __size;
multiway_mergesort.h 417 _DifferenceType __size; local
432 __size =
436 (::operator new(__size * sizeof(_ValueType)));
469 for (_DifferenceType __i = 0; __i < __size; ++__i)
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 60 _DifferenceType __size = __last - __first; local
62 if (__size == 0)
77 __equally_split(__size, __num_threads + 1, __borders);
140 __end = __size;
multiway_mergesort.h 417 _DifferenceType __size; local
432 __size =
436 (::operator new(__size * sizeof(_ValueType)));
469 for (_DifferenceType __i = 0; __i < __size; ++__i)
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /device/linaro/bootloader/edk2/StdLib/Include/
nl_types.h 86 int __size; member in struct:__nl_cat_d
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_node.h 68 __size(__stack_t __stack) function in namespace:__gnu_profile
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_node.h 68 __size(__stack_t __stack) function in namespace:__gnu_profile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 334 size_t __size = __from_end - __from; local
336 (__builtin_alloca(sizeof(intern_type) * (__size + 1)));
338 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
438 size_t __size = __from_end - __from; local
440 (__builtin_alloca(sizeof(extern_type) * (__size + 1)));
442 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
rc_string_base.h 421 size_type __size = ((__capacity + 1) * sizeof(_CharT) local
424 const size_type __adj_size = __size + __malloc_header_size;
431 __size = (__capacity + 1) * sizeof(_CharT) + 2 * sizeof(_Rep) - 1;
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
447 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT) local
449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1969 const size_type __size = this->size(); local
2182 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
ropeimpl.h 345 size_t __size = this->_M_size + 1; local
346 _Destroy(__cstr, __cstr + __size, _M_get_allocator());
347 this->_Data_deallocate(__cstr, __size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 334 size_t __size = __from_end - __from; local
336 (__builtin_alloca(sizeof(intern_type) * (__size + 1)));
338 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
438 size_t __size = __from_end - __from; local
440 (__builtin_alloca(sizeof(extern_type) * (__size + 1)));
442 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
rc_string_base.h 421 size_type __size = ((__capacity + 1) * sizeof(_CharT) local
424 const size_type __adj_size = __size + __malloc_header_size;
431 __size = (__capacity + 1) * sizeof(_CharT) + 2 * sizeof(_Rep) - 1;
436 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
447 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT) local
449 _Rep_alloc_type(__a).deallocate(this, __size / sizeof(_Rep));
vstring.h 786 const size_type __size = this->size(); local
787 if (__size + 1 > this->capacity() || this->_M_is_shared())
788 this->_M_mutate(__size, size_type(0), 0, size_type(1));
789 traits_type::assign(this->_M_data()[__size], __c);
790 this->_M_set_length(__size + 1);
1969 const size_type __size = this->size(); local
2182 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2227 const size_type __size = this->size(); local
2445 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
regex.h 1549 size_type __size = _Base_type::size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 2227 const size_type __size = this->size(); local
2445 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]

Completed in 763 milliseconds

1 2