HomeSort by relevance Sort by last modified time
    Searched full:nmemb (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /development/ndk/platforms/android-3/include/
stdlib.h 98 size_t nmemb, size_t size,
  /development/ndk/platforms/android-8/include/
stdlib.h 99 size_t nmemb, size_t size,
  /development/ndk/platforms/android-9/include/
stdlib.h 99 size_t nmemb, size_t size,
  /external/chromium_org/base/process/
memory_linux.cc 43 void* __libc_calloc(size_t nmemb, size_t size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
tcmalloc.h 93 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
tcmalloc.h.in 83 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
tcmalloc.h.in 83 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
tcmalloc.h.in 83 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
tcmalloc.h.in 83 PERFTOOLS_DLL_DECL void* tc_calloc(size_t nmemb, size_t size) __THROW;
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 638 void *asan_calloc(uptr nmemb, uptr size, StackTrace *stack) {
639 if (CallocShouldReturnNullDueToOverflow(size, nmemb)) return 0;
640 void *ptr = Allocate(nmemb * size, 8, stack, FROM_MALLOC, false);
644 REAL(memset)(ptr, 0, nmemb * size);
  /external/e2fsprogs/e2fsck/
mtrace.h 65 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
  /external/libvorbis/doc/vorbisfile/
ov_callbacks.html 39 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
  /external/qemu/audio/
audio_int.h 230 void *audio_calloc (const char *funcname, int nmemb, size_t size);
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
  /external/valgrind/main/coregrind/
pub_core_replacemalloc.h 47 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n);
  /external/valgrind/main/exp-sgcheck/
h_main.h 63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 59 inline size_t write(const void *ptr, size_t size, size_t nmemb);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 52 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 52 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 52 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 100 size_t nmemb, size_t size,
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 100 size_t nmemb, size_t size,
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 100 size_t nmemb, size_t size,
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdlib.h 100 size_t nmemb, size_t size,

Completed in 316 milliseconds

1 23 4 5 6 7 8