Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 25 of 158) sorted by relevance

1234567

/external/valgrind/none/tests/s390x/
Dclcle.c15 register unsigned long l3 asm ("5") = *_l3; in clcle()
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3) in clcle()
29 *_l3 = l3; in clcle()
37 unsigned long a1,a3,l1,l3; in testrun() local
40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3; in testrun()
41 cc = clcle(&a1, &l1, &a3, &l3, pad); in testrun()
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3); in testrun()
47 void multiplex(unsigned long l1, unsigned long l3, char pad) in multiplex() argument
49 testrun(b1, l1, b1, l3, pad); in multiplex()
50 testrun(b1, l1, b2, l3, pad); in multiplex()
[all …]
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
Dlock.pass.cpp396 L0 l3; in main() local
397 std::lock(l0, l1, l2, l3); in main()
401 assert(l3.locked()); in main()
407 L1 l3; in main() local
408 std::lock(l0, l1, l2, l3); in main()
412 assert(l3.locked()); in main()
418 L0 l3; in main() local
419 std::lock(l0, l1, l2, l3); in main()
423 assert(l3.locked()); in main()
429 L0 l3; in main() local
[all …]
Dtry_lock.pass.cpp474 L0 l3; in main() local
475 assert(std::try_lock(l0, l1, l2, l3) == -1); in main()
479 assert(l3.locked()); in main()
485 L0 l3; in main() local
486 assert(std::try_lock(l0, l1, l2, l3) == 0); in main()
490 assert(!l3.locked()); in main()
496 L0 l3; in main() local
497 assert(std::try_lock(l0, l1, l2, l3) == 1); in main()
501 assert(!l3.locked()); in main()
507 L0 l3; in main() local
[all …]
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeSupportTest.java77 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_Normal() local
80 l3); in testAddPropertyChangeListener_PropertyChangeListener_Normal()
88 sup.addPropertyChangeListener(l3); in testAddPropertyChangeListener_PropertyChangeListener_Normal()
92 assertNotSame(l3, sup.getPropertyChangeListeners()[0]); in testAddPropertyChangeListener_PropertyChangeListener_Normal()
98 assertNotSame(l3, ((PropertyChangeListenerProxy) sup in testAddPropertyChangeListener_PropertyChangeListener_Normal()
148 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local
160 sup.addPropertyChangeListener("myProp3", l3); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal()
164 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0]) in testAddPropertyChangeListener_PropertyChangeListener_String_Normal()
166 assertNotSame(l3, listeners[0]); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal()
178 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0]) in testAddPropertyChangeListener_PropertyChangeListener_String_Normal()
[all …]
/external/eigen/bench/
Dcheck_cache_queries.cpp22 int l1, l2, l3; in main() local
23 internal::queryCacheSizes(l1, l2, l3); in main()
24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main()
43 internal::queryCacheSizes_intel_codes(l1, l2, l3); in main()
44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main()
47 internal::queryCacheSizes_intel_direct(l1, l2, l3); in main()
48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main()
50 internal::queryCacheSizes_amd(l1, l2, l3); in main()
51 cout << "Eigen's amd L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; in main()
57 l1 = l2 = l3 = 0; in main()
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_pytree.py82 l3 = pytree.Leaf(101, "foo")
84 self.assertNotEqual(l1, l3)
133 l3 = pytree.Leaf(100, "bar", prefix="c")
134 n2 = pytree.Node(1000, [n1, l3])
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
153 l3 = pytree.Leaf(100, "bar")
154 n3 = pytree.Node(1000, [l3])
160 l3 = pytree.Leaf(100, "bar")
161 n1 = pytree.Node(1000, [l1, l2, l3])
[all …]
/external/llvm/test/Transforms/LoopUnroll/
Dconvergent.ll11 br label %l3
13 l3:
14 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ]
22 br i1 %exitcond, label %exit, label %l3
36 br label %l3
38 l3:
39 %x.0 = phi i32 [ 0, %entry ], [ %inc, %l3 ]
48 br i1 %exitcond, label %exit, label %l3
61 br label %l3, !llvm.loop !0
63 l3:
[all …]
/external/eigen/Eigen/src/Core/util/
DMemory.h785 inline void queryCacheSizes_intel_direct(int& l1, int& l2, int& l3)
788 l1 = l2 = l3 = 0;
809 case 3: l3 = cache_size; break;
817 inline void queryCacheSizes_intel_codes(int& l1, int& l2, int& l3)
821 l1 = l2 = l3 = 0;
841 …case 0x22: l3 = 512; break; // code and data L3 cache, 512 KB, 4 ways (!), 64 byte lines, dual-s…
842 …case 0x23: l3 = 1024; break; // code and data L3 cache, 1024 KB, 8 ways, 64 byte lines, dual-sec…
843 …case 0x25: l3 = 2048; break; // code and data L3 cache, 2048 KB, 8 ways, 64 byte lines, dual-sec…
844 …case 0x29: l3 = 4096; break; // code and data L3 cache, 4096 KB, 8 ways, 64 byte lines, dual-sec…
857 case 0x46: l3 = 4096; break; // code and data L3 cache, 4096 KB, 4 ways, 64 byte lines
[all …]
/external/llvm/test/Transforms/LICM/
Dalias-set-tracker-loss.ll26 br i1 true, label %l1.loopexit, label %l3.preheader.lr.ph
28 l3.preheader.lr.ph:
29 br label %l3.preheader
32 br i1 true, label %l2.l1.loopexit_crit_edge, label %l3.preheader
34 l3.preheader:
35 br label %l3
37 l3:
38 br i1 true, label %l3, label %l2.loopexit
/external/clang/test/CodeGen/
Dpartial-reinitialization2.c12 struct LLP3 { struct LP3 l3; }; member
13 union ULP3 { struct LP3 l3; }; member
89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' }; in test5()
/external/clang/test/SemaCXX/
Dexceptions.cpp41 goto l3; // expected-error {{cannot jump}} in jumps()
48 goto l3; // expected-error {{cannot jump}} in jumps()
52 l3: in jumps()
55 goto l3; in jumps()
62 goto l3; // expected-error {{cannot jump}} in jumps()
69 goto l3; // expected-error {{cannot jump}} in jumps()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc146 uptr l3 = d.newNode(3); in RunRemoveNodeTest() local
158 d.onLock(&dtls, l3); in RunRemoveNodeTest()
162 d.onUnlock(&dtls, l3); in RunRemoveNodeTest()
169 locks.insert(l3); in RunRemoveNodeTest()
187 EXPECT_TRUE(d.onLock(&dtls, l3)); in RunRemoveNodeTest()
189 d.onUnlock(&dtls, l3); in RunRemoveNodeTest()
194 d.removeNode(l3); in RunRemoveNodeTest()
233 EXPECT_EQ(locks.count(l3), 1U); in RunRemoveNodeTest()
374 uptr l3 = d.newNode(0); in RunOnFirstLockTest() local
375 d.onLock(&dtls, l3); in RunOnFirstLockTest()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DRuleTest.java56 Limit l3 = new Limit(); in testSetLimits() local
57 rule.setLimits(Arrays.asList(l1, l2, l3)); in testSetLimits()
58 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits()); in testSetLimits()
66 Limit l3 = rule.createLimit(); in testCreateLimit() local
67 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits()); in testCreateLimit()
/external/llvm/test/CodeGen/SPARC/
D64spill.ll13 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
24 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
35 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
47 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
58 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
69 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
80 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
91 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
102 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
113 …,~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~{l3},~{l4},~{l5},~{l6},~…
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java326 Label l3 = new Label(); in createTableSwitch() local
327 method.visitTableSwitchInsn(1, 3, l3, new Label[] { l1, l2, l1 }); in createTableSwitch()
345 method.visitLabel(l3); in createTableSwitch()
346 method.visitLineNumber(1006, l3); in createTableSwitch()
436 Label l3 = new Label(); in createTableSwitchMerge() local
438 method.visitTableSwitchInsn(1, 3, l4, new Label[] { l2, l3, l2 }); in createTableSwitchMerge()
442 method.visitLabel(l3); in createTableSwitchMerge()
443 method.visitLineNumber(1004, l3); in createTableSwitchMerge()
534 Label l3 = new Label(); in createTryCatchBlock() local
536 method.visitTryCatchBlock(l1, l2, l3, "java/lang/Exception"); in createTryCatchBlock()
[all …]
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dbranch-simple.ll42 br label %l3
43 ; ASM-NEXT: b .Lsimple_uncond_branch$l3
62 l3:
63 ; ASM-NEXT: .Lsimple_uncond_branch$l3:
64 ; IASM-NEXT: .Lsimple_uncond_branch$l3:
/external/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo01.c86 float l1, l2, l3; in main() local
120 l3 = sys_buf->loads[2] / 60000.0; in main()
123 l3_up = l3 * 100; in main()
/external/mesa3d/src/mesa/sparc/
Dsparc_clip.S78 ld [%i0 + V4F_COUNT], %l3
91 st %l3, [%i1 + V4F_COUNT]
153 cmp %l0, %l3 ! IEU1 Group
158 cmp %l2, %l3 ! IEU1 Group
174 ld [%i0 + V4F_COUNT], %l3
223 cmp %l0, %l3 ! IEU1 Group
228 cmp %l2, %l3 ! IEU1 Group
/external/clang/test/CodeGenObjC/
Dproperty-complex.m46 _Complex float l3 = a0->iv0;
55 printf("l3: %.2f + %.2fi\n", __real l3, __imag l3);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp27 auto l3 = [](auto &&ur, in main() local
43 l3(3, lval, d, lval, &lval, &A::i, &A::f, 'c', &d, arr); in main()
68 auto l3 = [](char (auto::*pmf)()) { }; //expected-error{{'auto' not allowed}}\ in main() local
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dunion.ll32 br label %l3
38 br label %l3
40 l3:
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c43 const __m128i *k_16, const __m128i *l3, const __m128i *l32, in vp9_denoiser_16x1_sse2() argument
70 adj = _mm_sub_epi8(*l3, adj2); in vp9_denoiser_16x1_sse2()
139 const __m128i l3 = _mm_set1_epi8( in vp9_denoiser_NxM_sse2_small() local
157 &k_16, &l3, &l32, &l21, acc_diff); in vp9_denoiser_NxM_sse2_small()
226 const __m128i l3 = _mm_set1_epi8( in vp9_denoiser_NxM_sse2_big() local
245 sig, mc_running_avg_y, running_avg_y, &k_0, &k_4, &k_8, &k_16, &l3, in vp9_denoiser_NxM_sse2_big()
/external/llvm/test/Transforms/LoadStoreVectorizer/X86/
Dsubchain-interleaved.ll22 %l3 = load i32, i32* %next.gep1, align 4
42 %l3 = load i32, i32* %next.gep1, align 4
60 %l3 = load i32, i32* %next.gep1, align 4
81 %l3 = load i32, i32* %next.gep1, align 4
/external/llvm/test/CodeGen/SystemZ/
Dframe-05.ll37 %l3 = load volatile i32 , i32 *%ptr
51 %add3 = add i32 %l3, %add1
105 %l3 = load volatile i32 , i32 *%ptr
118 %add3 = add i32 %l3, %add1
168 %l3 = load volatile i32 , i32 *%ptr
174 %add3 = add i32 %l3, %add1
204 %l3 = load volatile i32 , i32 *%ptr
209 %add3 = add i32 %l3, %add1
Dframe-06.ll34 %l3 = load volatile i64 , i64 *%ptr
48 %add3 = add i64 %l3, %add1
102 %l3 = load volatile i64 , i64 *%ptr
115 %add3 = add i64 %l3, %add1
165 %l3 = load volatile i64 , i64 *%ptr
171 %add3 = add i64 %l3, %add1
201 %l3 = load volatile i64 , i64 *%ptr
206 %add3 = add i64 %l3, %add1

1234567