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

1 2 3 4 5

  /art/test/475-simplify-mul-zero/src/
Main.java 19 long l3 = 2207693990L; local
23 i12 ^= (int)(-((-(-(l3 - l3))) * i));
  /external/clang/test/Sema/
switch-1.c 59 unsigned long long l3 = 65536 * 65536ULL; variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel13-mips16.s 7 lw $4,%got(l3)($2)
8 lw $4,%got(l3)($2)
12 addiu $4,%lo(l3)
24 l3: .word 2 label
elf-rel13.s 5 lw $4,%got(l3)($gp)
6 lw $4,%got(l3)($gp)
10 addiu $4,$4,%lo(l3)
22 l3: .word 2 label
branch-misc-1.s 8 l3: label
14 bal l3
elf-rel9-mips16.s 38 lw $4,%gprel(l3)($2)
39 lw $4,%gprel(l3 + 4)($2)
56 l3: .word 1 label
elf-rel9.s 36 lw $4,%gp_rel(l3)($28)
37 lw $4,%gp_rel(l3 + 4)($28)
54 l3: .word 1 label
  /art/test/578-bce-visit/src/
Main.java 36 int l3 = 24; local
40 mA[i0][4][l3] >>= 1;
  /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/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 14 // template <class L1, class L2, class... L3>
15 // void lock(L1&, L2&, L3&...);
383 L0 l3; local
384 std::lock(l0, l1, l2, l3);
388 assert(l3.locked());
394 L1 l3; local
395 std::lock(l0, l1, l2, l3);
399 assert(l3.locked());
405 L0 l3; local
406 std::lock(l0, l1, l2, l3);
416 L0 l3; local
427 L0 l3; local
438 L2 l3; local
456 L0 l3; local
474 L0 l3; local
492 L0 l3; local
    [all...]
try_lock.pass.cpp 14 // template <class L1, class L2, class... L3>
15 // int try_lock(L1&, L2&, L3&...);
464 L0 l3; local
465 assert(std::try_lock(l0, l1, l2, l3) == -1);
469 assert(l3.locked());
475 L0 l3; local
476 assert(std::try_lock(l0, l1, l2, l3) == 0);
480 assert(!l3.locked());
486 L0 l3; local
487 assert(std::try_lock(l0, l1, l2, l3) == 1)
497 L0 l3; local
508 L1 l3; local
    [all...]
  /external/valgrind/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...]
  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
fragtest.s 15 ba l3 ; 4, 256 = 0x0100
21 l3: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax1.s 16 PUSHJ $11,l3 % Out of reach.
17 l4 BP $55,l3 % Within reach.
20 l3 JMP l0 % Dummy. label
25 BZ $111,l3 % Dummy.
  /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/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/CodeGen/
debug-info-packed-struct.c 91 struct layout3 l3; variable in typeref:struct:layout3
partial-reinitialization1.c 45 // CHECK: @l3 = global %struct.P3 { %struct.Q3 { %struct.R1 { i32 1, i32 2, i32 3 }, %struct.R2 { i32 0, i32 10, i32 0 } } }
46 struct P3 l3 = { variable in typeref:struct:P3
partial-reinitialization2.c 12 struct LLP3 { struct LP3 l3; }; member in struct:LLP3
13 union ULP3 { struct LP3 l3; }; member in union:ULP3
78 // .l3 = g3
81 // .l3.p1 = { [0] = g1 } implicitly sets [1] to zero
86 // .l3.p1[1].x[1] = 'x'
89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' };
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RuleTest.java 56 Limit l3 = new Limit(); local
57 rule.setLimits(Arrays.asList(l1, l2, l3));
58 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits());
66 Limit l3 = rule.createLimit(); local
67 assertEquals(Arrays.asList(l1, l2, l3), rule.getLimits());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3; typedef in struct:boost::mpl::lambda
185 typedef aux::le_result3<is_le, Tag2, mpl::lambda, l1, l2, l3> le_result_;
  /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...]
  /art/compiler/utils/
assembler_thumb_test.cc 711 Label l3; local
713 __ Bind(&l3);
715 __ b(&l3, EQ);
750 Label l3; local
752 __ Bind(&l3);
754 __ b(&l3, EQ);
    [all...]

Completed in 624 milliseconds

1 2 3 4 5