Home
last modified time | relevance | path

Searched refs:nelem (Results 51 – 69 of 69) sorted by relevance

123

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc() argument
1133 ptr = bgetz(__kmp_entry_thread(), (bufsize)(nelem * elsize + sizeof(ptr))); in kmpc_calloc()
1194 void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem, in ___kmp_thread_calloc() argument
1198 (int)nelem, (int)elsize KMP_SRC_LOC_PARM)); in ___kmp_thread_calloc()
1199 ptr = bgetz(th, (bufsize)(nelem * elsize)); in ___kmp_thread_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
1342 return kmpc_calloc(KMP_DEREF nelem, KMP_DEREF elsize); in FTN_CALLOC()
H A Dkmp.h3764 extern void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem,
3771 #define __kmp_thread_calloc(th, nelem, elsize) \ argument
3772 ___kmp_thread_calloc((th), (nelem), (elsize)KMP_SRC_LOC_CURR)
4030 KMP_EXPORT void *kmpc_calloc(size_t nelem, size_t elsize);
/freebsd/usr.sbin/services_mkdb/
H A Dservices_mkdb.c72 .nelem = 32768,
/freebsd/contrib/sendmail/libsmdb/
H A Dsmdb1.c519 hash_info.nelem = db_params->smdbp_num_elements;
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c679 ih.nelem = atoi(eq); in setinfo()
/freebsd/lib/libc/db/test/
H A Ddbtest.c622 ih.nelem = atoi(eq);
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.f90.var870 function kmp_calloc(nelem, elsize) bind(c)
873 integer (kind=kmp_size_t_kind), value :: nelem
H A Domp_lib.h.var967 function kmp_calloc(nelem, elsize) bind(c)
970 integer (kind=kmp_size_t_kind), value :: nelem
/freebsd/contrib/file/src/
H A Dcdf.c1088 size_t nelem = inp - *info; in cdf_read_property_info() local
1092 inp += nelem; in cdf_read_property_info()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c871 alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size, in alloc_ring() argument
875 size_t len = nelem * elem_size; in alloc_ring()
899 len = nelem * sw_size; in alloc_ring()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1763 u32 *max_ctx_qid, u8 nelem) in get_max_ctxt_qid() argument
1767 if (nelem != (CTXT_CNM + 1)) in get_max_ctxt_qid()
1829 if (found == nelem) in get_max_ctxt_qid()
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources386 include/internal/nelem.h
H A Dfips-sources.checksums386 b02701592960eb4608bb83b297eed90184004828c7fc03ea81568062f347623d include/internal/nelem.h
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c8461 int i, nelem, maxidx; local
8464 nelem = arraysize / sizeof(*array);
8483 maxidx = nelem - 1;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td258 class IIT_Vec<int nelem, int num> : IIT_Base<num> {
260 !and(vti.isVector, !eq(vti.nElem, nelem)));
/freebsd/contrib/one-true-awk/
H A Drun.c2081 u = ((Array *) x->sval)->nelem; /* GROT. should be function*/ in bltin()
/freebsd/contrib/sendmail/src/
H A Dmap.c2183 # define h_nelem nelem
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7025 INTERCEPTOR(int, getloadavg, double *loadavg, int nelem) {
7027 COMMON_INTERCEPTOR_ENTER(ctx, getloadavg, loadavg, nelem);
7028 int res = REAL(getloadavg)(loadavg, nelem);

123