HomeSort by relevance Sort by last modified time
    Searched full:__size (Results 226 - 250 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_mergesort.h 417 _DifferenceType __size; local
432 __size =
436 (::operator new(__size * sizeof(_ValueType)));
469 for (_DifferenceType __i = 0; __i < __size; ++__i)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_node.h 68 __size(__stack_t __stack) function in namespace:__gnu_profile
  /external/libcxx/include/support/ibm/
xlocale.h 269 size_t strftime_l(char *__s, size_t __size, const char *__fmt,
271 return __xstrftime(locale, __s, __size, __fmt, __tm);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 269 size_t strftime_l(char *__s, size_t __size, const char *__fmt,
271 return __xstrftime(locale, __s, __size, __fmt, __tm);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
102 __s, __size, __fmt, __tm);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 126 #define IP6T_ENTRY_INIT(__size) \
129 .next_offset = (__size), \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 471 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
473 extern void *calloc (size_t __nmemb, size_t __size)
485 extern void *realloc (void *__ptr, size_t __size)
502 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
507 extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)
751 size_t __nmemb, size_t __size, __compar_fn_t __compar)
756 extern void qsort (void *__base, size_t __nmemb, size_t __size,
759 extern void qsort_r (void *__base, size_t __nmemb, size_t __size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 471 extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur;
473 extern void *calloc (size_t __nmemb, size_t __size)
485 extern void *realloc (void *__ptr, size_t __size)
503 extern void *valloc (size_t __size) __THROW __attribute_malloc__ __wur;
508 extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)
756 size_t __nmemb, size_t __size, __compar_fn_t __compar)
761 extern void qsort (void *__base, size_t __nmemb, size_t __size,
764 extern void qsort_r (void *__base, size_t __nmemb, size_t __size,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 269 size_t strftime_l(char *__s, size_t __size, const char *__fmt,
271 return __xstrftime(locale, __s, __size, __fmt, __tm);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 59 uptr __size = (uptr)(size); \
61 if (__offset > __offset + __size) { \
63 ReportStringFunctionSizeOverflow(__offset, __size, &stack); \
65 if (!QuickCheckForUnpoisonedRegion(__offset, __size) && \
66 (__bad = __asan_region_is_poisoned(__offset, __size))) { \
78 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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));
  /prebuilts/ndk/current/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));
  /ndk/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/current/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)
  /bionic/libc/include/
unistd.h 112 extern int getgroups(int __size, gid_t* __list);
113 extern int setgroups(size_t __size, const gid_t* __list);
152 extern char* getcwd(char* __buf, size_t __size);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 173 if not hasattr(self, '__size'):
176 self.__size = rs[0].size
177 return self.__size
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 180 __size(size), __set(false) {
199 if (size != __size)
233 ctx.input.resize(offset + __size);
  /hardware/ti/omap4-aah/
heaptracker.c 465 size_t __size = nmemb * size; local
466 hdr = __real_calloc(1, sizeof(struct hdr) + __size + sizeof(struct ftr));
470 add(hdr, __size);
  /hardware/ti/omap4xxx/
heaptracker.c 465 size_t __size = nmemb * size; local
466 hdr = __real_calloc(1, sizeof(struct hdr) + __size + sizeof(struct ftr));
470 add(hdr, __size);
  /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);

Completed in 1452 milliseconds

1 2 3 4 5 6 7 8 91011>>