Searched defs:nmemb (Results 1 – 8 of 8) 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/lib/bpf/ |
| H A D | btf_relocate.c | 23 #define calloc(nmemb, sz) kvcalloc(nmemb, sz, GFP_KERNEL | __GFP_NOWARN) argument
|
| H A D | libbpf_internal.h | 208 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray() argument
|
| /linux/tools/include/nolibc/ |
| H A D | stdlib.h | 146 void *calloc(size_t size, size_t nmemb) in calloc() argument
|
| H A D | stdio.h | 195 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite() argument
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 757 const int nmemb = arch->nr_instructions; in ins__sort() local 766 const int nmemb = arch->nr_instructions; in __ins__find() local
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 1429 __syscall_fmt__find(const struct syscall_fmt * fmts,const int nmemb,const char * name) __syscall_fmt__find() argument 1437 const int nmemb = ARRAY_SIZE(syscall_fmts); syscall_fmt__find() local 1442 __syscall_fmt__find_by_alias(const struct syscall_fmt * fmts,const int nmemb,const char * alias) __syscall_fmt__find_by_alias() argument 1456 const int nmemb = ARRAY_SIZE(syscall_fmts); syscall_fmt__find_by_alias() local 2062 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt * fmts,const int nmemb,const char * name) __syscall_arg_fmt__find_by_name() argument 2070 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); syscall_arg_fmt__find_by_name() local [all...] |