HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 101 - 125 of 1932) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/speex/libspeex/
os_support.h 48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free
56 return calloc(size,1);
65 return calloc(size,1);
77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc */
  /external/strace/tests/
uid.c 37 assert(list = calloc(size + 1, sizeof(*list)));
  /external/toybox/lib/
portability.c 36 *linep = calloc(1, *np);
  /external/valgrind/memcheck/tests/
undef_malloc_args.stderr.exp 18 at 0x........: calloc (vg_replace_malloc.c:...)
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 21 _varyings = (const char**)calloc(_count, sizeof(const char*));
  /hardware/ti/omap4xxx/
Android.mk 13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /ndk/sources/android/crazy_linker/src/
crazy_linker_thread.cpp 62 data = reinterpret_cast<ThreadData*>(calloc(sizeof(*data), 1));
  /ndk/sources/android/support/src/locale/
duplocale.c 40 locale_t copy = calloc(1, sizeof(*loc));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/alsa-lib/smixer/
smixer-ac97.so 
smixer-hda.so 
smixer-sbase.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libanl-2.11.1.so 
libanl.so 
libanl.so.1 
libdl-2.11.1.so 
libdl.so 
libdl.so.2 
libmenu.so 
libmenu.so.5 
libmenu.so.5.7 
libnss_hesiod-2.11.1.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/alsa-lib/smixer/
smixer-ac97.so 
smixer-hda.so 

Completed in 448 milliseconds

1 2 3 45 6 7 8 91011>>