Searched refs:in1 (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl230 inp=r33; // in1
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl110 $ADDP aptr=0,in1
125 $ADDP r30=8,in1 };;
397 $ADDP aptr=0,in1 };;
402 $ADDP r29=8,in1 };;
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c682 * felem_mul sets |out| = |in1| * |in2|
684 * in1[i] < 2^109
689 static void felem_mul(longfelem out, const felem in1, const felem in2) argument
692 felem_shrink(small1, in1);
917 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1, argument
923 smallfelem_mul(longtmp, in1, in2);
H A Dec_lcl.h538 *in1,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c330 _bfd_xcoff_swap_sym_in (abfd, ext1, in1)
333 PTR in1;
336 struct internal_syment * in = (struct internal_syment *)in1;
383 _bfd_xcoff_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1)
390 PTR in1;
393 union internal_auxent *in = (union internal_auxent *)in1;
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl87 $inout3="xmm5"; $in1="xmm5";
1964 &movaps ($in1,$inout1);
2022 &movaps ($ivec,$in1);
2030 &xorps ($inout2,$in1);
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c2207 txp_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, argument
2213 if (txp_ext_command(sc, id, in1, in2, in3, NULL, 0, &rsp, wait) != 0) {
2233 txp_ext_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, argument
2263 cmd->cmd_par1 = htole16(in1);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh7265 begin-base64 644 in1.gpg
7274 begin-base64 644 in1.asc
7410 atf_check -s eq:0 -o file:expected36 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg in1.gpg
7411 atf_check -s eq:0 -o file:expected37 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg < in1.gpg
7412 atf_check -s eq:0 -o file:expected38 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg in1.asc
7413 atf_check -s eq:0 -o file:expected39 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg < in1.asc
7414 atf_check -s eq:0 -o file:expected40 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg -c cat in1.gpg
7415 atf_check -s eq:0 -o file:expected41 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg -c cat < in1.gpg
7416 atf_check -s eq:0 -o file:expected42 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg -c cat in1.asc
7417 atf_check -s eq:0 -o file:expected43 -e empty env TZ=US/Pacific netpgpverify -k dsa-pubring.gpg -c cat < in1
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl111 { .mii; $ADDP Htbl=8,in1 // &Htbl[0].lo
155 $Htbl="in1";
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c1092 in_out.in1 = 0;
/freebsd-11-stable/sys/dev/isp/
H A Disp.c6746 #define ISP_FC_OPMAP_HALF(in1, in0, out1, out0) 0, 0, in1, in0, 0, 0, out1, out0
6747 #define ISP_FC_OPMAP_FULL(in3, in2, in1, in0, out3, out2, out1, out0) in3, in2, in1, in0, out3, out2, out1, out0
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8490 #define OPFLG_IN1 0x0004 /* in1: P1 is an input */
73260 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c15890 #define OPFLG_IN1 0x02 /* in1: P1 is an input */
101037 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull, int isCommuted ) argument
[all...]

Completed in 789 milliseconds

12