/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 250 #define M5 (5) /* IRIG 1 pulse */ macro 1618 poop(M5, 1000, HIGH, UnmodulatedInverted); 1619 poop(M5-1, 1000, LOW, UnmodulatedInverted); 1625 peep(M5, 1000, HIGH); 1626 peep(M5-1, 1000, LOW); 1659 poop(M5, 1000, HIGH, UnmodulatedInverted); 1660 poop(M5+1, 1000, LOW, UnmodulatedInverted); 1666 peep(M5, 1000, HIGH); 1667 peep(M5+1, 1000, LOW); 1699 poop(M5, 1000, HIGH, UnmodulatedInverted); [all …]
|
H A D | tg.c | 76 #define M5 5 /* IRIG 1 pulse */ macro 472 peep(M5, 1000, HIGH); in main() 473 peep(M5, 1000, LOW); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 1212 bits<4> M5; 1220 let Inst{15-12} = M5; 1237 bits<4> M5; 1243 let Inst{19-16} = M5; 1260 bits<4> M5; 1267 let Inst{23-20} = M5; 1285 bits<4> M5; 1291 let Inst{23-20} = M5; 1351 bits<4> M5; 1357 let Inst{23-20} = M5; [all …]
|
H A D | SystemZInstrInfo.td | 2243 imm32zx12:$I3, imm32zx4:$M4, imm32zx4:$M5), 2244 ".insn vri,$enc,$V1,$V2,$I3,$M4,$M5", []>; 2247 VR128:$V3, imm32zx4:$M4, imm32zx4:$M5, 2249 ".insn vrr,$enc,$V1,$V2,$V3,$M4,$M5,$M6", []>;
|
/freebsd/share/examples/netgraph/ |
H A D | virtual.chain | 233 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \ 238 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
|
H A D | virtual.lan | 226 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \ 231 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 130 const MultilibBuilder &M5) { in Either() argument 131 return Either({M1, M2, M3, M4, M5}); in Either()
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-sm1-bananapi-m5.dts | 15 model = "Banana Pi BPI-M5"; 30 model = "BPI-M5";
|
/freebsd/sys/contrib/device-tree/Bindings/rng/ |
H A D | sparc_sun_oracle_rng.txt | 11 - 'ORCL,m4-rng' for SPARC T5/M5
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | MultilibBuilder.h | 119 const MultilibBuilder &M5);
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt6795-sony-xperia-m5.dts | 13 model = "Sony Xperia M5"; 422 * Smartphones, including the Xperia M5, are equipped with a companion
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-iot2050-arduino-connector.dtsi | 371 /* (M5) WKUP_GPIO0_39 */ 378 /* (M5) WKUP_GPIO0_39 */ 385 /* (M5) WKUP_GPIO0_39 */
|
H A D | k3-am654-base-board.dts | 218 AM65X_WKUP_IOPAD(0x006c, PIN_OUTPUT, 0) /* (M5) MCU_RGMII1_TD0 */
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
H A D | poly1305_sse2.c | 209 xmmi M5, M6, M7, M8; in poly1305_blocks() local 403 M5 = _mm_unpacklo_epi32(T7, _mm_setzero_si128()); in poly1305_blocks() 410 T0 = _mm_add_epi64(T0, M5); in poly1305_blocks()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8939-longcheer-l9100.dts | 15 model = "BQ Aquaris M5 (Longcheer L9100)";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedExynosM5.td | 1 //=- AArch64SchedExynosM5.td - Samsung Exynos M5 Sched Defs --*- tablegen -*-=// 9 // This file defines the machine model for the Samsung Exynos M5 to support 15 // The Exynos-M5 is an advanced superscalar microprocessor with a 6-wide 34 // Define each kind of processor resource and number available on the Exynos-M5.
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 77 METX(M5%:A2M<Y56FA$K2<RF`%5C:`2!E@!R`,AP*,`8EMA1R`F>QL05=``(]
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 6149 VGV5O8bmC+4M5+LXFw0f+T7quEQCzma6nnUzV9V9hNGRpKwGy1ay7dZZQEGXN1eZ 6235 1K1VKFCLQH4uMG5Eqwpt+yJMlIAva+Bvl+11M5/ShFy9KaFNzLf0pNWgfJTmScju
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 19518 llvm::APSInt M5 = *E->getArg(2)->getIntegerConstantExpr(getContext()); in EmitSystemZBuiltinExpr() local 19526 switch (M5.getZExtValue()) { in EmitSystemZBuiltinExpr() 19533 switch (M5.getZExtValue()) { in EmitSystemZBuiltinExpr() 19564 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5); in EmitSystemZBuiltinExpr()
|
/freebsd/share/misc/ |
H A D | usb_vendors | 4529 32bb EOS M5 15322 0520 iAudio M5, side USB port 16691 4331 PDR-M4/M5/M70 Digital Camera 17278 0105 SXV-M5
|
H A D | pci_vendors | 387 1137 020e UCSC-RAID-M5 12G Modular RAID Controller
|