HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 426 - 450 of 1367) sorted by null

<<11121314151617181920>>

  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 528 out = (struct qcom_stream_out *)calloc(1, sizeof(*out));
564 out = (struct qcom_stream_out *)calloc(1, sizeof(*out));
630 in = (struct qcom_stream_in *)calloc(1, sizeof(*in));
715 qadev = (struct qcom_audio_device *)calloc(1, sizeof(*qadev));
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 93 params = (struct snd_pcm_hw_params*) calloc(1, sizeof(struct snd_pcm_hw_params));
133 sparams = (struct snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
436 data = calloc(1, bufsize);
644 filename = (char*) calloc(1, 30);
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdlib_h.pass.cpp 56 static_assert((std::is_same<decltype(calloc(0,0)), void*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
cstdlib.pass.cpp 56 static_assert((std::is_same<decltype(std::calloc(0,0)), void*>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libxcb.so.1 
libxcb.so.1.0 
libxcb.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-elfedit 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libxcb.so.1 
libxcb.so.1.0 
libxcb.so.1.0.0 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-elfedit 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
libfunction_reordering_plugin.so 
libfunction_reordering_plugin.so.0 
libfunction_reordering_plugin.so.0.0.0 

Completed in 1029 milliseconds

<<11121314151617181920>>