Home
last modified time | relevance | path

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

/tools/include/tools/
Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/tools/include/nolibc/
Dstdlib.h148 void *calloc(size_t size, size_t nmemb) in calloc()
Dstdio.h163 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
/tools/perf/util/
Dannotate.c717 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/
Dbuiltin-trace.c1178 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/
Dlibbpf_internal.h194 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()