Searched defs:nelem (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/CodeGen/WebAssembly/ |
H A D | builtins-table.c | 43 int test_builtin_wasm_table_grow(__externref_t ref, int nelem) { in test_builtin_wasm_table_grow() 53 void test_builtin_wasm_table_fill(int index, __externref_t ref, int nelem) { in test_builtin_wasm_table_fill() 65 void test_table_copy(int dst_idx, int src_idx, int nelem) { in test_table_copy()
|
/llvm-project/clang/test/Sema/ |
H A D | builtins-wasm.c | 33 void test_table_fill(int index, __externref_t ref, int nelem) { in test_table_fill() 43 void test_table_copy(int dst_idx, int src_idx, int nelem) { in test_table_copy()
|
/llvm-project/third-party/benchmark/src/ |
H A D | sysinfo.cc | 847 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stub.cpp | 174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
|
H A D | kmp_alloc.cpp | 1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc() 1194 void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem, in ___kmp_thread_calloc()
|
H A D | kmp_ftn_entry.h | 1340 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC() argument
|
H A D | kmp_settings.cpp | 3529 int nelem = 1; in __kmp_stg_parse_proc_bind() local 3609 int nelem = __kmp_nested_proc_bind.used; in __kmp_stg_print_proc_bind() local
|
H A D | kmp.h | 3787 #define __kmp_thread_calloc(th, nelem, elsize) \ argument
|