Home
last modified time | relevance | path

Searched refs:nelem (Results 1 – 4 of 4) sorted by relevance

/components/libc/compilers/dlib/
A Dsyscall_mem.c44 void *calloc(size_t nelem, size_t elsize) in calloc() argument
47 return rt_calloc(nelem, elsize); in calloc()
/components/libc/compilers/picolibc/
A Dsyscall.c49 void *calloc(size_t nelem, size_t elsize) in calloc() argument
51 return rt_calloc(nelem, elsize); in calloc()
/components/libc/compilers/armlibc/
A Dsyscall_mem.c52 void *calloc(size_t nelem, size_t elsize) in calloc() argument
55 return rt_calloc(nelem, elsize); in calloc()
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c696 bool_t xdr_vector(XDR *xdrs, char *basep, unsigned int nelem, unsigned int elemsize, xdrproc_t xdr_… in xdr_vector() argument
702 for (i = 0; i < nelem; i++) { in xdr_vector()

Completed in 8 milliseconds