Searched
full:calloc (Results
1201 -
1225 of
1865) sorted by null
<<41424344454647484950>>
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_screen.c | 765 screen->tic.entries = CALLOC(4096, sizeof(void *));
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_screen.c | 756 screen->tic.entries = CALLOC(4096, sizeof(void *));
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.c | 233 rctx->range = CALLOC(NUM_RANGES, sizeof(struct r600_range));
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 568 CALLOC(Elements(native_formats), sizeof(*adpy->configs));
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_dri2.c | 661 dri2dpy->configs = CALLOC(num_modes, sizeof(*dri2dpy->configs));
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
mixer.c | 60 vmixer = CALLOC(1, sizeof(vlVdpVideoMixer));
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.c | 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned));
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 90 return CALLOC(sizeof(radeon_texture_image));
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 323 struct dri_swrast_renderbuffer *xrb = calloc(1, sizeof *xrb);
|
/external/mesa3d/src/mesa/main/ |
matrix.c | 674 stack->Stack = (GLmatrix *) CALLOC(maxDepth * sizeof(GLmatrix));
|
/external/mesa3d/src/mesa/program/ |
prog_parameter.c | 57 calloc(1, size * sizeof(struct gl_program_parameter));
|
/external/mesa3d/src/mesa/swrast/ |
s_context.c | 723 SWcontext *swrast = (SWcontext *)CALLOC(sizeof(SWcontext));
|
/external/netcat/ |
netcat.c | 895 portlist[x] = calloc(1, PORT_MAX_LEN);
|
/external/openssh/ |
moduli.c | 305 while ((LargeSieve = calloc(largewords, sizeof(u_int32_t))) == NULL)
|
/external/qemu/telephony/ |
gsm.c | 240 rope->data = calloc( count, 1 );
|
/external/sepolicy/tools/ |
check_seapp.c | 481 new_map = calloc(1, (num_of_keys * sizeof(key_map)) + sizeof(rule_map));
|
/external/srec/portable/src/ |
pmalloc.c | 35 #undef calloc macro
|
pmemfixed.c | 26 #undef calloc macro
|
/external/srec/srec/Vocabulary/src/ |
VocabularyImpl.c | 40 #define LSTRDUP(src) LSTRCPY(CALLOC(LSTRLEN(src)+1, sizeof(LCHAR), "srec.Vocabulary.LSTRDUP"), (src))
|
/external/srec/srec/clib/ |
fpi_tgt.c | 104 frmPkt->frameStack = (featdata *) CALLOC(fCnt,
|
log_add.c | 58 prdata* table = (prdata *) CALLOC(logtab->add_log_limit + 2, sizeof(prdata), "clib.logadd");
|
/external/valgrind/main/docs/internals/ |
3_2_BUGSTATUS.txt | 98 149878 marginal add (proper) check for calloc integer overflow
|
/external/valgrind/main/exp-bbv/ |
bbv_main.c | 397 bbInfo->inst_counter=VG_(calloc)("bbv_instrument",
|
/external/valgrind/main/ |
glibc-2.3.supp | 333 fun:calloc
|
/external/zlib/src/ |
FAQ | 304 calloc(), which zeros out the allocated memory. Even though the code was
|
Completed in 694 milliseconds
<<41424344454647484950>>