HomeSort by relevance Sort by last modified time
    Searched full:__size (Results 376 - 400 of 810) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
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));
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
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));
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
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));
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
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));
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
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));
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi.c 616 unsigned short __size = (unsigned short)(SIZE); \
622 *(unsigned int *) &__tramp[14] = __size; /* mov __size, %eax */ \
635 *(unsigned short*) &__tramp[50] = (__size + 8); /* ret (__size + 8) */ \
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_vector.h 172 const size_type __size = size(); local
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
176 if (__len > max_size() || __len < __size)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 91 _M_destroy(size_type __size) throw()
92 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
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/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 366 const _DifferenceType __size = (__end1 - __begin1) + (__end2 - __begin2); local
386 __equally_split(__size, __num_threads + 1, __borders);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
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-linux-glibc2.11-4.8/sysroot/usr/include/
printf.h 82 int *__size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
epoll.h 102 extern int epoll_create (int __size) __THROW;
mman.h 139 extern int remap_file_pages (void *__start, size_t __size, int __prot,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
epoll.h 102 extern int epoll_create (int __size) __THROW;
mman.h 139 extern int remap_file_pages (void *__start, size_t __size, int __prot,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 82 int *__size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
epoll.h 102 extern int epoll_create (int __size) __THROW;

Completed in 798 milliseconds

<<11121314151617181920>>