HomeSort by relevance Sort by last modified time
    Searched refs:__size (Results 201 - 225 of 284) sorted by null

1 2 3 4 5 6 7 891011>>

  /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));
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-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));
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/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));
vstring.h 821 const size_type __size = this->size(); local
822 if (__size + 1 > this->capacity() || this->_M_is_shared())
823 this->_M_mutate(__size, size_type(0), 0, size_type(1));
824 traits_type::assign(this->_M_data()[__size], __c);
825 this->_M_set_length(__size + 1);
2109 const size_type __size = this->size(); local
2322 const auto __size = __lhs.size() + __rhs.size(); local
    [all...]
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 216 uptr __size = size; \
218 __asan::AddressIsPoisoned(__p + __size - 1))) { \
220 uptr __bad = __asan_region_is_poisoned(__p, __size); \
221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/parallel/
multiway_mergesort.h 417 _DifferenceType __size; local
432 __size =
436 (::operator new(__size * sizeof(_ValueType)));
469 for (_DifferenceType __i = 0; __i < __size; ++__i)
  /external/elfutils/libelf/
libelf.h 207 extern Elf *elf_memory (char *__image, size_t __size);
399 int64_t __offset, size_t __size,
  /external/fio/os/
os-android.h 83 static inline int shmget (key_t __key, size_t __size, int __shmflg)
97 ret = ioctl(fd, ASHMEM_SET_SIZE, __size);
  /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);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 31 __size(size), __host_ptr(host_ptr),
53 return __size;
kernel.cpp 180 __size(size), __set(false) {
199 if (size != __size)
233 ctx.input.resize(offset + __size);
kernel.hpp 93 size_t __size; member in class:_cl_kernel::argument
memory.hpp 61 size_t __size; member in struct:_cl_mem
  /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);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 321 size_t __size) __THROW;
682 extern size_t fread (void *__restrict __ptr, size_t __size,
688 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
710 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
712 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 345 size_t __size) __THROW;
706 extern size_t fread (void *__restrict __ptr, size_t __size,
712 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
734 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
736 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __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/ext/
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...]

Completed in 2034 milliseconds

1 2 3 4 5 6 7 891011>>