Home
last modified time | relevance | path

Searched defs:__size (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/lib/Headers/
D__clang_hip_runtime_wrapper.h38 static inline __device__ void *malloc(size_t __size) { in malloc()
43 static inline __device__ void *malloc(size_t __size) { in malloc()
Dmm_malloc.h32 _mm_malloc(size_t __size, size_t __align) in _mm_malloc()
D__clang_cuda_runtime_wrapper.h372 __device__ static inline void *malloc(size_t __size) { in malloc()
/external/clang/lib/Headers/
Dmm_malloc.h46 _mm_malloc(size_t __size, size_t __align) in _mm_malloc()
D__clang_cuda_runtime_wrapper.h265 __device__ static inline void *malloc(size_t __size) { in malloc()
/external/mesa3d/src/util/
Dbitset.h153 #define BITSET_FOREACH_SET(__i, __set, __size) \ argument
209 #define BITSET_FOREACH_RANGE(__start, __end, __set, __size) \ argument
/external/libcxx/src/experimental/
Dmemory_resource.cpp33 virtual void* do_allocate(size_t __size, size_t __align) in do_allocate()
/external/kernel-headers/original/uapi/linux/netfilter/
Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
/external/iptables/include/linux/netfilter/
Dx_tables.h56 #define XT_TARGET_INIT(__name, __size) \ argument
/external/iproute2/include/uapi/linux/netfilter/
Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
/external/llvm-project/libcxx/include/support/ibm/
Dxlocale.h213 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
/external/libcxx/include/support/ibm/
Dxlocale.h214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
/external/iproute2/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h140 #define IP6T_ENTRY_INIT(__size) \ argument
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6_tables.h142 #define IP6T_ENTRY_INIT(__size) \ argument
/external/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h138 #define IP6T_ENTRY_INIT(__size) \ argument
/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h371 __simd_generate_n(_Index __first, _DifferenceType __size, _Generator __g) noexcept in __simd_generate_n()
Dalgorithm_impl.h984 auto __size = __last - __first; in __brick_calc_mask_1() local