Searched
full:__size (Results
426 -
450 of
810) sorted by null
<<11121314151617181920>>
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_runtime_wrapper.h | 295 __device__ static inline void *malloc(size_t __size) { 296 return ::malloc(__size);
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
__clang_cuda_runtime_wrapper.h | 295 __device__ static inline void *malloc(size_t __size) { 296 return ::malloc(__size);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
xdr.h | 324 extern bool_t xdr_reference (XDR *__xdrs, caddr_t *__xpp, u_int __size, 351 u_int __size, enum xdr_op __xop) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/ |
list | 601 size_type _M_profile_insert(void* obj, iterator __pos, size_type __size) 609 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/ |
xdr.h | 324 extern bool_t xdr_reference (XDR *__xdrs, caddr_t *__xpp, u_int __size, 351 u_int __size, enum xdr_op __xop) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
list | 601 size_type _M_profile_insert(void* obj, iterator __pos, size_type __size) 609 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
list | 601 size_type _M_profile_insert(void* obj, iterator __pos, size_type __size) 609 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
sso_string_base.h | 98 _M_destroy(size_type __size) throw() 99 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
list | 638 _M_profile_insert(void* obj, const_iterator __pos, size_type __size) 646 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
sso_string_base.h | 98 _M_destroy(size_type __size) throw() 99 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
list | 638 _M_profile_insert(void* obj, const_iterator __pos, size_type __size) 646 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
sso_string_base.h | 98 _M_destroy(size_type __size) throw() 99 { _M_get_allocator().deallocate(_M_data(), __size + 1); } local
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
list | 638 _M_profile_insert(void* obj, const_iterator __pos, size_type __size) 646 __profcxx_list_insert(this, __shift, __size);
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : 48 _CStr(__cstr), _Size(__size) {}
|
/prebuilts/sdk/renderscript/clang-include/ |
__clang_cuda_runtime_wrapper.h | 265 __device__ static inline void *malloc(size_t __size) { 266 return ::malloc(__size);
|
/external/llvm/test/DebugInfo/Generic/ |
block-asan.ll | 80 !20 = !DIDerivedType(tag: DW_TAG_member, name: "__size", size: 32, align: 32, offset: 160, file: !1, scope: !5, baseType: !19)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libatomic.so | |
libatomic.so.1 | |
libatomic.so.1.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libatomic.so | |
libatomic.so.1 | |
libatomic.so.1.0.0 | |
/bionic/libc/include/ |
unistd.h | 112 int getgroups(int __size, gid_t* __list); 113 int setgroups(size_t __size, const gid_t* __list); 151 char* getcwd(char* __buf, size_t __size) __overloadable __RENAME_CLANG(getcwd);
|
Completed in 335 milliseconds
<<11121314151617181920>>