| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ | 
| H A D | RISCVSchedSiFiveP600.td | 11 /// c is true if mx has the worst case behavior compared to LMULs in MxList.14 class SiFiveP600IsWorstCaseMX<string mx, list<string> MxList> {
 16   bit c = !eq(mx, LLMUL);
 19 class SiFiveP600IsWorstCaseMXSEW<string mx, int sew, list<string> MxList, bit isF = 0> {
 21   int SSEW = SmallestSEW<mx, isF>.r;
 22   bit c = !and(!eq(mx, LLMUL), !eq(sew, SSEW));
 26 class SiFiveP600GetLMulCycles<string mx> {
 28     !eq(mx, "M1") : 1,
 29     !eq(mx, "M2") : 2,
 30     !eq(mx, "M4") : 4,
 [all …]
 
 | 
| H A D | RISCVSchedSiFive7.td | 11 /// c is true if mx has the worst case behavior compared to LMULs in MxList.14 class SiFive7IsWorstCaseMX<string mx, list<string> MxList> {
 16   bit c = !eq(mx, LLMUL);
 19 /// c is true if mx and sew have the worst case behavior compared to LMULs in
 22 class SiFive7IsWorstCaseMXSEW<string mx, int sew, list<string> MxList,
 25   defvar SSEW = SmallestSEW<mx, isF>.r;
 26   bit c = !and(!eq(mx, LLMUL), !eq(sew, SSEW));
 31 class SiFive7GetCyclesDefault<string mx> {
 33     !eq(mx, "M1") : 2,
 34     !eq(mx, "M2") : 4,
 [all …]
 
 | 
| H A D | RISCVInstrInfoZvk.td | 256     def "_" # MInfo.MX : VPseudoBinaryNoMaskPolicy<RetClass, Op1Class, Op2Class,266     def "_" # MInfo.MX : VPseudoTernaryNoMask_Zvk<RetClass, Op1Class, Op2Class>;
 271     def "_VV_" # m.MX : VPseudoBinaryNoMask_Zvk<m.vrclass, m.vrclass>;
 277     foreach vs2_lmul = ZvkMxSet<m.MX>.vs2_lmuls in
 278       def "_VS_" # m.MX # "_" # vs2_lmul.MX : VPseudoBinaryNoMask_Zvk<m.vrclass, vs2_lmul.vrclass>;
 283     defvar mx = m.MX;
 285               SchedBinary<"WriteVGMULV", "ReadVGMULV", "ReadVGMULV", mx>;
 291     defvar mx = m.MX;
 293               SchedBinary<"WriteVAESMVV", "ReadVAESMVV", "ReadVAESMVV", mx>;
 295               SchedBinary<"WriteVAESMVV", "ReadVAESMVV", "ReadVAESMVV", mx>;
 [all …]
 
 | 
| H A D | RISCVInstrInfoVPseudos.td | 141                VReg f2regclass, VReg f4regclass, VReg f8regclass, string mx> {148   string MX = mx;
 245   VReg RC = !cast<VReg>("VRN" # nf # !cond(!eq(m.value, V_MF8.value): V_M1.MX,
 246                                            !eq(m.value, V_MF4.value): V_M1.MX,
 247                                            !eq(m.value, V_MF2.value): V_M1.MX,
 248                                            true: m.MX));
 1834       defvar LInfo = lmul.MX;
 1852       defvar LInfo = lmul.MX;
 1869     defvar mx
 [all...]
 | 
| H A D | RISCVInstrInfoVSDPatterns.td | 33   defvar load_instr = !cast<Instruction>("PseudoVLE"#sew#"_V_"#vlmul.MX);34   defvar store_instr = !cast<Instruction>("PseudoVSE"#sew#"_V_"#vlmul.MX);
 50     !cast<Instruction>("VL"#!substr(vlmul.MX, 1)#"RE"#sew#"_V");
 52     !cast<Instruction>("VS"#!substr(vlmul.MX, 1)#"R_V");
 88                          instruction_name#"_VV_"# vlmul.MX#"_E"#!shl(1, log2sew),
 89                          instruction_name#"_VV_"# vlmul.MX))
 109                          instruction_name#"_VV_"# vlmul.MX#"_E"#!shl(1, log2sew),
 110                          instruction_name#"_VV_"# vlmul.MX))
 136                          instruction_name#_#suffix#_# vlmul.MX#"_E"#!shl(1, log2sew),
 137                          instruction_name#_#suffix#_# vlmul.MX))
 [all …]
 
 | 
| H A D | RISCVScheduleV.td | 23 class SchedSEWSet<string mx, bit isF = 0, bit isWidening = 0> {24   assert !or(!not(isF), !ne(mx, "MF8")), "LMUL shouldn't be MF8 for floating-point";
 25   defvar t = !cond(!eq(mx, "M1"):  [8, 16, 32, 64],
 26                    !eq(mx, "M2"):  [8, 16, 32, 64],
 27                    !eq(mx, "M4"):  [8, 16, 32, 64],
 28                    !eq(mx, "M8"):  [8, 16, 32, 64],
 29                    !eq(mx, "MF2"): [8, 16, 32],
 30                    !eq(mx, "MF4"): [8, 16],
 31                    !eq(mx, "MF8"): [8]);
 42   // MX list is sorted from smallest to largest
 [all …]
 
 | 
| H A D | RISCVInstrInfoXSf.td | 311       def "PseudoVC_" # NAME # "_SE_" # m.MX313           Sched<[!cast<SchedWrite>("WriteVC_" # NAME # "_" # m.MX)]>;
 314       def "PseudoVC_V_" # NAME # "_SE_" # m.MX
 316           Sched<[!cast<SchedWrite>("WriteVC_V_" # NAME # "_" # m.MX)]>;
 318     def "PseudoVC_V_" # NAME # "_" # m.MX
 320         Sched<[!cast<SchedWrite>("WriteVC_V_" # NAME # "_" # m.MX)]>;
 328       def "PseudoVC_" # NAME # "_SE_" # m.MX
 330           Sched<[!cast<SchedWrite>("WriteVC_" # NAME # "_" # m.MX)]>;
 331       def "PseudoVC_V_" # NAME # "_SE_" # m.MX
 333           Sched<[!cast<SchedWrite>("WriteVC_V_" # NAME # "_" # m.MX)]>;
 [all...]
 | 
| H A D | RISCVInstrInfoVVLPatterns.td | 646                        instruction_name#"_"#suffix#"_"#vlmul.MX#"_E"#!shl(1, log2sew)#"_MASK",647                        instruction_name#"_"#suffix#"_"#vlmul.MX#"_MASK"))
 672         (!cast<Instruction>(instruction_name#"_"#suffix#"_"# vlmul.MX#"_MASK")
 702                        instruction_name#"_"#suffix#"_"#vlmul.MX#"_E"#!shl(1, log2sew)#"_MASK",
 703                        instruction_name#"_"#suffix#"_"#vlmul.MX#"_MASK"))
 728         (!cast<Instruction>(instruction_name#"_"#suffix#"_"# vlmul.MX#"_TIED")
 741             (!cast<Instruction>(instruction_name#"_"#suffix#"_"# vlmul.MX#"_TIED")
 763       (!cast<Instruction>(instruction_name#"_"#suffix#"_"# vlmul.MX#"_MASK_TIED")
 779                     instruction_name#"_"#suffix#"_"#vlmul.MX#"_E"#!shl(1, log2sew)#"_TIED",
 780                     instruction_name#"_"#suffix#"_"#vlmul.MX#"_TIED");
 [all …]
 
 | 
| /freebsd/crypto/openssl/crypto/ | 
| H A D | ex_data.c | 222     int mx, i;  in ossl_crypto_new_ex_data_ex()  local238     mx = sk_EX_CALLBACK_num(ip->meth);  in ossl_crypto_new_ex_data_ex()
 239     if (mx > 0) {  in ossl_crypto_new_ex_data_ex()
 240         if (mx < (int)OSSL_NELEM(stack))  in ossl_crypto_new_ex_data_ex()
 243             storage = OPENSSL_malloc(sizeof(*storage) * mx);  in ossl_crypto_new_ex_data_ex()
 245             for (i = 0; i < mx; i++)  in ossl_crypto_new_ex_data_ex()
 250     if (mx > 0 && storage == NULL)  in ossl_crypto_new_ex_data_ex()
 252     for (i = 0; i < mx; i++) {  in ossl_crypto_new_ex_data_ex()
 276     int mx, j, i;  in CRYPTO_dup_ex_data()  local
 297     mx = sk_EX_CALLBACK_num(ip->meth);  in CRYPTO_dup_ex_data()
 [all …]
 
 | 
| /freebsd/crypto/openssl/crypto/chacha/asm/ | 
| H A D | chacha-armv8-sve.pl | 44 my @mx=map("z$_",@elem);47     $xc0,$xc1,$xc2,$xc3, $xd0,$xd1,$xd2,$xd3) = @mx;
 62 	add	@mx[$x].s,@mx[$x].s,@mx[$y].s
 77 	eor	@mx[$x].d,@mx[$x].d,@mx[$y].d
 94 	lsl	@xt[$x].s,@mx[$y].s,$bits
 106 	lsr	@mx[$x].s,@mx[$x].s,$bits
 122 	orr	@mx[$y].d,@mx[$y].d,@xt[$x].d
 133 	revh	@mx[$x].s,p0/m,@mx[$x].s
 147 	tbl	@mx[$x].b,{@mx[$x].b},$rot8.b
 167 	xar	@mx[$x].s,@mx[$x].s,@mx[$y].s,$rbits
 [all …]
 
 | 
| /freebsd/contrib/bmake/unit-tests/ | 
| H A D | char-005c-reverse-solidus.mk | 52 # expect+5: Unclosed expression, expecting "}" for modifier "Mx\}"57 .if ${BACKSLASH:Mx\}
 63 # expect+1: Unclosed expression, expecting "}" for modifier "Mx\\}"
 64 .if ${BACKSLASH:Mx\\}
 70 # expect+1: Unclosed expression, expecting "}" for modifier "Mx\\\\\\\\}"
 71 .if ${BACKSLASH:Mx\\\\\\\\}
 80 .if ${BACKSLASH:Mx\:Nzzz} != ""
 86 .if ${BACKSLASH:Mx\\:Nzzz} != ""
 92 .if ${BACKSLASH:Mx\\\\\\\\:Nzzz} != ""
 
 | 
| /freebsd/tools/test/stress2/misc/ | 
| H A D | swap6.sh | 39 mx=042 	[ $n -gt $mx ] && mx=$n
 43 	[ $mx -ge $min ] && pkill swap
 46 if [ $mx -lt $min ]; then
 47 	echo "FAIL Only $mx% swap used"
 50 	echo "$mx% swap used"
 
 | 
| H A D | getrandom2.sh | 101 static size_t mx;119 		getrandom(bp, mx, 0);
 156 	mx = rlp.rlim_cur;
 157 	if (mx > f / parallel)
 158 		mx = f / parallel;
 159 	if ((bp = mmap(NULL, mx, PROT_READ | PROT_WRITE, MAP_ANON, -1,
 163 		if (getrandom(bp, mx, 0) != -1)
 165 		mx = mx / 2;
 167 	printf("Max getrandom() buffer size is %zu, %d threads\n", mx,
 
 | 
| H A D | tvnlru.sh | 142 	uint64_t mx, tot, usec;168 	mx = 0;
 182 		if (mx < usec)
 183 			mx = usec;
 189 	    tvnodes, maxvnodes, (double)tot / 1000000 / n, (double)mx /
 191 	share[idx] = mx;
 211 	u_int mx;
 241 	mx = 0;
 244 		if (mx < share[i + 1])
 245 			mx = share[i + 1];
 [all …]
 
 | 
| H A D | tar.sh | 77 	uint64_t mx, usec;83 	mx = 0;
 116 				if (usec > mx)
 117 					mx = usec;
 127 	if (mx > 5000000) {
 128 //		fprintf(stderr, "%.3f %s : FAIL\n", (double)mx / 1000000, path);
 
 | 
| H A D | jumbo.sh | 78 #define MX (1024 * 1024)131 	if ((buf = malloc(MX)) == NULL)
 132 			err(1, "malloc(%d), %s:%d", MX, __FILE__, __LINE__);
 134 	for (i = sysconf(_SC_PAGESIZE); i < MX; i += 1024) {
 192 	if ((line = malloc(MX)) == NULL)
 193 			err(1, "malloc(%d), %s:%d", MX, __FILE__, __LINE__);
 195 	for (i = sysconf(_SC_PAGESIZE); i < MX; i += 1024) {
 
 | 
| /freebsd/contrib/sendmail/src/ | 
| H A D | domain.c | 470 **		mxttl -- TTL of MX (or host)514 	**  If host->MX lookup was not secure then do not look up TLSA RRs.
 553 //	/* Do not reload TLSA RRs if the MX RRs were not securely retrieved. */
 688 **  GETFALLBACKMXRR -- get MX resource records for fallback MX host.
 697 **		host -- the name of the fallback MX host.
 700 **		number of MX records.
 707 int NumFallbackMXHosts = 0;	/* Number of fallback MX hosts (after MX expansion) */
 764 **  FALLBACKMXRR -- add MX resource records for fallback MX host to list.
 767 **		nmx -- current number of MX records.
 769 **		mxhosts -- array of MX hosts (maximum size: MAXMXHOSTS)
 [all …]
 
 | 
| /freebsd/contrib/bearssl/src/symcipher/ | 
| H A D | poly1305_ctmulq.c | 111 #define MX(hi, lo, m0, m1, m2)   do { \  in poly1305_inner_big()  macro151 		MX(d0, c0, r0, u2, t1);  in poly1305_inner_big()
 152 		MX(d1, c1, r1, r0, t2);  in poly1305_inner_big()
 153 		MX(d2, c2, r2, r1, r0);  in poly1305_inner_big()
 166 		MX(d0, c0, r0, u2, t1);  in poly1305_inner_big()
 167 		MX(d1, c1, r1, r0, t2);  in poly1305_inner_big()
 168 		MX(d2, c2, r2, r1, r0);  in poly1305_inner_big()
 181 		MX(d0, c0, r0, u2, t1);  in poly1305_inner_big()
 182 		MX(d1, c1, r1, r0, t2);  in poly1305_inner_big()
 183 		MX(d2, c2, r2, r1, r0);  in poly1305_inner_big()
 [all …]
 
 | 
| /freebsd/tools/test/stress2/testcases/swap/ | 
| H A D | swap.c | 53 	int mi, mx, pct;  in setup()  local63 			mx = 100;  in setup()
 68 			mx = 110;  in setup()
 73 			mx = 120;  in setup()
 78 			mx = 130;  in setup()
 81 			mx = atoi(cp);  in setup()
 82 			mi = mx - 10;  in setup()
 84 		pct = random_int(mi, mx);  in setup()
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ | 
| H A D | HexagonGenMux.cpp | 325   for (MuxInfo &MX : ML) {  in genMuxInBlock()326     unsigned MxOpc = getMuxOpcode(*MX.SrcT, *MX.SrcF);  in genMuxInBlock()
 332     if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent())  in genMuxInBlock()
 335     MachineBasicBlock &B = *MX.At->getParent();  in genMuxInBlock()
 336     const DebugLoc &DL = B.findDebugLoc(MX.At);  in genMuxInBlock()
 337     auto NewMux = BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR)  in genMuxInBlock()
 338                       .addReg(MX.PredR)  in genMuxInBlock()
 339                       .add(*MX.SrcT)  in genMuxInBlock()
 340                       .add(*MX.SrcF);  in genMuxInBlock()
 342     B.remove(MX.Def1);  in genMuxInBlock()
 [all …]
 
 | 
| /freebsd/contrib/sendmail/contrib/ | 
| H A D | expn.pl | 87 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion88 # $mx_secondary{$server} : other mx relays at the same priority
 156 		&giveup('mx domainify',$giveup{$server});
 160 	# do we already have an mx record for this host?
 163 	# look it up, or try for an mx.
 167 	# if we can't get an A record, try for an MX record.
 173 	# get a connection, or look for an mx
 185 			&giveup('mx',"$server: Could not connect: $emsg");
 296 					$newmxhost = &mx($newhost,$newaddr);
 297 					print "$newmxhost = &mx($newhost)\n"
 [all …]
 
 | 
| /freebsd/contrib/bearssl/test/ | 
| H A D | test_math.c | 212 mp_to_br(uint32_t *mx, uint32_t x_bitlen, mpz_t x)221 	br_i31_zero(mx, x_ebitlen);
 222 	mpz_export(mx + 1, &xlen, -1, sizeof *mx, 0, 1, x);
 247 			uint32_t mp[40], ma[40], mb[40], mv[60], mx[100];  in test_modint()  local
 355 				br_int_add(mx, j, ma, mb);  in test_modint()
 358 				check_eqz(mx, t1);  in test_modint()
 360 				br_int_mul(mx, j, ma, mb);  in test_modint()
 363 				check_eqz(mx, t1);  in test_modint()
 451 				uint32_t mx[40];
 455 				mp_to_br(mx, mpz_sizeinbase(n, 2), t2);
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/sound/ | 
| H A D | imx-audio-sgtl5000.txt | 1 Freescale i.MX audio complex with SGTL5000 codec9   - ssi-controller	: The phandle of the i.MX SSI controller
 35   - mux-int-port	: The internal port of the i.MX audio muxer (AUDMUX)
 37   - mux-ext-port	: The external port of the i.MX audio muxer
 
 | 
| H A D | imx-audio-es8328.txt | 1 Freescale i.MX audio complex with ES8328 codec6 - ssi-controller   : The phandle of the i.MX SSI controller
 34 - mux-int-port     : The internal port of the i.MX audio muxer (AUDMUX)
 35 - mux-ext-port     : The external port of the i.MX audio muxer (AUDMIX)
 
 | 
| /freebsd/crypto/openssl/crypto/ml_dsa/ | 
| H A D | ml_dsa_poly.h | 161 poly_max(const POLY *p, uint32_t *mx)  in poly_max()  argument169         *mx = maximum(*mx, abs);  in poly_max()
 174 poly_max_signed(const POLY *p, uint32_t *mx)  in poly_max_signed()  argument
 182         *mx = maximum(*mx, abs);  in poly_max_signed()
 
 |