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

<<31323334353637383940>>

  /external/libvncserver/x11vnc/
appshare.c 419 connto = (char *) calloc(len, 1);
441 cmd = (char *) calloc(len, 1);
442 tmp = (char *) calloc(len, 1);
1054 tmp = (char *) calloc(100 + strlen(client), 1);
    [all...]
  /external/clang/test/Analysis/
unix-fns.c 15 void *calloc(size_t, size_t);
94 char *foo = calloc(0, 42); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes}}
100 char *foo = calloc(42, 0); // expected-warning{{Call to 'calloc' has an allocation size of 0 bytes}}
106 char *foo = calloc(nmemb, size); // no-warning
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 610 shared_mem_loc = calloc(1, sizeof(LOWER_RES_FRAME_INFO));
616 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
644 priv = calloc(1, sizeof(struct vpx_codec_alg_priv));
    [all...]
  /external/tinyalsa/
pcm.c 371 pcm->sync_ptr = calloc(1, sizeof(*pcm->sync_ptr));
574 params = calloc(1, sizeof(struct snd_pcm_hw_params));
849 pcm = calloc(1, sizeof(struct pcm));
    [all...]
  /external/valgrind/none/tests/amd64/
amd64locked.c 662 block = calloc(200,1);
698 block = calloc(200,1);
734 block = calloc(200,1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 554 shared_mem_loc = calloc(1, sizeof(LOWER_RES_FRAME_INFO));
560 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
588 priv = calloc(1, sizeof(struct vpx_codec_alg_priv));
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 487 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
867 struct stream_in *in = (struct stream_in *)calloc(1, sizeof(struct stream_in));
    [all...]
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 1030 out = (struct a2dp_stream_out *)calloc(1, sizeof(struct a2dp_stream_out));
1235 in = (struct a2dp_stream_in *)calloc(1, sizeof(struct a2dp_stream_in));
    [all...]
  /system/core/adb/
transport.cpp 442 device_tracker* tracker = reinterpret_cast<device_tracker*>(calloc(1, sizeof(*tracker)));
919 atransport *t = reinterpret_cast<atransport*>(calloc(1, sizeof(atransport)));
1022 atransport *t = reinterpret_cast<atransport*>(calloc(1, sizeof(atransport)));
  /bootable/recovery/minui/
graphics.cpp 272 gr_font = reinterpret_cast<GRFont*>(calloc(sizeof(*gr_font), 1));
graphics_drm.cpp 136 surface = (struct drm_surface*)calloc(1, sizeof(*surface));
  /device/htc/flounder/gps/qct/lib/
libgps.utils.so 
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 974 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) {
977 // Hack: dlsym calls calloc before REAL(calloc) is retrieved from dlsym.
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 24 if (!(tag = (blkid_tag) calloc(1, sizeof(struct blkid_struct_tag))))
  /external/elfutils/src/libdwfl/
elf-from-memory.c 277 buffer = calloc (1, contents_size);
segment.c 205 dwfl->lookup_module = calloc (dwfl->lookup_alloc,
  /external/elfutils/src/libebl/
eblstrtab.c 100 = (struct Ebl_Strtab *) calloc (1, sizeof (struct Ebl_Strtab));
eblwstrtab.c 100 ret = (struct Ebl_WStrtab *) calloc (1, sizeof (struct Ebl_WStrtab));
  /external/fio/engines/
windowsaio.c 55 wd = calloc(1, sizeof(struct windowsaio_data));
  /external/giflib/
gifalloc.c 55 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType));
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 138 void* data = calloc(length, 1);
  /external/harfbuzz_ng/src/
hb-common.cc 261 hb_language_item_t *lang = (hb_language_item_t *) calloc (1, sizeof (hb_language_item_t));
hb-ot-shape-complex-arabic-fallback.hh 300 arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) calloc (1, sizeof (arabic_fallback_plan_t));
hb-ot-shape-complex-arabic.cc 218 arabic_shape_plan_t *arabic_plan = (arabic_shape_plan_t *) calloc (1, sizeof (arabic_shape_plan_t));
hb-shape-plan.cc 461 hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t));

Completed in 480 milliseconds

<<31323334353637383940>>