/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | interval_map_test.cpp | 58 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; in TEST() local 60 M2.insert(7, 8, 42); in TEST() 61 M2.insert(8, 9, 7); in TEST() 63 EXPECT_FALSE(M2.empty()); in TEST() 64 EXPECT_EQ(std::next(std::next(M2.begin())), M2.end()); // Expect two ranges. in TEST() 65 EXPECT_NE(M2.find(7), M2.find(8)); // 7 and 8 should be different ranges. in TEST() 66 EXPECT_EQ(M2.lookup(7), 42U); // Keys 7 and 8 should map to different values. in TEST() 67 EXPECT_EQ(M2.lookup(8), 7U); in TEST() 87 IntervalMap<unsigned, unsigned, IntervalCoalescing::Enabled> M2; in TEST() local 89 M2.insert(8, 9, 42); in TEST() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 109 const MultilibBuilder &M2) { in Either() argument 110 return Either({M1, M2}); in Either() 114 const MultilibBuilder &M2, in Either() argument 116 return Either({M1, M2, M3}); in Either() 120 const MultilibBuilder &M2, in Either() argument 123 return Either({M1, M2, M3, M4}); in Either() 127 const MultilibBuilder &M2, in Either() argument 131 return Either({M1, M2, M3, M4, M5}); in Either()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | MultilibBuilder.h | 107 const MultilibBuilder &M2); 109 const MultilibBuilder &M2, 112 const MultilibBuilder &M2, 116 const MultilibBuilder &M2,
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 296 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind()); in FactorNodes() local 297 if (M2 && M2 != ScanMatcher && M2->canMoveBefore(ScanMatcher) && in FactorNodes() 298 (M2->isEqual(Optn) || M2->isContradictory(Optn))) { in FactorNodes() 299 Matcher *MatcherWithoutM2 = ScanMatcher->unlinkNode(M2); in FactorNodes() 300 M2->setNext(MatcherWithoutM2); in FactorNodes() 301 *J = M2; in FactorNodes()
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t8112-jxxx.dtsi | 3 * Apple M2 MacBook Air/Pro (M2, 2022) 5 * This file contains parts common to all Apple M2 devices using the t8112.
|
H A D | t8112-j473.dts | 3 * Apple Mac mini (M2, 2023) 17 model = "Apple Mac mini (M2, 2023)";
|
H A D | t8112-j413.dts | 3 * Apple MacBook Air (M2, 2022) 18 model = "Apple MacBook Air (13-inch, M2, 2022)";
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-data-modul-edm-sbc.dts | 226 "", "M2-B_PCIE_RST#", "M2-B_PCIE_WAKE#", "RTC_IRQ#", 227 "WDOG_KICK#", "M2-B_PCIE_CLKREQ#", 237 "M2-B_FULL_CARD_PWROFF_1V8#", "EEPROM_WP_1V8#", 240 "M2-B_W_DISABLE1_WWAN_1V8#", "M2-B_W_DISABLE2_GPS_1V8#", 252 "", "", "", "M2-B_WAKE_WWAN_1V8#", 253 "M2-B_RESET_1V8#", "", "", "", 708 /* M2-B_RESET_1V8# */ 710 /* M2-B_PCIE_RST# */ 712 /* M2-B_FULL_CARD_PWROFF_1V8# */ 714 /* M2-B_W_DISABLE1_WWAN_1V8# */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am642-hummingboard-t.dts | 83 * - select: 0 = USB-3 (M2); 1 = PCIE (M1) 237 /* connector M2 RESET */ 239 /* connectors M1 & M2 W_DISABLE1 */ 241 /* connectors M1 & M2 W_DISABLE2 */ 243 /* connectors M1 & M2 PERST0 (PCI Reset) */ 247 /* connector M2 CLKREQ0 */
|
/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 249 #define M2 (2) /* IRIG 0 pulse */ macro 460 {DECZ, M2}, /* 4 zero bit, CF # 5 / unused, default zero in years */ 477 {DECZ, M2}, /* 5 zero bit */ 1636 poop(M2, 1000, HIGH, UnmodulatedInverted); 1643 peep(M2, 1000, HIGH); 1677 poop(M2, 1000, HIGH, UnmodulatedInverted); 1684 peep(M2, 1000, HIGH); 1713 poop(M2, 1000, HIGH, UnmodulatedInverted); 1718 peep(M2, 1000, HIGH); 1746 poop(M2, 1000, HIGH, UnmodulatedInverted); [all …]
|
H A D | tg.c | 75 #define M2 2 /* IRIG 0 pulse */ macro 200 {DEC, M2}, /* 4 im */ 217 {DEC, M2}, /* 5 im */ 476 peep(M2, 1000, HIGH); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 82 int64_t M1, M2, N; in eliminateUsingFM() local 105 if (MulOverflow(LowerV, UpperLast, M2)) in eliminateUsingFM() 107 if (AddOverflow(M1, M2, N)) in eliminateUsingFM()
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,jpu.txt | 11 - "renesas,jpu-r8a7791" for R-Car M2-W 13 - "renesas,jpu-r8a7793" for R-Car M2-N
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
H A D | poly1305_sse2.c | 208 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local 394 M2 = _mm_and_si128(MMASK, T5); in poly1305_blocks() 432 v02 = M2; in poly1305_blocks() 441 v12 = M2; in poly1305_blocks() 461 v22 = M2; in poly1305_blocks() 464 v32 = M2; in poly1305_blocks() 480 v42 = M2; in poly1305_blocks() 630 M2 = _mm_unpacklo_epi32(T8, _mm_setzero_si128()); in poly1305_blocks() 633 M2 = _mm_slli_epi64(M2, 12); in poly1305_blocks() 637 T2 = _mm_add_epi64(T2, M2); in poly1305_blocks()
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-sm1-bananapi-m2-pro.dts | 14 model = "Banana Pi BPI-M2-PRO"; 18 model = "BPI-M2-PRO";
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 31 auto *M2 = A->tryBumpAllocate(4); in TEST() local 32 EXPECT_NE(M2, nullptr); in TEST() 33 EXPECT_EQ(M1 + 1020, M2); in TEST()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | renesas,du.txt | 17 - "renesas,du-r8a7791" for R8A7791 (R-Car M2-W) compatible DU 19 - "renesas,du-r8a7793" for R8A7793 (R-Car M2-N) compatible DU 85 R8A7791 (R-Car M2-W) DPAD 0 LVDS 0 - - 87 R8A7793 (R-Car M2-N) DPAD 0 LVDS 0 - -
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2134 my ($M0,$M1,$M2,$M3,$M4) = map("%zmm$_",(25..29)); 2228 vpmuludq $T1,$R1,$M2 2234 vpaddq $M2,$D2,$D2 # d2 += r1'*r1 2242 vpmuludq $T2,$R0,$M2 2248 vpaddq $M2,$D2,$D2 # d2 += r2'*r0 2254 vpmuludq $T3,$S4,$M2 2259 vpaddq $M2,$D2,$D2 # d2 += r3'*5*r4 2265 vpmuludq $T4,$S3,$M2 2270 vpaddq $M2,$D2,$D2 # d2 += r2'*5*r3 2300 vpsrlq \$26,$D2,$M2 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | renesas,iic.txt | 16 - "renesas,iic-r8a7791" (R-Car M2-W) 18 - "renesas,iic-r8a7793" (R-Car M2-N)
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h5-bananapi-m2-plus.dts | 9 model = "Banana Pi BPI-M2-Plus H5";
|
H A D | sun50i-h5-bananapi-m2-plus-v1.2.dts | 10 model = "Banana Pi BPI-M2-Plus v1.2 H5";
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-h3-bananapi-m2-plus-v1.2.dts | 11 model = "Banana Pi BPI-M2-Plus v1.2 H3";
|
H A D | sunxi-bananapi-m2-plus-v1.2.dtsi | 10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 246 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, in SplitStaticCtorDtor() argument 292 GV = M2->getNamedGlobal(GlobalName); in SplitStaticCtorDtor() 299 new GlobalVariable(*M2, M2Init->getType(), false, in SplitStaticCtorDtor()
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | renesas,lvds.txt | 16 - "renesas,r8a7791-lvds" for R8A7791 (R-Car M2-W) compatible LVDS encoders 17 - "renesas,r8a7793-lvds" for R8A7793 (R-Car M2-N) compatible LVDS encoders
|