HomeSort by relevance Sort by last modified time
    Searched refs:l3 (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmp64-1.asm 4 jc l3
5 l3: label
jmp64-2.asm 4 jc short l3
5 l3: label
jmp64-3.asm 4 jc short l3
6 l3: label
jmp64-4.asm 4 jc l3
6 l3: label
jmp64-5.asm 4 jc l3
6 l3: label
jmp64-6.asm 5 jc short l3
7 l3: label
  /external/valgrind/main/none/tests/s390x/
clcle.c 15 register unsigned long l3 asm ("5") = *_l3;
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3)
29 *_l3 = l3;
37 unsigned long a1,a3,l1,l3; local
40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3;
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
42 printf("cc: %d, l1: %lu(%lu) l3: %lu(%lu) diff1: %lu diff3: %lu\n",
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3);
47 void multiplex(unsigned long l1, unsigned long l3, char pad)
49 testrun(b1, l1, b1, l3, pad)
    [all...]
  /external/clang/test/SemaCXX/
exceptions.cpp 39 goto l3; // expected-error {{goto into protected scope}}
46 goto l3; // expected-error {{goto into protected scope}}
50 l3:
53 goto l3;
60 goto l3; // expected-error {{goto into protected scope}}
67 goto l3; // expected-error {{goto into protected scope}}
  /external/eigen/bench/
check_cache_queries.cpp 21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl;
22 int l1, l2, l3; local
23 internal::queryCacheSizes(l1, l2, l3);
24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
43 internal::queryCacheSizes_intel_codes(l1, l2, l3);
44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
47 internal::queryCacheSizes_intel_direct(l1, l2, l3);
48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl
    [all...]
  /external/libcxx/test/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 12 // template <class L1, class L2, class... L3>
13 // void lock(L1&, L2&, L3&...);
381 L0 l3; local
382 std::lock(l0, l1, l2, l3);
386 assert(l3.locked());
392 L1 l3; local
393 std::lock(l0, l1, l2, l3);
397 assert(l3.locked());
403 L0 l3; local
404 std::lock(l0, l1, l2, l3);
414 L0 l3; local
425 L0 l3; local
436 L2 l3; local
454 L0 l3; local
472 L0 l3; local
490 L0 l3; local
    [all...]
try_lock.pass.cpp 12 // template <class L1, class L2, class... L3>
13 // int try_lock(L1&, L2&, L3&...);
462 L0 l3; local
463 assert(std::try_lock(l0, l1, l2, l3) == -1);
467 assert(l3.locked());
473 L0 l3; local
474 assert(std::try_lock(l0, l1, l2, l3) == 0);
478 assert(!l3.locked());
484 L0 l3; local
485 assert(std::try_lock(l0, l1, l2, l3) == 1)
495 L0 l3; local
506 L1 l3; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 12 // template <class L1, class L2, class... L3>
13 // void lock(L1&, L2&, L3&...);
381 L0 l3; local
382 std::lock(l0, l1, l2, l3);
386 assert(l3.locked());
392 L1 l3; local
393 std::lock(l0, l1, l2, l3);
397 assert(l3.locked());
403 L0 l3; local
404 std::lock(l0, l1, l2, l3);
414 L0 l3; local
425 L0 l3; local
436 L2 l3; local
454 L0 l3; local
472 L0 l3; local
490 L0 l3; local
    [all...]
try_lock.pass.cpp 12 // template <class L1, class L2, class... L3>
13 // int try_lock(L1&, L2&, L3&...);
462 L0 l3; local
463 assert(std::try_lock(l0, l1, l2, l3) == -1);
467 assert(l3.locked());
473 L0 l3; local
474 assert(std::try_lock(l0, l1, l2, l3) == 0);
478 assert(!l3.locked());
484 L0 l3; local
485 assert(std::try_lock(l0, l1, l2, l3) == 1)
495 L0 l3; local
506 L1 l3; local
    [all...]
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 77 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
80 l3);
88 sup.addPropertyChangeListener(l3);
92 assertNotSame(l3, sup.getPropertyChangeListeners()[0]);
98 assertNotSame(l3, ((PropertyChangeListenerProxy) sup
148 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
160 sup.addPropertyChangeListener("myProp3", l3);
164 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0])
166 assertNotSame(l3, listeners[0]);
178 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0]
214 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
233 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
271 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
363 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
425 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
455 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
480 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp2", local
513 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
534 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
612 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
641 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
670 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
699 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
728 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
756 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
802 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
834 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
866 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
898 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
930 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
961 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1018 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1047 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1075 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1115 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1144 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
1173 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp", local
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 785 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-sectored
842 case 0x23: l3 = 1024; break; // code and data L3 cache, 1024 KB, 8 ways, 64 byte lines, dual-sectored
843 case 0x25: l3 = 2048; break; // code and data L3 cache, 2048 KB, 8 ways, 64 byte lines, dual-sectore
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 82 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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 82 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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-generic-lambda-1y.cpp 27 auto l3 = [](auto &&ur, local
43 l3(3, lval, d, lval, &lval, &A::i, &A::f, 'c', &d, arr);
68 auto l3 = [](char (auto::*pmf)()) { }; //expected-error{{'auto' not allowed}}\ local
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 19 auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' of enclosing function}} local
  /external/chromium_org/ui/compositor/
layer_unittest.cc 376 // | +-- L3 - yellow
384 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW,
391 l2->Add(l3.get());
488 // +-- L3
494 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW,
497 l2->Add(l3.get());
501 Layer::ConvertPointToLayer(l3.get(), l1.get(), &point1_in_l3_coords);
506 Layer::ConvertPointToLayer(l1.get(), l3.get(), &point2_in_l1_coords);
545 scoped_ptr<Layer> l3(CreateColorLayer(SK_ColorYELLOW,
548 l2->Add(l3.get())
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc 146 uptr l3 = d.newNode(3); local
157 // l3=>l4=>l5
158 d.onLock(&dtls, l3);
162 d.onUnlock(&dtls, l3);
169 locks.insert(l3);
185 // l4=>l3
187 EXPECT_TRUE(d.onLock(&dtls, l3));
189 d.onUnlock(&dtls, l3);
194 d.removeNode(l3);
231 // l2 and l3 should have ben reused
374 uptr l3 = d.newNode(0); local
394 uptr l3 = d.newNode(0); local
424 uptr l3 = d.newNode(0); local
    [all...]
  /external/libsepol/include/sepol/policydb/
mls_types.h 86 #define mls_level_between(l1, l2, l3) \
87 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 95 final long l3 = data[idx + 2] & 0xFF; local
97 return (l4 << 24) | (l3 << 16) | (l2 << 8) | l1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 243 , typename L1, typename L2, typename L3
248 typename L1::type, typename L2::type, typename L3::type
257 , typename L1, typename L2, typename L3
259 struct le_result3< true_,Tag,F,L1,L2,L3 >
263 , typename L1::result_, typename L2::result_, typename L3::result_
284 typedef lambda< T3,Tag > l3; typedef in struct:boost::mpl::lambda
288 typedef typename l3::is_le is_le3;
296 is_le, Tag, F, l1, l2, l3
327 , typename L1, typename L2, typename L3, typename L4
332 typename L1::type, typename L2::type, typename L3::typ
370 typedef lambda< T3,Tag > l3; typedef in struct:boost::mpl::lambda
462 typedef lambda< T3,Tag > l3; typedef in struct:boost::mpl::lambda
549 typedef lambda< typename if_< is_le,arity_,Arity >::type, Tag2 > l3; typedef in struct:boost::mpl::lambda
    [all...]
  /bionic/libc/kernel/uapi/linux/
atmsap.h 109 } l3; member in struct:atm_blli

Completed in 1376 milliseconds

1 2 3 4 5 6 7