Searched refs:__size (Results 26 - 50 of 52) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp31 __size(size), __host_ptr(host_ptr),
53 return __size;
H A Dkernel.cpp180 __size(size), __set(false) {
199 if (size != __size)
233 ctx.input.resize(offset + __size);
H A Dkernel.hpp93 size_t __size; member in class:_cl_kernel::argument
H A Dmemory.hpp61 size_t __size; member in struct:_cl_mem
/external/elfutils/0.153/libelf/
H A Dlibelf.h192 extern Elf *elf_memory (char *__image, size_t __size);
325 loff_t __offset, size_t __size,
/external/fio/os/
H A Dos-android.h79 static inline int shmget (key_t __key, size_t __size, int __shmflg) argument
93 ret = ioctl(fd, ASHMEM_SET_SIZE, __size);
/external/libcxx/include/support/ibm/
H A Dxlocale.h269 size_t strftime_l(char *__s, size_t __size, const char *__fmt, argument
271 return __xstrftime(locale, __s, __size, __fmt, __tm);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp31 __size(size), __host_ptr(host_ptr),
53 return __size;
H A Dkernel.cpp180 __size(size), __set(false) {
199 if (size != __size)
233 ctx.input.resize(offset + __size);
H A Dkernel.hpp93 size_t __size; member in class:_cl_kernel::argument
H A Dmemory.hpp61 size_t __size; member in struct:_cl_mem
/external/libcxx/src/support/solaris/
H A Dxlocale.c98 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm argument
102 __s, __size, __fmt, __tm);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc44 uptr __size = (uptr)(size); \
46 if (__offset > __offset + __size) { \
48 ReportStringFunctionSizeOverflow(__offset, __size, &stack); \
50 if (!QuickCheckForUnpoisonedRegion(__offset, __size) && \
51 (__bad = __asan_region_is_poisoned(__offset, __size))) { \
53 __asan_report_error(pc, bp, sp, __bad, isWrite, __size); \
/external/stlport/stlport/stl/
H A D_vector.h172 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)
H A D_fstream.c140 streamoff __size = _M_base._M_file_size(); local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0;
H A D_deque.h638 size_type __size = size();
640 if (__len > __size) {
641 const value_type *__mid = __first + __size;
H A D_string_sum.h47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : argument
48 _CStr(__cstr), _Size(__size) {}
H A D_rope.c396 size_t __size, const __true_type& /*basic char type*/) {
397 _S_construct_null(__r->_M_data + __size);
395 _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, size_t __size, const __true_type& ) argument
/external/libcxx/include/support/solaris/
H A Dxlocale.h103 size_t strftime_l(char *__s, size_t __size, const char *__fmt, const struct tm
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c687 extern void *malloc (size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
689 extern void *calloc (size_t __nmemb, size_t __size)
698 extern void *realloc (void *__ptr, size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
710 extern void *alloca (size_t __size) __attribute__ ((__nothrow__));
717 extern void *valloc (size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
803 size_t __nmemb, size_t __size, __compar_fn_t __compar)
808 extern void qsort (void *__base, size_t __nmemb, size_t __size,
5308 size_t __size) __attribute__ ((__nothrow__));
5472 extern size_t fread (void *__restrict __ptr, size_t __size,
5478 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc227 void* tc_memalign(size_t __alignment, size_t __size) __THROW
231 void* tc_valloc(size_t __size) __THROW
233 void* tc_pvalloc(size_t __size) __THROW
/external/stlport/src/
H A Dfacets_byname.cpp989 size_t __size = str.size(); local
990 wstring result(__Reserve, __size);
H A Dallocators.cpp793 static char *_S_chunk_alloc(size_t __size, size_t &__nobjs, __state_type*);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc224 void* tc_memalign(size_t __alignment, size_t __size) __THROW
228 void* tc_valloc(size_t __size) __THROW
230 void* tc_pvalloc(size_t __size) __THROW
/external/valgrind/main/include/vki/
H A Dvki-linux.h666 __KINLINE struct vki_cmsghdr * __vki_cmsg_nxthdr(void *__ctl, __vki_kernel_size_t __size, argument
672 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)

Completed in 2444 milliseconds

123