HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 526 - 550 of 2241) sorted by null

<<21222324252627282930>>

  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 107 char * state = (char *)calloc(avail+1, sizeof(char));
126 sndcard_t * s = (sndcard_t *)calloc(sizeof(sndcard_t), 1);
248 dev_event_t * d = (dev_event_t *)calloc(sizeof(dev_event_t), 1);
407 struct pollfd * pfd = (struct pollfd *)calloc(sizeof(struct pollfd),
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 96 params = (struct snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
137 sparams = (struct snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
353 data = calloc(1, bufsize);
591 filename = (char*) calloc(1, 30);
  /hardware/qcom/audio/post_proc/
bundle.c 335 calloc(1, sizeof(equalizer_context_t));
352 calloc(1, sizeof(bassboost_context_t));
369 calloc(1, sizeof(virtualizer_context_t));
392 calloc(1, sizeof(reverb_context_t));
  /hardware/ril/librilutils/
record_stream.c 51 ret = (RecordStream *)calloc(1, sizeof(RecordStream));
  /ndk/sources/android/libthread_db/
libthread_db.c 39 td_thragent_t* agent = (td_thragent_t*) calloc(1, sizeof(td_thragent_t));
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 93 using ::calloc;
  /ndk/sources/cxx-stl/system/include/
cstdlib 93 using ::calloc;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase));
369 // of the calloc'ed block.
370 YUVinfo *yuv = (YUVinfo *) calloc(sizeof(YUVinfo), 1);
378 unsigned char* block = (unsigned char*) calloc(
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libncurses.so.5 
libncurses.so.5.9 
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h 28 /* work around the poisoned malloc/calloc in system.h. */
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdlib 94 using ::calloc;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 93 using ::calloc;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib 93 using ::calloc;
  /system/core/libcutils/
record_stream.c 51 ret = (RecordStream *)calloc(1, sizeof(RecordStream));
  /system/core/libion/tests/
allocate_test.cpp 93 void *zeroes = calloc(4096, 1);
  /system/extras/libpagemap/
pm_kernel.c 35 ker = calloc(1, sizeof(*ker));
pm_memusage.c 68 p_swap->offset_array = calloc(p_swap->array_size, sizeof(pm_pswap_refcount_t));

Completed in 377 milliseconds

<<21222324252627282930>>