Searched defs:elsize (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | calloc.c | 23 calloc (size_t nelem, size_t elsize) in calloc()
|
| D | xmalloc.c | 155 xcalloc (size_t nelem, size_t elsize) in xcalloc()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | calloc.c | 23 calloc (size_t nelem, size_t elsize) in calloc()
|
| D | xmalloc.c | 155 xcalloc (size_t nelem, size_t elsize) in xcalloc()
|
| /freebsd-12-stable/sys/xdr/ |
| D | xdr_array.c | 68 u_int elsize, /* size in bytes of each element */ in xdr_array()
|
| /freebsd-12-stable/lib/libc/xdr/ |
| D | xdr_array.c | 69 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/ |
| D | ialloc.c | 31 icalloc(nelem, elsize) in icalloc() argument
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_stub.cpp | 174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
|
| D | kmp_ftn_entry.h | 1274 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC()
|
| D | kmp_alloc.cpp | 1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc()
|
| D | kmp.h | 3350 #define __kmp_thread_calloc(th, nelem, elsize) \ argument
|
| /freebsd-12-stable/contrib/file/src/ |
| D | readelf.c | 1023 size_t elsize = xauxv_sizeof; in do_auxv_note() local
|
| /freebsd-12-stable/contrib/gcc/ |
| D | gcse.c | 887 gcalloc (size_t nelem, size_t elsize) in gcalloc()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-arm.c | 1391 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
|