Searched
full:calloc (Results
576 -
600 of
1865) sorted by null
<<21222324252627282930>>
/external/e2fsprogs/lib/blkid/ |
dev.c | 22 if (!(dev = (blkid_dev) calloc(1, sizeof(struct blkid_struct_dev))))
|
/external/elfutils/libelf/ |
common.h | 95 Elf *result = (Elf *) calloc (1, sizeof (Elf) + extra);
|
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-shape-plan.cc | 291 hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_t));
|
hb-shape.cc | 221 shaper_list = (const char **) calloc (1 + HB_SHAPERS_COUNT, sizeof (const char *));
|
/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/ |
example_xma.c | 168 mmap.priv = calloc(1, mmap.sz + align);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 105 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
/external/libvpx/libvpx/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/linux-tools-perf/util/ |
util.h | 215 return calloc(1, size);
|
/external/mesa3d/src/egl/main/ |
eglarray.c | 71 array = calloc(1, sizeof(*array));
|
eglcurrent.c | 159 _EGLThreadInfo *t = (_EGLThreadInfo *) calloc(1, sizeof(_EGLThreadInfo));
|
eglscreen.c | 97 screen->Modes = (_EGLMode *) calloc(num_modes, sizeof(*screen->Modes));
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 79 buffer = calloc(1, sizeof *buffer);
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_pool.c | 294 pool->bufs = (struct pool_buffer *)CALLOC(numBufs, sizeof(*pool->bufs));
|
pb_validate.c | 184 vl->entries = (struct pb_validate_entry *)CALLOC(vl->size, sizeof(struct pb_validate_entry));
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_program.c | 50 p = CALLOC(1, sizeof(struct program));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_bitmask.c | 72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
|
u_handle_table.c | 70 ht->objects = (void **)CALLOC(HANDLE_TABLE_INITIAL_SIZE, sizeof(void *));
|
Completed in 650 milliseconds
<<21222324252627282930>>