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

<<21222324252627282930>>

  /external/tinyalsa/
pcm.c 279 pcm->sync_ptr = calloc(1, sizeof(*pcm->sync_ptr));
473 params = calloc(1, sizeof(struct snd_pcm_hw_params));
611 pcm = calloc(1, sizeof(struct pcm));
  /external/valgrind/main/memcheck/tests/
Makefile.am 72 calloc-overflow.stderr.exp calloc-overflow.vgtest\
242 calloc-overflow \
  /external/zlib/src/test/
example.c 63 return calloc(n, m);
565 compr = (Byte*)calloc((uInt)comprLen, 1);
566 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 523 out = (struct submix_stream_out *)calloc(1, sizeof(struct submix_stream_out));
684 in = (struct submix_stream_in *)calloc(1, sizeof(struct submix_stream_in));
778 rsxadev = (submix_audio_device*) calloc(1, sizeof(struct submix_audio_device));
  /system/core/adb/
jdwp_service.c 197 JdwpProcess* proc = calloc(1,sizeof(*proc));
603 JdwpSocket* s = calloc(sizeof(*s),1);
698 JdwpTracker* t = calloc(sizeof(*t),1);
sockets.c 395 asocket *s = calloc(1, sizeof(asocket));
524 asocket *s = calloc(1, sizeof(aremotesocket));
850 asocket *s = calloc(1, sizeof(asocket));
transport.c 473 device_tracker* tracker = calloc(1,sizeof(*tracker));
994 atransport *t = calloc(1, sizeof(atransport));
1070 atransport *t = calloc(1, sizeof(atransport));
  /system/core/fs_mgr/
fs_mgr.c 322 fstab = calloc(1, sizeof(struct fstab));
325 fstab->recs = calloc(fstab->num_entries, sizeof(struct fstab_rec));
423 /* Free the fstab_recs array created by calloc(3) */
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]
  /external/bison/m4/
gnulib-comp.m4 51 # Code from module calloc-posix:
262 AC_LIBOBJ([calloc])
264 gl_STDLIB_MODULE_INDICATOR([calloc-posix])
934 lib/calloc.c
    [all...]
  /external/qemu/telephony/
sms.c 1203 p = calloc( sizeof(*p), 1 );
1286 list = calloc( sizeof(SmsPDU*), num_pdus + 1 );
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c     [all...]
  /external/blktrace/
blktrace.c 1009 cl_fds = calloc(ncpus, sizeof(*cl_fds));
1056 dpp->stats = calloc(dpp->ncpus, sizeof(*dpp->stats));
1158 dpp->heads = calloc(ncpus, sizeof(struct tracer_devpath_head));
    [all...]
  /external/flac/libFLAC/
metadata_object.c 440 object = (FLAC__StreamMetadata*)calloc(1, sizeof(FLAC__StreamMetadata));
449 /* calloc() took care of this for us:
455 /* calloc() took care of this for us:
460 /* calloc() took care of this for us:
492 /* calloc() took care of this for us:
513 /* calloc() took care of this for us:
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /external/libpcap/
optimize.c     [all...]
  /device/asus/grouper/audio/
audio_hw.c 991 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 682 dirName = (char*) calloc(1, path_len+1);
785 dirName= (char*) calloc(1, strlen(p_path)); /* <--- this can cause problems */
787 dirName= (char*) calloc(1, strlen(p_path) + 1);
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 109 int *a = (int*)calloc(100, sizeof(int));
236 EXPECT_EQ(0, calloc(1, size));
237 EXPECT_EQ(0, calloc(1, ~Ident(0)));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 555 shared_mem_loc = calloc(1, sizeof(LOWER_RES_FRAME_INFO));
561 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
589 priv = calloc(1, sizeof(struct vpx_codec_alg_priv));
    [all...]
  /external/srec/srec/EventLog/src/
riff.c 511 swichunk->kvals.kvpairs = (RiffKVPair *)CALLOC(num_pairs, sizeof(RiffKVPair), MTAG);
512 kvpair_buf = CALLOC(sub_length, sizeof(char), MTAG);
747 *waveform = CALLOC(chunk.length, 1, MTAG);
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 662 block = calloc(200,1);
698 block = calloc(200,1);
734 block = calloc(200,1);
  /bootable/recovery/minui/
graphics.c 327 gr_font = calloc(sizeof(*gr_font), 1);
  /dalvik/vm/
BitVector.cpp 45 bv->storage = (u4*) calloc(count, sizeof(u4));
JarFile.cpp 346 *ppJarFile = (JarFile*) calloc(1, sizeof(JarFile));

Completed in 1499 milliseconds

<<21222324252627282930>>