Home
last modified time | relevance | path

Searched refs:M2 (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dinterval_map_test.cpp60 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 DMultilibBuilder.cpp109 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 Dapple.yaml22 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 DMultilibBuilder.h107 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 DDAGISelMatcherOpt.cpp296 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 Dt8112-jxxx.dtsi3 * Apple M2 MacBook Air/Pro (M2, 2022)
5 * This file contains parts common to all Apple M2 devices using the t8112.
H A Dt8112-j473.dts3 * Apple Mac mini (M2, 2023)
17 model = "Apple Mac mini (M2, 2023)";
H A Dt8112-j413.dts3 * 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 Dimx8mm-data-modul-edm-sbc.dts211 "", "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 Dtg2.c249 #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 Dtg.c75 #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 Drenesas,jpu.txt11 - "renesas,jpu-r8a7791" for R-Car M2-W
13 - "renesas,jpu-r8a7793" for R-Car M2-N
H A Drenesas,jpu.yaml22 - 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 DConstraintSystem.cpp82 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 Dmeson-sm1-bananapi-m2-pro.dts14 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 Dpoly1305_sse2.c208 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 Drenesas,apmu.yaml27 - renesas,r8a7791-apmu # R-Car M2-W
29 - renesas,r8a7793-apmu # R-Car M2-N
H A Drenesas,rcar-sysc.yaml33 - 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 Drenesas,rcar-sata.yaml23 - 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 Drenesas,du.txt17 - "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 Drenesas,scifb.yaml32 - renesas,scifb-r8a7791 # R-Car M2-W
33 - renesas,scifb-r8a7793 # R-Car M2-N
H A Drenesas,scifa.yaml32 - 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 Dpoly1305-x86_64.pl2228 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 Dsntrup761.c301 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 Drenesas,rst.yaml38 - renesas,r8a7791-rst # R-Car M2-W
40 - renesas,r8a7793-rst # R-Car M2-N

12345