Searched defs:nmemb (Results 1 – 7 of 7) sorted by relevance
/linux/tools/include/tools/ |
H A D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
|
/linux/scripts/include/ |
H A D | xalloc.h | 18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc()
|
/linux/tools/perf/util/ |
H A D | disasm.c | 210 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 D | btf_relocate.c | 23 #define calloc(nmemb, sz) kvcalloc(nmemb, sz, GFP_KERNEL | __GFP_NOWARN) argument
|
/linux/tools/include/nolibc/ |
H A D | stdlib.h | 144 void *calloc(size_t size, size_t nmemb) in calloc()
|
H A D | stdio.h | 195 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 189 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya()
|