/freebsd/contrib/libfido2/fuzz/ |
H A D | prng.c | 58 static int mti=N+1; /* mti==N+1 means mt[N] is not initialized */ variable 64 for (mti=1; mti<N; mti++) { in init_genrand() 65 mt[mti] = in init_genrand() 66 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + in init_genrand() 67 (unsigned long)mti); in init_genrand() 72 mt[mti] &= 0xffffffffUL; in init_genrand() 85 if (mti >= N) { /* generate N words at one time */ in genrand_int32() 88 assert(mti != N+1); in genrand_int32() 101 mti = 0; in genrand_int32() 104 y = mt[mti++]; in genrand_int32()
|
/freebsd/contrib/tcpdump/ |
H A D | print-openflow.c | 107 const struct of_msgtypeinfo *mti) in of_message_print() argument 120 if (!mti) in of_message_print() 123 if ((mti->req_what == REQ_FIXLEN && len != mti->req_value) || in of_message_print() 124 (mti->req_what == REQ_MINLEN && len < mti->req_value)) in of_message_print() 127 if (!ndo->ndo_vflag || !mti->decoder) in of_message_print() 130 mti->decoder(ndo, cp, len); in of_message_print() 150 const struct of_msgtypeinfo *mti; in openflow_print() local 162 mti = in openflow_print() 166 if (mti && mti->name) in openflow_print() 167 ND_PRINT(", type %s", mti->name); in openflow_print() [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/mti/ |
H A D | malta.dts | 14 compatible = "mti,malta"; 17 compatible = "mti,cpu-interrupt-controller"; 24 compatible = "mti,gic"; 31 * Declare the interrupt-parent even though the mti,gic 39 compatible = "mti,gic-timer"; 86 compatible = "mti,malta-fpga", "syscon", "simple-mfd"; 91 compatible = "mti,malta-lcd";
|
H A D | sead3.dts | 13 compatible = "mti,sead-3"; 27 compatible = "mti,mips14KEc", "mti,mips14Kc"; 37 compatible = "mti,cpu-interrupt-controller"; 44 compatible = "mti,gic"; 51 * Declare the interrupt-parent even though the mti,gic 94 compatible = "mti,sead3-fpga", "syscon", "simple-mfd"; 110 compatible = "mti,sead3-cpld", "syscon", "simple-mfd"; 212 compatible = "mti,sead3-lcd";
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | mips-gic.txt | 9 - compatible : Should be "mti,gic". 23 - mti,reserved-cpu-vectors : Specifies the list of CPU interrupt vectors 26 - mti,reserved-ipi-vectors : Specifies the range of GIC interrupts that are 34 - compatible : Should be "mti,gic-timer". 46 compatible = "mti,gic"; 52 mti,reserved-cpu-vectors = <7>; 53 mti,reserved-ipi-vectors = <40 8>; 56 compatible = "mti,gic-timer";
|
H A D | google,goldfish-pic.txt | 18 compatible = "mti,cpu-interrupt-controller";
|
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/ |
H A D | img-ascii-lcd.txt | 6 "mti,malta-lcd" 7 "mti,sead3-lcd" 12 Required properties for "mti,malta-lcd" or "mti,sead3-lcd":
|
/freebsd/sys/contrib/device-tree/src/mips/mobileye/ |
H A D | eyeq6h.dtsi | 29 compatible = "mti,cpu-interrupt-controller"; 76 compatible = "mti,gic"; 82 * Declare the interrupt-parent even though the mti,gic 90 compatible = "mti,gic-timer";
|
H A D | eyeq5.dtsi | 61 compatible = "mti,cpu-interrupt-controller"; 122 compatible = "mti,gic"; 128 * Declare the interrupt-parent even though the mti,gic 136 compatible = "mti,gic-timer";
|
/freebsd/sys/contrib/device-tree/Bindings/mips/ |
H A D | cpu_irq.txt | 13 - compatible : Should be "mti,cpu-interrupt-controller" 22 compatible = "mti,cpu-interrupt-controller"; 39 { .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_irq_of_init },
|
H A D | ni.txt | 7 - compatible: must be "mti,mips14KEc"
|
/freebsd/sys/contrib/device-tree/src/mips/img/ |
H A D | boston.dts | 182 compatible = "mti,gic"; 189 compatible = "mti,gic-timer"; 196 compatible = "mti,mips-cdmm"; 201 compatible = "mti,mips-cpc";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVSDPatterns.td | 915 foreach mti = AllMasks in 917 defm : VPatUSLoadStoreMaskSDNode<mti>; 1166 foreach mti = AllMasks in { 1168 def : Pat<(mti.Mask (and VR:$rs1, VR:$rs2)), 1169 (!cast<Instruction>("PseudoVMAND_MM_"#mti.LMul.MX) 1170 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 1171 def : Pat<(mti.Mask (or VR:$rs1, VR:$rs2)), 1172 (!cast<Instruction>("PseudoVMOR_MM_"#mti.LMul.MX) 1173 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 1174 def : Pat<(mti.Mask (xor VR:$rs1, VR:$rs2)), [all …]
|
H A D | RISCVInstrInfoVVLPatterns.td | 2841 foreach mti = AllMasks in { 2844 def : Pat<(mti.Mask (riscv_vmset_vl VLOpFrag)), 2845 (!cast<Instruction>("PseudoVMSET_M_" # mti.BX) GPR:$vl, mti.Log2SEW)>; 2846 def : Pat<(mti.Mask (riscv_vmclr_vl VLOpFrag)), 2847 (!cast<Instruction>("PseudoVMCLR_M_" # mti.BX) GPR:$vl, mti.Log2SEW)>; 2849 def : Pat<(mti.Mask (riscv_vmand_vl VR:$rs1, VR:$rs2, VLOpFrag)), 2850 (!cast<Instruction>("PseudoVMAND_MM_" # mti.LMul.MX) 2851 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 2852 def : Pat<(mti.Mask (riscv_vmor_vl VR:$rs1, VR:$rs2, VLOpFrag)), 2853 (!cast<Instruction>("PseudoVMOR_MM_" # mti.LMul.MX) [all …]
|
H A D | RISCVInstrInfoVPseudos.td | 1868 foreach mti = AllMasks in { 1869 defvar mx = mti.LMul.MX; 1871 let VLMul = mti.LMul.value in { 1872 def "_V_" # mti.BX : VPseudoUSLoadNoMask<VR, EEW=1>, 1943 foreach mti = AllMasks in { 1944 defvar mx = mti.LMul.MX; 1946 let VLMul = mti.LMul.value in { 1947 def "_V_" # mti.BX : VPseudoUSStoreNoMask<VR, EEW=1>, 1997 foreach mti = AllMasks in { 1998 defvar mx = mti [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mips/pic32/ |
H A D | microchip,pic32mzda.txt | 14 - compatible: Must be "mti,mips14KEc". 22 compatible = "mti,mips14KEc";
|
/freebsd/sys/contrib/device-tree/Bindings/mips/img/ |
H A D | pistachio.txt | 17 - compatible: Must be "mti,interaptiv". 28 compatible = "mti,interaptiv";
|
/freebsd/sys/contrib/device-tree/src/mips/ralink/ |
H A D | mt7621.dtsi | 31 compatible = "mti,cpu-interrupt-controller"; 339 compatible = "mti,gic"; 345 mti,reserved-cpu-vectors = <7>; 348 compatible = "mti,gic-timer"; 355 compatible = "mti,mips-cpc"; 360 compatible = "mti,mips-cdmm";
|
H A D | rt2880.dtsi | 17 compatible = "mti,cpu-interrupt-controller";
|
H A D | mt7620a.dtsi | 17 compatible = "mti,cpu-interrupt-controller";
|
H A D | rt3883.dtsi | 17 compatible = "mti,cpu-interrupt-controller";
|
/freebsd/sys/contrib/device-tree/src/mips/ni/ |
H A D | 169445.dts | 13 compatible = "mti,mips14KEc"; 32 compatible = "mti,cpu-interrupt-controller";
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | mti,mips-cpc.txt | 7 compatible : Should be "mti,mips-cpc".
|
/freebsd/sys/contrib/device-tree/src/mips/realtek/ |
H A D | rtl83xx.dtsi | 13 compatible = "mti,cpu-interrupt-controller";
|
/freebsd/sys/contrib/device-tree/src/mips/loongson/ |
H A D | loongson64g-package.dtsi | 13 compatible = "mti,cpu-interrupt-controller";
|