HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 726 - 750 of 2115) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 148 EXPECT_DEATH(p = calloc(kArraySize, kArraySize2),
  /external/e2fsprogs/lib/blkid/
dev.c 22 if (!(dev = (blkid_dev) calloc(1, sizeof(struct blkid_struct_dev))))
  /external/elfutils/0.153/libelf/
common.h 95 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra);
elf_getdata_rawchunk.c 170 Elf_Data_Chunk *chunk = calloc (1, sizeof *chunk);
elf_newdata.c 98 result = (Elf_Data_List *) calloc (1, sizeof (Elf_Data_List));
  /external/harfbuzz_ng/src/
hb-object-private.hh 110 hb_object_header_t *obj = (hb_object_header_t *) calloc (1, size);
hb-ot-font.cc 55 hb_ot_font_t *ot_font = (hb_ot_font_t *) calloc (1, sizeof (hb_ot_font_t));
hb-uniscribe.cc 237 funcs = (hb_uniscribe_shaper_funcs_t *) calloc (1, sizeof (hb_uniscribe_shaper_funcs_t));
361 void *new_sfnt_data = calloc (1, new_length);
429 hb_uniscribe_shaper_face_data_t *data = (hb_uniscribe_shaper_face_data_t *) calloc (1, sizeof (hb_uniscribe_shaper_face_data_t));
505 hb_uniscribe_shaper_font_data_t *data = (hb_uniscribe_shaper_font_data_t *) calloc (1, sizeof (hb_uniscribe_shaper_font_data_t));
  /external/jemalloc/include/jemalloc/
jemalloc.h 176 # define calloc je_calloc macro
  /external/jemalloc/src/
zone.c 187 zone.calloc = (void *)zone_calloc;
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 56 static_assert((std::is_same<decltype(calloc(0,0)), void*>::value), "");
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 56 static_assert((std::is_same<decltype(std::calloc(0,0)), void*>::value), "");
  /external/libnl/lib/genl/
family.c 245 op = calloc(1, sizeof(*op));
  /external/libnl/lib/route/
nexthop.c 41 nh = calloc(1, sizeof(*nh));
  /external/libnl/lib/route/sch/
sfq.c 50 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_sfq));
  /external/libselinux/src/
stringrep.c 76 node->perms = calloc(MAXVECTORS,sizeof(char*));
  /external/libsepol/src/
interfaces.c 20 tmp_iface = (ocontext_t *) calloc(1, sizeof(ocontext_t));
user_record.c 226 tmp_roles = (char **)calloc(1, sizeof(char *) * num_roles);
  /external/libsepol/tests/
test-expander.c 76 filename[i] = calloc(PATH_MAX, sizeof(char));
  /external/libvpx/libvpx/examples/
example_xma.c 169 mmap.priv = calloc(1, mmap.sz + align);
  /external/libvpx/libvpx/third_party/nestegg/halloc/src/
halloc.c 69 /* calloc */
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 145 mmap->priv = calloc(1, mmap->sz + align);
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 110 # define calloc vpx_calloc macro
  /external/mesa3d/src/egl/main/
eglarray.c 71 array = calloc(1, sizeof(*array));
eglcurrent.c 159 _EGLThreadInfo *t = (_EGLThreadInfo *) calloc(1, sizeof(_EGLThreadInfo));

Completed in 813 milliseconds

<<21222324252627282930>>