Searched
full:calloc (Results
851 -
875 of
2241) sorted by null
<<31323334353637383940>>
/external/curl/lib/ |
openldap.c | 172 li = calloc(1, sizeof(ldapconninfo)); 382 lr = calloc(1, sizeof(ldapreqinfo));
|
/external/iproute2/tc/ |
m_ipt.c | 201 if ((p = (void *) calloc(count, size)) == NULL) { 202 perror("iptables: calloc failed");
|
/external/libcap/progs/ |
capsh.c | 373 buf = calloc(1, length); 380 group_list = calloc(max_groups, sizeof(gid_t));
|
/external/libcxx/src/ |
debug.cpp | 153 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*))); 502 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(void*)));
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/ |
ftrandom.c | 567 dirs = calloc( argc + 1, sizeof ( char ** ) ); 568 exts = calloc( argc + 1, sizeof ( char ** ) );
|
/external/libnl/lib/route/sch/ |
htb.c | 52 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_htb_qdisc)); 95 class->c_subdata = calloc(1, sizeof(struct rtnl_htb_class));
|
/external/libvncserver/examples/android/jni/ |
fbvncserver.c | 183 vncbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); 188 fbbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8);
|
/external/llvm/test/Transforms/InstCombine/ |
objsize.ll | 162 declare noalias i8* @calloc(i32, i32) nounwind 166 %alloc = call noalias i8* @calloc(i32 5, i32 7) nounwind
|
/external/ltrace/ |
value.c | 110 valp->u.address = calloc(size, 1); 488 struct arg_type_info *new_info = calloc(sizeof(*new_info), 1);
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_slab.c | 331 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers)); 567 mgr->buckets = CALLOC(mgr->numBuckets, sizeof(*mgr->buckets));
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.c | 87 psp = calloc(1, sizeof(*psp)); 275 context = calloc(1, sizeof *context);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_context.c | 372 brw->curbe.last_buf = calloc(1, 4096); 373 brw->curbe.next_buf = calloc(1, 4096);
|
/external/mesa3d/src/mesa/main/ |
imports.c | 120 * Same as _mesa_align_malloc(), but using calloc(1, ) instead of 149 ptr = (uintptr_t) calloc(1, bytes + alignment + sizeof(void *));
|
/external/selinux/libsepol/src/ |
avtab.c | 105 xperms = calloc(1, sizeof(avtab_extended_perms_t)); 383 h->htable = calloc(nslot, sizeof(avtab_ptr_t));
|
/external/tinycompress/ |
compress.c | 228 compress = calloc(1, sizeof(struct compress)); 236 compress->config = calloc(1, sizeof(*config));
|
/external/tlsdate/src/ |
platform-cros.c | 546 calloc (1, sizeof (struct platform_state)); 567 platform_state->resolve_msg = calloc (sources, sizeof (DBusMessage *));
|
/external/valgrind/coregrind/m_gdbserver/ |
server.h | 158 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
|
/external/valgrind/coregrind/ |
m_options.c | 349 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1); 374 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
|
m_tooliface.c | 336 void* (*calloc) ( ThreadId, SizeT, SizeT ), 350 VG_(tdict).tool_calloc = calloc;
|
/external/vboot_reference/utility/ |
tpmc.c | 262 bytes = calloc(1, length); 264 perror("calloc");
|
/external/webp/src/demux/ |
anim_decode.c | 95 // Note: calloc() so that the pointer members are initialized to NULL. 118 // Note: calloc() because we fill frame with zeroes as well.
|
/hardware/bsp/intel/peripheral/libmraa/src/iio/ |
iio.c | 106 dev->channels = calloc(chan_num, sizeof(mraa_iio_channel)); 391 dev->events = calloc(event_num, sizeof(mraa_iio_event));
|
/hardware/intel/common/libwsbm/src/ |
wsbm_userpool.c | 208 struct _WsbmUserBuffer *vBuf = calloc(1, sizeof(*vBuf)); 635 uPool = calloc(1, sizeof(*uPool));
|
/hardware/intel/img/psb_video/src/android/ |
psb_surface_gralloc.c | 168 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 327 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
|
/hardware/intel/img/psb_video/src/ |
tng_vld_dec.c | 398 ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->slice_param_list_size); 409 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
|
Completed in 540 milliseconds
<<31323334353637383940>>