Searched refs:alloca (Results 126 - 150 of 176) sorted by relevance

12345678

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y80 #if !defined(alloca) && !defined(HAVE_ALLOCA)
81 #define alloca(x) malloc(x)
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c1285 shot.buf = alloca(shot.xsize * shot.ysize * sizeof(u_int16_t));
1309 line = alloca(shot.xsize + 1);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c39 #include <alloca.h>
1203 char *s = alloca(nbytes + 1);
1493 s = alloca(n);
2093 msg = alloca(len);
3002 uint64_t *drops = alloca(max_ncpus * sizeof (uint64_t));
H A Ddt_aggregate.c39 #include <alloca.h>
2066 data = alloca((naggvars + 1) * sizeof (dtrace_aggdata_t *));
H A Ddt_link.c1666 cmd = alloca(len);
1767 cmd = alloca(len);
H A Ddt_open.c42 #include <alloca.h>
190 { "alloca", DT_IDENT_FUNC, 0, DIF_SUBR_ALLOCA, DT_ATTR_STABCMN, DT_VERS_1_0,
863 ep = alloca(sizeof (struct dirent) + PATH_MAX + 1);
H A Ddt_pid.c37 #include <alloca.h>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp119 // If explicitly requested, allow vastart and alloca. For invoke instructions
524 // As a prior call to extractCodeRegion() may have shrinkwrapped the alloca,
533 LLVM_DEBUG(dbgs() << "Sinking alloca: " << *AI << "\n");
559 // Either no bitcasts reference the alloca or there are unknown uses.
563 LLVM_DEBUG(dbgs() << "Sinking alloca (via bitcast): " << *AI << "\n");
572 LLVM_DEBUG(dbgs() << "Sinking bitcast-of-alloca: " << *BitcastAddr
1007 // object is a sunk alloca, or is otherwise defined in the extraction
1107 AllocaInst *alloca = local
1111 ReloadOutputs.push_back(alloca);
1112 params.push_back(alloca);
[all...]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl112 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl71 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
H A Dsha256-c64xplus.pl73 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
H A Dsha1-armv4-large.pl545 mov sp,$Xfer @ alloca
H A Dsha256-armv4.pl243 sub sp,sp,#16*4 @ alloca(X[16])
488 mov sp,$H @ alloca
H A Dsha512-c64xplus.pl93 || [A0] ADD B0,SP,SP ; alloca(128)
/freebsd-13-stable/sbin/swapon/
H A Dswapon.c422 p = alloca(pagesize_len);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_sig.c393 uc = alloca(uc_len);
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Darmv4-mont.S56 sub sp,sp,r0 @ alloca(4*num)
219 mov sp,r7 @ alloca
332 mov sp,r7 @ alloca
/freebsd-13-stable/usr.sbin/ppp/
H A Dnetgraph.c137 if ((fmt = alloca(len + 4)) == NULL) {
138 log_Printf(LogWARN, "%s: alloca(%d) failure... %s\n",
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c638 buf_alloc = alloca(sendsz); /* not in IDR2? */
798 outbuf_alloc = alloca(sendsz); /* not in IDR2? */
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h337 /// ReturnValue - The temporary alloca to hold the return
341 /// ReturnValuePointer - The temporary alloca to hold a pointer to sret.
557 /// into this alloca.
561 /// write the current selector value into this alloca.
1737 // old alloca insertion point, or a new AllocaIP in the same block as
2390 /// CreateTempAlloca - This creates an alloca and inserts it into the entry
2394 /// the alloca.
2401 /// configurations, this is not the same as the alloca address space, and a
2402 /// cast is needed to lift the pointer from the alloca AS into
2411 /// various ways, this function will perform the cast. The original alloca
4682 Address alloca = local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl116 sub %o7,$bias,%sp ! alloca
/freebsd-13-stable/lib/libvgl/
H A Dsimple.c493 src.Bitmap = alloca(object->VXsize * object->PixelBytes);
/freebsd-13-stable/contrib/diff/lib/
H A Dstrftime.c195 ws = (wchar_t *) alloca ((l + 1) * sizeof (wchar_t)); \
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c760 wc = alloca(num_wc * sizeof *wc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp887 INSTKEYWORD(alloca, Alloca);

Completed in 231 milliseconds

12345678