Home
last modified time | relevance | path

Searched refs:M1 (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/external/llvm/unittests/Support/
DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() argument
46 if (M1.base() == M2.base()) in doesOverlap()
49 if (M1.base() > M2.base()) in doesOverlap()
50 return (unsigned char *)M2.base() + M2.size() > M1.base(); in doesOverlap()
52 return (unsigned char *)M1.base() + M1.size() > M2.base(); in doesOverlap()
61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local
64 EXPECT_NE((void*)nullptr, M1.base()); in TEST_P()
65 EXPECT_LE(sizeof(int), M1.size()); in TEST_P()
67 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P()
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMemoryTest.cpp45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() argument
46 if (M1.base() == M2.base()) in doesOverlap()
49 if (M1.base() > M2.base()) in doesOverlap()
50 return (unsigned char *)M2.base() + M2.size() > M1.base(); in doesOverlap()
52 return (unsigned char *)M1.base() + M1.size() > M2.base(); in doesOverlap()
61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local
64 EXPECT_NE((void*)nullptr, M1.base()); in TEST_P()
65 EXPECT_LE(sizeof(int), M1.size()); in TEST_P()
67 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P()
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local
[all …]
/external/u-boot/board/intel/cherryhill/
Dcherryhill.c20 GPIO_PAD_CONF("N37: CX_PRDY_B", NATIVE, M1, NA, NA, NA,
23 GPIO_PAD_CONF("N35: CX_PRDY_B_2", NATIVE, M1, NA, NA, NA,
26 GPIO_PAD_CONF("N39: CX_PREQ_B", NATIVE, M1, NA, NA, NA,
29 GPIO_PAD_CONF("N48: GP_CAMERASB00", GPIO, M1, GPO, LOW,
32 GPIO_PAD_CONF("N53: GP_CAMERASB01", GPIO, M1, GPO, LOW,
35 GPIO_PAD_CONF("N46: GP_CAMERASB02", GPIO, M1, GPO, LOW,
38 GPIO_PAD_CONF("N51: GP_CAMERASB03", GPIO, M1, GPO, LOW,
41 GPIO_PAD_CONF("N56: GP_CAMERASB04", GPIO, M1, GPO, LOW,
44 GPIO_PAD_CONF("N45: GP_CAMERASB05", GPIO, M1, GPO, LOW,
47 GPIO_PAD_CONF("N49: GP_CAMERASB06", GPIO, M1, GPO, LOW,
[all …]
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dtypes.pass.cpp47 using M1 = std::mutex; in main() typedef
48 using T = std::scoped_lock<M1>; in main()
49 static_assert(std::is_same<T::mutex_type, M1>::value, ""); in main()
52 using M1 = std::recursive_mutex; in main() typedef
53 using T = std::scoped_lock<M1>; in main()
54 static_assert(std::is_same<T::mutex_type, M1>::value, ""); in main()
57 using M1 = std::mutex; in main() typedef
59 using T = std::scoped_lock<M1, M2>; in main()
63 using M1 = std::mutex; in main() typedef
65 using T = std::scoped_lock<M1, M1, M2>; in main()
[all …]
/external/u-boot/board/ti/dra7xx/
Dmux_data.h43 {GPMC_A13, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a13.qspi1_rtclk */
44 {GPMC_A14, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a14.qspi1_d3 */
45 {GPMC_A15, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a15.qspi1_d2 */
46 {GPMC_A16, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a16.qspi1_d0 */
47 {GPMC_A17, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a17.qspi1_d1 */
48 {GPMC_A18, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a18.qspi1_sclk */
49 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a19.mmc2_dat4 */
50 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a20.mmc2_dat5 */
51 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a21.mmc2_dat6 */
52 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a22.mmc2_dat7 */
[all …]
/external/clang/unittests/Driver/
DMultilibTest.cpp54 Multilib M1, M2; in TEST() local
55 M1.flag("+foo"); in TEST()
57 ASSERT_TRUE(M1 == M2) << "Multilibs with the same flag should be the same"; in TEST()
61 Multilib M1, M2; in TEST() local
62 M1.flag("+foo"); in TEST()
64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same"; in TEST()
65 ASSERT_FALSE(M2 == M1) in TEST()
70 Multilib M1, M2; in TEST() local
72 ASSERT_FALSE(M1 == M2) << "Flags make Multilibs different"; in TEST()
76 Multilib M1, M2; in TEST() local
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
Dm1.pb.go45 type M1 struct { struct
51 func (m *M1) Reset() { *m = M1{} } argument
52 func (m *M1) String() string { return proto.CompactTextString(m) } argument
53 func (*M1) ProtoMessage() {} argument
54 func (*M1) Descriptor() ([]byte, []int) { argument
58 func (m *M1) XXX_Unmarshal(b []byte) error { argument
61 func (m *M1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
64 func (m *M1) XXX_Merge(src proto.Message) { argument
67 func (m *M1) XXX_Size() int { argument
70 func (m *M1) XXX_DiscardUnknown() { argument
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/
Dm1.pb.go23 type M1 struct { struct
29 func (m *M1) Reset() { *m = M1{} } argument
30 func (m *M1) String() string { return proto.CompactTextString(m) } argument
31 func (*M1) ProtoMessage() {} argument
32 func (*M1) Descriptor() ([]byte, []int) { argument
36 func (m *M1) XXX_Unmarshal(b []byte) error { argument
39 func (m *M1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
42 func (m *M1) XXX_Merge(src proto.Message) { argument
45 func (m *M1) XXX_Size() int { argument
48 func (m *M1) XXX_DiscardUnknown() { argument
[all …]
/external/clang/test/Driver/Inputs/
Dgen-response.c2 #define M1 M M M M M M M M M M macro
3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DMeasureMapInternalTest.java39 MeasureMapInternal metrics = MeasureMapInternal.builder().put(M1, 44.4).build(); in testPutDouble()
40 assertContains(metrics, MeasurementDouble.create(M1, 44.4)); in testPutDouble()
65 .put(M1, 44.4) in testCombination()
72 MeasurementDouble.create(M1, 44.4), in testCombination()
98 MeasureMapInternal.builder().put(M1, 1.0).put(M1, 2.0).build(), in testDuplicateMeasureDoubles()
99 MeasurementDouble.create(M1, 2.0)); in testDuplicateMeasureDoubles()
101 MeasureMapInternal.builder().put(M1, 1.0).put(M1, 2.0).put(M1, 3.0).build(), in testDuplicateMeasureDoubles()
102 MeasurementDouble.create(M1, 3.0)); in testDuplicateMeasureDoubles()
104 MeasureMapInternal.builder().put(M1, 1.0).put(M2, 2.0).put(M1, 3.0).build(), in testDuplicateMeasureDoubles()
105 MeasurementDouble.create(M1, 3.0), in testDuplicateMeasureDoubles()
[all …]
/external/u-boot/board/compulab/cl-som-am57x/
Dmux.c53 {GPMC_A13, (M1 | PIN_INPUT) }, /* GPMC_A13.QSPI1_RTCLK */
54 {GPMC_A18, (M1 | PIN_INPUT) }, /* GPMC_A18.QSPI1_SCLK */
55 {GPMC_A16, (M1 | PIN_INPUT) }, /* GPMC_A16.QSPI1_D0 */
56 {GPMC_A17, (M1 | PIN_INPUT) }, /* GPMC_A17.QSPI1_D1 */
57 {GPMC_CS2, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_CS2.QSPI1_CS0 */
68 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A19.MMC2_DAT4 */
69 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A20.MMC2_DAT5 */
70 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A21.MMC2_DAT6 */
71 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A22.MMC2_DAT7 */
72 {GPMC_A23, (M1 | PIN_INPUT_PULLUP)}, /* GPMC_A23.MMC2_CLK */
[all …]
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { in createModule1() argument
35 M1 = new Module("test1", Context1); in createModule1()
36 LoadAssemblyInto(M1, in createModule1()
48 FooF1 = M1->getFunction("foo1"); in createModule1()
73 Module *M1 = 0; in TEST() local
75 createModule1(Context1, M1, FooF1); in TEST()
83 OwningPtr<ExecutionEngine> EE1(EngineBuilder(M1).create()); in TEST()
103 Module *M1 = 0; in TEST() local
105 createModule1(Context1, M1, FooF1); in TEST()
113 OwningPtr<ExecutionEngine> EE1(EngineBuilder(M1).create()); in TEST()
[all …]
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/
DGVAR-5.tests1 …nt-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-1.0:U+1F31D:[gid15]
2 …nt-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.8:U+1F31D:[gid15]
3 …nt-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.6:U+1F31D:[gid15]
4 …nt-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.4:U+1F31D:[gid15]
5 …nt-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.2:U+1F31D:[gid15]
6 …ont-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.0:U+1F31D:[gid15]
7 …ont-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.2:U+1F31D:[gid15]
8 …ont-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.4:U+1F31D:[gid15]
9 …ont-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.6:U+1F31D:[gid15]
10 …ont-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.8:U+1F31D:[gid15]
[all …]
DGVAR-4.tests1 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-1.0,T1=0.0:U+1F98E:…
2 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.8,T1=0.1:U+1F98E:…
3 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.6,T1=0.2:U+1F98E:…
4 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.4,T1=0.3:U+1F98E:…
5 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=-0.2,T1=0.4:U+1F98E:…
6 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.0,T1=0.5:U+1F98E:[…
7 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.2,T1=0.6:U+1F98E:[…
8 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.4,T1=0.7:U+1F98E:[…
9 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.6,T1=0.8:U+1F98E:[…
10 …t-size=1000 --ned --remove-default-ignorables --font-funcs=ft --variations=M1=0.8,T1=0.9:U+1F98E:[…
[all …]
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Dis_equal.pass.cpp45 memory_resource const& M1 = R1; in main() local
51 assert(M1.is_equal(M2) == false); in main()
55 assert(M2.is_equal(M1) == false); in main()
62 memory_resource const& M1 = R1; in main() local
68 assert(M1.is_equal(M2) == false); in main()
72 assert(M2.is_equal(M1) == false); in main()
79 memory_resource const& M1 = R1; in main() local
85 assert(M1.is_equal(M2) == true); in main()
89 assert(M2.is_equal(M1) == true); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ThinLTOBitcodeWriter/
Dsplit-vfunc.ll3 ; RUN: llvm-modextract -b -n 1 -o - %t | llvm-dis | FileCheck --check-prefix=M1 %s
6 ; M1: @g = constant [9 x i8*]
20 ; M1: define available_externally i64 @ok1
26 ; M1: define available_externally i64 @ok2
32 ; M1: declare { i64, i1 } @llvm.sadd.with.overflow.i64(i64, i64)
36 ; M1: declare void @wrongtype1()
42 ; M1: declare void @wrongtype2()
48 ; M1: declare void @wrongtype3()
54 ; M1: declare void @wrongtype4()
60 ; M1: declare void @wrongtype5()
[all …]
/external/u-boot/board/ti/am57xx/
Dmux_data.h50 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a19.mmc2_dat4 */
51 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a20.mmc2_dat5 */
52 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a21.mmc2_dat6 */
53 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a22.mmc2_dat7 */
54 {GPMC_A23, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a23.mmc2_clk */
55 {GPMC_A24, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a24.mmc2_dat0 */
56 {GPMC_A25, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a25.mmc2_dat1 */
57 {GPMC_A26, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a26.mmc2_dat2 */
58 {GPMC_A27, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a27.mmc2_dat3 */
59 {GPMC_CS1, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_cs1.mmc2_cmd */
[all …]
/external/eigen/doc/snippets/
DTutorial_SlicingCol.cpp1 MatrixXf M1 = MatrixXf::Random(3,8); variable
2 cout << "Column major input:" << endl << M1 << "\n";
3 Map<MatrixXf,0,OuterStride<> > M2(M1.data(), M1.rows(), (M1.cols()+2)/3, OuterStride<>(M1.outerStri…
7 RowMajorMatrixXf M3(M1);
DTutorial_ReshapeMat2Vec.cpp1 MatrixXf M1(3,3); // Column-major storage variable
2 M1 << 1, 2, 3,
6 Map<RowVectorXf> v1(M1.data(), M1.size());
9 Matrix<float,Dynamic,Dynamic,RowMajor> M2(M1);
/external/u-boot/board/ti/sdp4430/
Dsdp4430_mux_data.h16 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */
17 {GPMC_AD1, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat1 */
18 {GPMC_AD2, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat2 */
19 {GPMC_AD3, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat3 */
20 {GPMC_AD4, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat4 */
21 {GPMC_AD5, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat5 */
22 {GPMC_AD6, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat6 */
23 {GPMC_AD7, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat7 */
24 {GPMC_NOE, (PTU | IEN | OFF_EN | OFF_OUT_PTD | M1)}, /* sdmmc2_clk */
25 {GPMC_NWE, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_cmd */
/external/u-boot/board/amazon/kc1/
Dkc1.h21 { GPMC_AD0, (IEN | PTU | M1) }, /* sdmmc2_dat0 */
22 { GPMC_AD1, (IEN | PTU | M1) }, /* sdmmc2_dat1 */
23 { GPMC_AD2, (IEN | PTU | M1) }, /* sdmmc2_dat2 */
24 { GPMC_AD3, (IEN | PTU | M1) }, /* sdmmc2_dat3 */
25 { GPMC_AD4, (IEN | PTU | M1) }, /* sdmmc2_dat4 */
26 { GPMC_AD5, (IEN | PTU | M1) }, /* sdmmc2_dat5 */
27 { GPMC_AD6, (IEN | PTU | M1) }, /* sdmmc2_dat6 */
28 { GPMC_AD7, (IEN | PTU | M1) }, /* sdmmc2_dat7 */
29 { GPMC_NOE, (IEN | PTU | M1) }, /* sdmmc2_clk */
30 { GPMC_NWE, (IEN | PTU | M1) }, /* sdmmc2_cmd */
/external/u-boot/board/ti/panda/
Dpanda_mux_data.h17 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */
18 {GPMC_AD1, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat1 */
19 {GPMC_AD2, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat2 */
20 {GPMC_AD3, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat3 */
21 {GPMC_AD4, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat4 */
22 {GPMC_AD5, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat5 */
23 {GPMC_AD6, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat6 */
24 {GPMC_AD7, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat7 */
25 {GPMC_NOE, (PTU | IEN | OFF_EN | OFF_OUT_PTD | M1)}, /* sdmmc2_clk */
26 {GPMC_NWE, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_cmd */
/external/eigen/test/
Dcommainitializer.cpp13 template<int M1, int M2, int N1, int N2>
16 Matrix<int, M1+M2, N1+N2> m_fixed; in test_blocks()
17 MatrixXi m_dynamic(M1+M2, N1+N2); in test_blocks()
19 Matrix<int, M1, N1> mat11; mat11.setRandom(); in test_blocks()
20 Matrix<int, M1, N2> mat12; mat12.setRandom(); in test_blocks()
28 VERIFY_IS_EQUAL((m_fixed.template topLeftCorner<M1,N1>()), mat11); in test_blocks()
29 VERIFY_IS_EQUAL((m_fixed.template topRightCorner<M1,N2>()), mat12); in test_blocks()
45 if(M1 != M2) in test_blocks()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h670 template <typename M1>
672 typedef M1 type;
675 template <typename M1, typename M2>
678 typename AllOfResult1<M1>::type,
683 template <typename M1, typename M2, typename M3>
686 typename AllOfResult1<M1>::type,
691 template <typename M1, typename M2, typename M3, typename M4>
694 typename AllOfResult2<M1, M2>::type,
699 template <typename M1, typename M2, typename M3, typename M4, typename M5>
702 typename AllOfResult2<M1, M2>::type,
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h1181 opt(const M0t &M0, const M1t &M1) : Option(Optional | NotHidden) {
1182 apply(M0, this); apply(M1, this);
1188 opt(const M0t &M0, const M1t &M1,
1190 apply(M0, this); apply(M1, this); apply(M2, this);
1195 opt(const M0t &M0, const M1t &M1, const M2t &M2,
1197 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1202 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3,
1204 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1211 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3,
1213 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
[all …]

12345678910>>...17