Searched
full:calloc (Results
751 -
775 of
1865) sorted by null
<<31323334353637383940>>
/external/elfutils/libdwfl/ |
dwfl_module.c | 171 Dwfl_Module *mod = calloc (1, sizeof *mod);
|
/external/elfutils/libelf/ |
elf_getdata_rawchunk.c | 183 Elf_Data_Chunk *chunk = calloc (1, sizeof *chunk);
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic-fallback.hh | 211 arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) calloc (1, sizeof (arabic_fallback_plan_t));
|
/external/libppp/src/ |
atm.c | 174 if ((dev = calloc(1, sizeof *dev)) == NULL) {
|
/external/libsepol/src/ |
nodes.c | 23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
ports.c | 54 tmp_port = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 116 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
/external/libvpx/libvpx/vpx/src/ |
vpx_image.c | 137 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.c | 110 cache->entries = CALLOC(size, sizeof(struct util_cache_entry));
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 943 vpc->imm = CALLOC(nr_imm, sizeof(struct nvfx_reg)); 948 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg)); 954 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg)); 960 vpc->r_const = CALLOC(high_const, sizeof(struct nvfx_reg)); [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
native_drm.c | 64 drmdpy->config = CALLOC(1, sizeof(*drmdpy->config));
|
/external/mesa3d/src/gallium/state_trackers/egl/gdi/ |
native_gdi.c | 307 gdpy->configs = CALLOC(count, sizeof(*gdpy->configs));
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
presentation.c | 61 pq = CALLOC(1, sizeof(vlVdpPresentationQueue));
|
surface.c | 62 p_surf = CALLOC(1, sizeof(vlVdpSurface));
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
context.c | 226 context_priv = CALLOC(1, sizeof(XvMCContextPrivate));
|
/external/mesa3d/src/mesa/swrast_setup/ |
ss_context.c | 52 SScontext *swsetup = (SScontext *)CALLOC(sizeof(SScontext));
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_vertex.c | 239 stage->privatePtr = CALLOC(sizeof(*store));
|
/external/openssh/ |
auth-pam.c | 360 if ((reply = calloc(n, sizeof(*reply))) == NULL) 568 if ((reply = calloc(n, sizeof(*reply))) == NULL) 976 if ((reply = calloc(n, sizeof(*reply))) == NULL) 1135 if ((reply = calloc(n, sizeof(*reply))) == NULL)
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
|
/external/srec/srec/Semproc/src/ |
SymbolTable.c | 137 copyValue = (LCHAR*) CALLOC(LSTRLEN(pvalue) + 1, sizeof(LCHAR), _MTAG);
|
/external/srec/srec/cfront/ |
ca_cms.c | 119 hWave->data.channel->swicms = (swicms_norm_info*)CALLOC(1, sizeof(swicms_norm_info), "cfront.swicms");
|
/external/srec/srec/crec/ |
srec_eosd.c | 36 eosd = (srec_eos_detector_parms*)CALLOC(1, sizeof(srec_eos_detector_parms), "search.endpointer");
|
/external/valgrind/main/ |
darwin9.supp | 132 fun:calloc
|
/external/webp/src/demux/ |
demux.c | 296 *frame = (Frame*)calloc(1, sizeof(**frame)); 386 Chunk* const chunk = (Chunk*)calloc(1, sizeof(*chunk)); 433 frame = (Frame*)calloc(1, sizeof(*frame)); 709 dmux = (WebPDemuxer*)calloc(1, sizeof(*dmux));
|
/frameworks/wilhelm/tests/sandbox/ |
multiplay.c | 141 Player *players = (Player *) calloc(numPlayers, sizeof(Player));
|
Completed in 500 milliseconds
<<31323334353637383940>>