| /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/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/sys/contrib/device-tree/Bindings/mips/pic32/ |
| H A D | microchip,pic32mzda.txt | 14 - compatible: Must be "mti,mips14KEc". 22 compatible = "mti,mips14KEc";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVSDPatterns.td | 870 foreach mti = AllMasks in 872 defm : VPatUSLoadStoreMaskSDNode<mti>; 1165 foreach mti = AllMasks in { 1167 def : Pat<(mti.Mask (and VR:$rs1, VR:$rs2)), 1168 (!cast<Instruction>("PseudoVMAND_MM_"#mti.BX) 1169 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 1170 def : Pat<(mti.Mask (or VR:$rs1, VR:$rs2)), 1171 (!cast<Instruction>("PseudoVMOR_MM_"#mti.BX) 1172 VR:$rs1, VR:$rs2, mti.AVL, mti.Log2SEW)>; 1173 def : Pat<(mti.Mask (xor VR:$rs1, VR:$rs2)), [all …]
|
| H A D | RISCVInstrInfoVVLPatterns.td | 2805 foreach mti = AllMasks in { 2808 def : Pat<(mti.Mask (riscv_vmset_vl VLOpFrag)), 2809 (!cast<Instruction>("PseudoVMSET_M_" # mti.BX) GPR:$vl, mti.Log2SEW)>; 2810 def : Pat<(mti.Mask (riscv_vmclr_vl VLOpFrag)), 2811 (!cast<Instruction>("PseudoVMCLR_M_" # mti.BX) GPR:$vl, mti.Log2SEW)>; 2813 def : Pat<(mti.Mask (riscv_vmand_vl VR:$rs1, VR:$rs2, VLOpFrag)), 2814 (!cast<Instruction>("PseudoVMAND_MM_" # mti.BX) 2815 VR:$rs1, VR:$rs2, GPR:$vl, mti.Log2SEW)>; 2816 def : Pat<(mti.Mask (riscv_vmor_vl VR:$rs1, VR:$rs2, VLOpFrag)), 2817 (!cast<Instruction>("PseudoVMOR_MM_" # mti.BX) [all …]
|
| H A D | RISCVInstrInfoVPseudos.td | 1891 foreach mti = AllMasks in { 1892 defvar mx = mti.LMul.MX; 1894 let VLMul = mti.LMul.value in { 1895 def "_V_" # mti.BX : VPseudoUSLoadNoMask<VR, EEW=1, sewop=sew_mask>, 1967 foreach mti = AllMasks in { 1968 defvar mx = mti.LMul.MX; 1970 let VLMul = mti.LMul.value in { 1971 def "_V_" # mti.BX : VPseudoUSStoreNoMask<VR, EEW=1, sewop=sew_mask>, 2023 foreach mti = AllMasks in { 2024 defvar mx = mti.LMul.MX; [all …]
|
| /freebsd/sys/contrib/device-tree/src/mips/mobileye/ |
| H A D | eyeq6h.dtsi | 29 compatible = "mti,cpu-interrupt-controller"; 167 compatible = "mti,gic"; 173 * Declare the interrupt-parent even though the mti,gic 181 compatible = "mti,gic-timer";
|
| H A D | eyeq5.dtsi | 83 compatible = "mti,cpu-interrupt-controller"; 237 compatible = "mti,gic"; 243 * Declare the interrupt-parent even though the mti,gic 251 compatible = "mti,gic-timer";
|
| /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 | 19 compatible = "mti,cpu-interrupt-controller";
|
| H A D | rt3883.dtsi | 19 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";
|
| /freebsd/sys/contrib/device-tree/src/mips/econet/ |
| H A D | en751221.dtsi | 27 compatible = "mti,cpu-interrupt-controller";
|