HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 751 - 775 of 1932) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libnsl_pic.a 326 q???? e? p? z???/??>U^` f~???pI??????+????&>H_? eg ?}???*?0l__yp_unbindyp_unbind_lockedypbindlistyp_bind_client_createUDPTIMEOUTyp_bind_file__xdr_ypresp_all__ypclnt_call.isra.0RPCTIMEOUTypbindlist_lockdomainname_lockypdomainnameyp_2_yperryp_bind_ypbindprog__yp_binddo_ypcalldo_ypcall_tr.LC0.LC1.LC2.LC3.LC21.LC5.LC19.LC20.LC4.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC22.LC23.LC24.LC25.LC26.LC27.LC28.LC29.LC31.LC30.LC32.L49.L67.L51.L52.L53.L54.L55.L56.L57.L58.L59.L60.L61.L62.L63.L64.L65__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE_freestrcmpstrncpy__libc_clntudp_bufcreatestrlensnprintfopenpreadclose__GI_xdr_ypresp_allxdr_freemempcpyclnt_perroryp_unbind__pthread_mutex_lock__pthread_mutex_unlock__GI_yp_get_default_domaingetdomainnameyperr_string_libc_intl_domainname__dcgettext__GI_ypprot_err__GI_ypbinderr_stringclnttcp_create__GI_xdr_ypbind_resp__GI_xdr_domainnamestderrfprintfcallocyp_allerrno__GI_xdr_ypreq_nokey__GI_yp_bind__yp_checkyp_maplist__GI_xdr_ypresp_maplistyp_order__GI_xdr_ypresp_order__GI_yp_master__GI_xdr_ypresp_master__strdupyp_next__GI_xdr_ypresp_key_val__GI_xdr_ypreq_keymallocmemcpyyp_match__GI_xdr_ypresp_valyp_firstyp_updatehost2netnamefputsclnt_createclnt_pcreateerror__GI_xdr_ypupdate_argsauthdes_createauthunix_create_defaultxdr_u_int__GI_xdr_ypdelete_argsyp_bindyp_get_default_domainyp_masterypprot_errypbinderr_stringO
    [all...]
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /device/asus/fugu/libaudio/
AudioOutput.cpp 172 // for zero initialized memory calloc is much faster than malloc or realloc.
173 void *sbuf = calloc(nFrames, frameSize);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 241 // Redirect malloc, calloc and free to the unit test allocators.
244 #define calloc test_calloc macro
  /external/iproute2/tc/
m_ipt.c 201 if ((p = (void *) calloc(count, size)) == NULL) {
202 perror("iptables: calloc failed");
  /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/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/DeadStoreElimination/
simple.ll 193 declare noalias i8* @calloc(i32, i32)
290 %m = call i8* @calloc(i32 9, i32 7)
  /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 ops = calloc(1, sizeof(avtab_operations_t));
374 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/valgrind/coregrind/m_gdbserver/
server.h 158 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
  /external/valgrind/coregrind/
m_options.c 338 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
363 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);

Completed in 600 milliseconds

<<31323334353637383940>>