Searched
full:calloc (Results
851 -
875 of
1932) sorted by null
<<31323334353637383940>>
/external/libdrm/freedreno/kgsl/ |
kgsl_pipe.c | 231 kgsl_pipe = calloc(1, sizeof(*kgsl_pipe));
|
/external/libnl/lib/ |
handlers.c | 213 cb = calloc(1, sizeof(*cb));
|
object.c | 49 new = calloc(1, ops->oo_size);
|
/external/libnl/lib/route/sch/ |
cbq.c | 84 tca->tc_subdata = calloc(1, sizeof(struct rtnl_qdisc));
|
prio.c | 50 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_prio));
|
/external/libvncserver/libvncserver/ |
zrleencodetemplate.c | 113 cl->paletteHelper = (void *) calloc(sizeof(zrlePaletteHelper), 1);
|
/external/libvpx/libvpx/vpx/src/ |
vpx_image.c | 156 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
|
/external/linux-tools-perf/src/tools/perf/util/ |
cpumap.c | 248 c = calloc(1, sizeof(*c) + nr * sizeof(int));
|
util.h | 183 return calloc(1, size);
|
/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) 569 if ((reply = calloc(n, sizeof(*reply))) == NULL) 976 if ((reply = calloc(n, sizeof(*reply))) == NULL) 1134 if ((reply = calloc(n, sizeof(*reply))) == NULL)
|
krl.c | 136 if ((krl = calloc(1, sizeof(*krl))) == NULL) 225 if ((rc = calloc(1, sizeof(*rc))) == NULL) 348 if ((rki = calloc(1, sizeof(*rki))) == NULL || 387 if ((rb = calloc(1, sizeof(*rb))) == NULL) [all...] |
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Runtime.cpp | 95 return calloc(1, length);
|
/external/selinux/libselinux/src/ |
seusers.c | 146 groups = calloc(ng, sizeof(*groups));
|
/external/selinux/libsemanage/src/ |
database_llist.c | 350 calloc(tmp_count, sizeof(record_t *));
|
database_policydb.c | 421 calloc(tmp_count, sizeof(record_t *));
|
/external/selinux/libsepol/src/ |
nodes.c | 23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
Completed in 762 milliseconds
<<31323334353637383940>>