| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | interval_map_test.cpp | 60 M2.insert(7, 8, 42); in TEST() 61 M2.insert(8, 9, 7); 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() 89 M2.insert(8, 9, 42); in TEST() 90 M2.insert(7, 8, 7); in TEST() 125 M2.insert(7, 8, 42); in TEST() 126 M2.insert(8, 9, 7); in TEST() 127 M2.insert(9, 10, 42); in TEST() 131 EXPECT_EQ(std::next(std::next(std::next(M2.begin()))), M2.end()); in TEST() [all …]
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | apple.yaml | 22 Devices based on the "M2" SoC: 24 - MacBook Air (M2, 2022) 25 - MacBook Pro (13-inch, M2, 2022) 26 - Mac mini (M2, 2023) 79 - description: Apple M2 SoC based platforms 82 - apple,j413 # MacBook Air (M2, 2022) 83 - apple,j473 # Mac mini (M2, 2023) 84 - apple,j493 # MacBook Pro (13-inch, M2, 2022)
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mm-data-modul-edm-sbc.dts | 211 "", "M2-B_PCIE_RST#", "M2-B_PCIE_WAKE#", "RTC_IRQ#", 212 "WDOG_KICK#", "M2-B_PCIE_CLKREQ#", 225 "M2-B_W_DISABLE1_WWAN_1V8#", "M2-B_W_DISABLE2_GPS_1V8#", 237 "", "", "", "M2-B_WAKE_WWAN_1V8#", 238 "M2-B_RESET_1V8#", "", "", "", 693 /* M2-B_RESET_1V8# */ 695 /* M2-B_PCIE_RST# */ 701 /* M2-B_W_DISABLE2_GPS_1V8# */ 705 /* M2-B_WAKE_WWAN_1V8# */ 707 /* M2-B_PCIE_WAKE# */ [all …]
|
| /freebsd-14.2/contrib/ntp/util/ |
| H A D | tg2.c | 249 #define M2 (2) /* IRIG 0 pulse */ macro 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); 1718 peep(M2, 1000, HIGH); 1746 poop(M2, 1000, HIGH, UnmodulatedInverted); 1751 peep(M2, 1000, HIGH); 1763 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-14.2/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
|
| H A D | renesas,jpu.yaml | 22 - renesas,jpu-r8a7791 # R-Car M2-W 24 - renesas,jpu-r8a7793 # R-Car M2-N
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/power/ |
| H A D | renesas,apmu.yaml | 27 - renesas,r8a7791-apmu # R-Car M2-W 29 - renesas,r8a7793-apmu # R-Car M2-N
|
| H A D | renesas,rcar-sysc.yaml | 33 - renesas,r8a7791-sysc # R-Car M2-W 35 - renesas,r8a7793-sysc # R-Car M2-N
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ata/ |
| H A D | renesas,rcar-sata.yaml | 23 - renesas,sata-r8a7791 # R-Car M2-W 24 - renesas,sata-r8a7793 # R-Car M2-N
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/serial/ |
| H A D | renesas,scifb.yaml | 32 - renesas,scifb-r8a7791 # R-Car M2-W 33 - renesas,scifb-r8a7793 # R-Car M2-N
|
| H A D | renesas,scifa.yaml | 32 - renesas,scifa-r8a7791 # R-Car M2-W 33 - renesas,scifa-r8a7793 # R-Car M2-N
|
| /freebsd-14.2/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-x86_64.pl | 2228 vpmuludq $T1,$R1,$M2 2242 vpmuludq $T2,$R0,$M2 2254 vpmuludq $T3,$S4,$M2 2265 vpmuludq $T4,$S3,$M2 2300 vpsrlq \$26,$D2,$M2 2426 vpmuludq $H0,$R2,$M2 2438 vpmuludq $H1,$R1,$M2 2449 vpmuludq $H3,$S4,$M2 2457 vpmuludq $H4,$S3,$M2 2567 vpmuludq $H0,$R2,$M2 [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sntrup761.c | 301 uint16 M2[(len+1)/2]; in Decode() local 311 M2[i/2] = (((m+255)>>8)+255)>>8; in Decode() 316 M2[i/2] = (m+255)>>8; in Decode() 320 M2[i/2] = m; in Decode() 324 M2[i/2] = M[i]; in Decode() 325 Decode(R2,S,M2,(len+1)/2); in Decode() 367 uint16 M2[(len+1)/2]; in Encode() local 379 M2[i/2] = m; in Encode() 383 M2[i/2] = M[i]; in Encode() 385 Encode(out,R2,M2,(len+1)/2); in Encode()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/reset/ |
| H A D | renesas,rst.yaml | 38 - renesas,r8a7791-rst # R-Car M2-W 40 - renesas,r8a7793-rst # R-Car M2-N
|