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

<<11121314151617181920>>

  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.tcc 96 /** calloc also set bucket.Item = bucket_type::getEmptyStone() **/
97 m_Buckets = (bucket_type*)calloc(m_NumOfBuckets, sizeof(bucket_type));
207 bucket_type* new_table = (bucket_type*)calloc(pNewSize, sizeof(bucket_type));
  /frameworks/rs/driver/
rsdCore.cpp 318 RsdHal *dc = (RsdHal *)calloc(1, sizeof(RsdHal));
320 ALOGE("Calloc for driver hal failed.");
365 void* buffer = calloc(size, sizeof(char));
  /hardware/intel/common/libwsbm/src/
wsbm_fencemgr.c 122 tmp = calloc(1, sizeof(*tmp));
127 tmp->classes = calloc(tmp->info.num_classes, sizeof(*tmp->classes));
308 fence = calloc(1, fence_size + private_size);
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 63 cmdbuf->buffer_refs = (psb_buffer_p *) calloc(1, sizeof(psb_buffer_p) * cmdbuf->buffer_refs_allocated);
180 new_array = (psb_buffer_p *) calloc(1, sizeof(psb_buffer_p) * new_size);
301 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
  /hardware/libhardware/modules/audio/
audio_hw.c 256 out = (struct stub_stream_out *)calloc(1, sizeof(struct stub_stream_out));
383 in = (struct stub_stream_in *)calloc(1, sizeof(struct stub_stream_in));
443 adev = calloc(1, sizeof(struct stub_audio_device));
  /hardware/ril/libril/
RilSapSocket.cpp 295 calloc(1,sizeof(pb_bytes_array_t) + response_len);
362 calloc(1, sizeof(pb_bytes_array_t) + datalen);
421 calloc(1,sizeof(pb_bytes_array_t) + written_size);
  /system/extras/librank/
librank.c 103 library = calloc(1, sizeof(*library));
146 mapping = calloc(1, sizeof(*mapping));
162 process = calloc(1, sizeof(*process));
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 133 if ((st->string = calloc(1, st->size)) == NULL) {
  /bionic/libstdc++/include/
cstdlib 91 using ::calloc;
  /development/perftests/panorama/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(
  /external/boringssl/src/crypto/test/
malloc.cc 127 void *calloc(size_t num_elems, size_t size) { function
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 209 // "calloc", "malloc", "realloc", "reallocf", "alloca" and "valloc"
254 // functions (modulo "calloc")
305 if (ReportZeroByteAllocation(C, falseState, arg, "calloc"))
364 .Case("calloc", &UnixAPIChecker::CheckCallocZero)
  /external/clang/test/Analysis/
malloc-interprocedural.c 10 void *calloc(size_t nmemb, size_t size);
  /external/cmockery/cmockery_0_1_2/src/
config.h 10 /* Define to 1 if you have the `calloc' function. */
config.h.in 9 /* Define to 1 if you have the `calloc' function. */
  /external/e2fsprogs/lib/blkid/
cache.c 100 if (!(cache = (blkid_cache) calloc(1, sizeof(struct blkid_struct_cache))))
  /external/e2fsprogs/lib/ss/
invocation.c 71 (ss_request_table **) calloc(2, sizeof(ss_request_table *));
  /external/elfutils/src/libelf/
common.h 74 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra);
elf_newdata.c 77 result = (Elf_Data_List *) calloc (1, sizeof (Elf_Data_List));
  /external/fio/engines/
glusterfs_async.c 154 g->aio_events = calloc(td->o.iodepth, sizeof(struct io_u *));
  /external/harfbuzz_ng/src/
hb-object-private.hh 126 Type *obj = (Type *) calloc (1, sizeof (Type));
  /external/ipsec-tools/src/racoon/
debugrm.h 44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
  /external/jemalloc/test/unit/
rtree.c 7 return (calloc(nelms, sizeof(rtree_node_elm_t)));
  /external/libdrm/freedreno/
freedreno_ringbuffer.c 113 marker = calloc(1, sizeof(*marker));
  /external/libdrm/freedreno/msm/
msm_bo.c 134 msm_bo = calloc(1, sizeof(*msm_bo));

Completed in 1181 milliseconds

<<11121314151617181920>>