Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c91 void *g_malloc_n(size_t nmemb, size_t size) in g_malloc_n()
106 void *g_malloc0_n(size_t nmemb, size_t size) in g_malloc0_n()
121 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n()
150 void *g_try_malloc_n(size_t nmemb, size_t size) in g_try_malloc_n()
160 void *g_try_malloc0_n(size_t nmemb, size_t size) in g_try_malloc0_n()
170 void *g_try_realloc_n(void *ptr, size_t nmemb, size_t size) in g_try_realloc_n()
/openbmc/linux/tools/include/tools/
H A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/openbmc/u-boot/common/
H A Dmalloc_simple.c63 void *calloc(size_t nmemb, size_t elem_size) in calloc()
/openbmc/linux/scripts/kconfig/
H A Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c140 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h148 void *calloc(size_t size, size_t nmemb) in calloc()
H A Dstdio.h163 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
/openbmc/qemu/block/
H A Dcurl.c209 static size_t curl_header_cb(void *ptr, size_t size, size_t nmemb, void *opaque) in curl_header_cb()
240 static size_t curl_read_cb(void *ptr, size_t size, size_t nmemb, void *opaque) in curl_read_cb()
/openbmc/linux/tools/perf/
H A 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
/openbmc/linux/tools/perf/util/
H A 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
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h190 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h194 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size) in libbpf_reallocarray()