Searched defs:nmemb (Results 1 – 6 of 6) sorted by relevance
/tools/include/tools/ |
D | libc_compat.h | 11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
|
/tools/include/nolibc/ |
D | stdlib.h | 148 void *calloc(size_t size, size_t nmemb) in calloc()
|
D | stdio.h | 163 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
/tools/perf/util/ |
D | annotate.c | 717 const int nmemb = arch->nr_instructions; in ins__sort() local 725 const int nmemb = arch->nr_instructions; in __ins__find() local 783 const int nmemb = ARRAY_SIZE(architectures); in arch__sort() local 790 const int nmemb = ARRAY_SIZE(architectures); in arch__find() local
|
/tools/perf/ |
D | builtin-trace.c | 1178 const int nmemb, in __syscall_fmt__find() 1186 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find() local 1191 const int nmemb, const char *alias) in __syscall_fmt__find_by_alias() 1205 const int nmemb = ARRAY_SIZE(syscall_fmts); in syscall_fmt__find_by_alias() local 1719 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb, in __syscall_arg_fmt__find_by_name() 1727 const int nmemb = ARRAY_SIZE(syscall_arg_fmts__by_name); in syscall_arg_fmt__find_by_name() local
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 194 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()
|