/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 65 {LibFunc::calloc, CallocLike, 2, 0, 1}, 149 /// allocates or reallocates memory (either malloc, calloc, realloc, or strdup 157 /// NoAlias pointer (including malloc/calloc/realloc/strdup-like functions). 174 /// allocates zero-filled memory (such as calloc). 181 /// allocates memory (either malloc, calloc, or strdup like). 309 /// is a calloc call.
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
omx_video_base.cpp | [all...] |
/bootable/recovery/minzip/ |
Hash.c | 65 (HashEntry*) calloc((size_t)pHashTable->tableSize, sizeof(HashTable)); 145 pNewEntries = (HashEntry*) calloc(newSize, sizeof(HashTable));
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Pyramid.cpp | 33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels 66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-graphite2.cc | 75 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t)); 108 hb_graphite2_shaper_face_data_t *data = (hb_graphite2_shaper_face_data_t *) calloc (1, sizeof (hb_graphite2_shaper_face_data_t));
|
/external/chromium_org/third_party/libevent/ |
epoll.c | 128 if (!(epollop = calloc(1, sizeof(struct epollop)))) 141 epollop->fds = calloc(INITIAL_NFILES, sizeof(struct evepoll));
|
event_tagging.c | 416 *pstring = calloc(EVBUFFER_LENGTH(_buf) + 1, 1); 418 event_err(1, "%s: calloc", __func__);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 357 XRectangle *rectangles = CALLOC(num_rects, sizeof(XRectangle)); 405 *next = (__GLcontextModes *) CALLOC(1, size);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_context.c | 47 struct xa_context *ctx = calloc(1, sizeof(*ctx)); 351 struct xa_fence *fence = calloc(1, sizeof(*fence));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_state_cache.c | 114 items = (struct brw_cache_item**) calloc(1, size * sizeof(*items)); 331 calloc(1, cache->size * sizeof(struct brw_cache_item));
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_pth.h | 125 * instruction). However, PR_GetCurrentThread calls calloc if 128 * locking in their malloc, calloc, and free functions. If
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 580 char* p = reinterpret_cast<char*>(calloc(n, s)); 582 fprintf(LOGSTREAM, "calloc(%"PRIxS", %"PRIxS"): %p\n", n, s, p); 584 CHECK(p == NULL); // calloc(n, s) should not succeed 586 CHECK(p != NULL); // calloc(n, s) should succeed 942 ret = calloc(1, kTooBig); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 580 char* p = reinterpret_cast<char*>(calloc(n, s)); 582 fprintf(LOGSTREAM, "calloc(%"PRIxS", %"PRIxS"): %p\n", n, s, p); 584 CHECK(p == NULL); // calloc(n, s) should not succeed 586 CHECK(p != NULL); // calloc(n, s) should succeed 942 ret = calloc(1, kTooBig); [all...] |
/external/elfutils/0.153/lib/ |
dynamicsizehash.c | 153 htab->table = calloc ((1 + htab->size), sizeof (htab->table[0])); 212 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0]));
|
/external/fio/ |
goptions.c | 240 s = calloc(1, sizeof(*s)); 293 c = calloc(1, sizeof(*c)); 428 m = calloc(1, sizeof(*m)); 509 i = calloc(1, sizeof(*i)); 621 b = calloc(1, sizeof(*b)); 717 r = calloc(1, sizeof(*r)); 832 g = calloc(1, sizeof(*g)); [all...] |
/external/harfbuzz_ng/src/ |
hb-graphite2.cc | 75 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t)); 108 hb_graphite2_shaper_face_data_t *data = (hb_graphite2_shaper_face_data_t *) calloc (1, sizeof (hb_graphite2_shaper_face_data_t));
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 245 $$ = calloc (sizeof(struct netaddr), 1); 268 $$ = calloc (sizeof(struct netaddr), 1);
|
/external/libnl/include/netlink/ |
object-api.h | 59 * my_obj->ptr = calloc(1, ...); 79 * dst->ptr = calloc(1, ...);
|
/external/libnl/lib/ |
cache_mngr.c | 158 mngr = calloc(1, sizeof(*mngr)); 166 mngr->cm_assocs = calloc(mngr->cm_nassocs,
|
/external/libnl/lib/route/sch/ |
dsmark.c | 47 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_dsmark_qdisc)); 103 class->c_subdata = calloc(1, sizeof(struct rtnl_dsmark_class));
|
/external/libsepol/src/ |
node_record.c | 239 (sepol_node_key_t *) calloc(1, sizeof(sepol_node_key_t)); 289 (sepol_node_key_t *) calloc(1, sizeof(sepol_node_key_t));
|
/external/llvm/lib/Support/ |
StringMap.cpp | 43 TheTable = (StringMapEntryBase **)calloc(NumBuckets+1, 203 (StringMapEntryBase **)calloc(NewSize+1, sizeof(StringMapEntryBase *) +
|
/external/llvm/test/Transforms/LoopUnroll/ |
2007-11-05-Crash.ll | 15 declare i8* @calloc(i64, i64) 226 %tmp10.i.i527 = call i8* @calloc( i64 0, i64 1 ) ; <i8*> [#uses=1]
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
x11_screen.c | 357 XRectangle *rectangles = CALLOC(num_rects, sizeof(XRectangle)); 405 *next = (__GLcontextModes *) CALLOC(1, size);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_context.c | 47 struct xa_context *ctx = calloc(1, sizeof(*ctx)); 351 struct xa_fence *fence = calloc(1, sizeof(*fence));
|