Home
last modified time | relevance | path

Searched defs:elsize (Results 1 – 5 of 5) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc384 uint32_t const elsize = SYSPAGE_ELEMENT_SIZE(cacheattr); in GetCacheSizesQNX() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
H A Dkmp_ftn_entry.h1340 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC() argument
H A Dkmp_alloc.cpp1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc()
H A Dkmp.h3787 #define __kmp_thread_calloc(th, nelem, elsize) \ argument