Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libiberty/
Dcalloc.c23 calloc (size_t nelem, size_t elsize) in calloc()
Dxmalloc.c155 xcalloc (size_t nelem, size_t elsize) in xcalloc()
/freebsd-12-stable/contrib/binutils/libiberty/
Dcalloc.c23 calloc (size_t nelem, size_t elsize) in calloc()
Dxmalloc.c155 xcalloc (size_t nelem, size_t elsize) in xcalloc()
/freebsd-12-stable/sys/xdr/
Dxdr_array.c68 u_int elsize, /* size in bytes of each element */ in xdr_array()
/freebsd-12-stable/lib/libc/xdr/
Dxdr_array.c69 xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) in xdr_array()
/freebsd-12-stable/contrib/tzcode/zic/
Dialloc.c31 icalloc(nelem, elsize) in icalloc() argument
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_stub.cpp174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
Dkmp_ftn_entry.h1274 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC()
Dkmp_alloc.cpp1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc()
Dkmp.h3350 #define __kmp_thread_calloc(th, nelem, elsize) \ argument
/freebsd-12-stable/contrib/file/src/
Dreadelf.c1023 size_t elsize = xauxv_sizeof; in do_auxv_note() local
/freebsd-12-stable/contrib/gcc/
Dgcse.c887 gcalloc (size_t nelem, size_t elsize) in gcalloc()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c1391 parse_scalar (char **ccp, int elsize, struct neon_type_el *type) in parse_scalar()
12261 neon_scalar_for_mul (unsigned scalar, unsigned elsize) in neon_scalar_for_mul()
13047 unsigned elsize = (op == 2) ? 16 : (op == 1) ? 32 : (op == 0) ? 64 : 0; in do_neon_rev() local