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

<<21222324252627282930>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 69 /* calloc */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 145 mmap->priv = calloc(1, mmap->sz + align);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 110 # define calloc vpx_calloc macro
  /hardware/intel/img/psb_video/src/
object_heap.c 60 object_base_p obj = (object_base_p) calloc(1, heap->object_size);
psb_drv_video.c 886 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 397 p_crtc = (psb_xrandr_crtc_p)calloc(1, sizeof(psb_xrandr_crtc_s));
450 p_output = (psb_xrandr_output_p)calloc(1, sizeof(psb_xrandr_output_s));
842 psb_xrandr_info = (psb_xrandr_info_p)calloc(1, sizeof(psb_xrandr_info_s));
    [all...]
  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.cpp 185 pathP = (char*)calloc(PRESSURE_MAX_SYSFS_ATTRB,
  /hardware/invensense/65xx/libsensors_iio/
PressureSensor.IIO.secondary.cpp 186 pathP = (char*)calloc(PRESSURE_MAX_SYSFS_ATTRB,
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 528 out = (struct qcom_stream_out *)calloc(1, sizeof(*out));
565 out = (struct qcom_stream_out *)calloc(1, sizeof(*out));
634 in = (struct qcom_stream_in *)calloc(1, sizeof(*in));
719 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);
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 126 t = (timer_data *)calloc(1, sizeof(timer_data));
  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 128 t = (timer_data *)calloc(1, sizeof(timer_data));
  /hardware/qcom/gps/msm8974/utils/
loc_timer.c 126 t = (timer_data *)calloc(1, sizeof(timer_data));
  /hardware/qcom/gps/utils/
loc_timer.c 142 t = (timer_data *)calloc(1, sizeof(timer_data));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libxcb.so 
libxcb.so.1 
libxcb.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
system.h 472 extern void *calloc (size_t, size_t);
750 #define really_call_calloc calloc
767 #undef calloc macro
769 #pragma GCC poison calloc strdup
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h 143 #define _calloc_dbg(c,s,t,f,l) calloc(c,s)
malloc.h 76 void *__cdecl calloc(size_t _NumOfElements,size_t _SizeOfElements);
wspiapi.h 31 #define WspiapiMalloc(tSize) calloc(1,(tSize))

Completed in 603 milliseconds

<<21222324252627282930>>