Searched defs:nmemb (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dbsearch.c72 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register int (*compar)(const void *, const void *)) argument
/haiku-buildtools/gcc/libiberty/
H A Dbsearch.c72 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register int (*compar)(const void *, const void *)) argument
/haiku-buildtools/legacy/binutils/libiberty/
H A Dbsearch.c70 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register int (*compar)(const void *, const void *)) argument
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dproj.c49 bsearch (const void *key, const void *base, size_t nmemb, size_t size, argument
/haiku-buildtools/isl/
H A Disl_sort.c133 MergeSort (void *base, size_t nmemb, size_t size, argument
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_interceptors.cc60 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { argument
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_malloc_win.cc66 void *calloc(size_t nmemb, size_t size) { argument
72 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { argument
77 void *_calloc_impl(size_t nmemb, size_t size, int *errno_tmp) { argument
H A Dasan_malloc_mac.cc122 INTERCEPTOR(void *, calloc, size_t nmemb, size_t size) { argument
168 void *mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { argument
H A Dasan_malloc_linux.cc66 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { argument
H A Dasan_allocator2.cc597 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { argument
/haiku-buildtools/legacy/binutils/bfd/
H A Dlibbfd.c165 bfd_malloc2(bfd_size_type nmemb, bfd_size_type size) argument
219 bfd_realloc2(void *ptr, bfd_size_type nmemb, bfd_size_type size) argument
280 bfd_zmalloc2(bfd_size_type nmemb, bfd_size_type size) argument
[all...]
H A Dopncls.c874 bfd_alloc2(bfd *abfd, bfd_size_type nmemb, bfd_size_type size) argument
936 bfd_zalloc2(bfd *abfd, bfd_size_type nmemb, bfd_size_type size) argument
[all...]
/haiku-buildtools/binutils/bfd/
H A Dlibbfd.c194 bfd_malloc2(bfd_size_type nmemb, bfd_size_type size) argument
237 bfd_realloc2(void *ptr, bfd_size_type nmemb, bfd_size_type size) argument
281 bfd_zmalloc2(bfd_size_type nmemb, bfd_size_type size) argument
[all...]
H A Dopncls.c978 bfd_alloc2(bfd *abfd, bfd_size_type nmemb, bfd_size_type size) argument
1027 bfd_zalloc2(bfd *abfd, bfd_size_type nmemb, bfd_size_type size) argument
[all...]
H A Delf32-nds32.c2299 nds32_insertion_sort(void *base, size_t nmemb, size_t size, int (*compar) (const void *lhs, const void *rhs)) argument
/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c3618 cmalloc (size_t nmemb, size_t size) argument
3628 xcmalloc (size_t nmemb, size_t size) argument
3638 xcrealloc (void *ptr, size_t nmemb, size_t size) argument
H A Dreadelf.c265 get_data(void *var, FILE *file, long offset, size_t size, size_t nmemb, const char *reason) argument
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1782 TSAN_INTERCEPTOR(uptr, fread, void *ptr, uptr size, uptr nmemb, void *f) { argument
1791 TSAN_INTERCEPTOR(uptr, fwrite, const void *p, uptr size, uptr nmemb, void *f) { argument
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c7444 cmalloc (size_t nmemb, size_t size) argument
7457 xcmalloc (size_t nmemb, size_t size) argument
7475 xcrealloc (void *ptr, size_t nmemb, size_t size) argument
7491 xcalloc2(size_t nmemb, size_t size) argument
[all...]
H A Dreadelf.c333 get_data(void * var, FILE * file, unsigned long offset, bfd_size_type size, bfd_size_type nmemb, const char * reason) argument
[all...]

Completed in 346 milliseconds