Home
last modified time | relevance | path

Searched defs:nmemb (Results 1 – 7 of 7) sorted by relevance

/linux/tools/include/tools/
H A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/linux/scripts/include/
H A Dxalloc.h18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/linux/tools/perf/util/
H A Ddisasm.c210 const int nmemb = ARRAY_SIZE(architectures); in arch__sort() local
217 const int nmemb = ARRAY_SIZE(architectures); in arch__find() local
859 const int nmemb = arch->nr_instructions; in ins__sort() local
867 const int nmemb = arch->nr_instructions; in __ins__find() local
/linux/tools/lib/bpf/
H A Dbtf_relocate.c23 #define calloc(nmemb, sz) kvcalloc(nmemb, sz, GFP_KERNEL | __GFP_NOWARN) argument
/linux/tools/include/nolibc/
H A Dstdlib.h144 void *calloc(size_t size, size_t nmemb) in calloc()
H A Dstdio.h195 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h189 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya()