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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
entry_align.s 2 l4: label
entry_misalign.s 2 l4: label
entry_misalign2.s 3 l4: label
loop_align.s 0 l4:
1 l4: label
loop_misalign.s 0 l4:
1 l4: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-1.s 15 bal l4
20 l4: label
elf-rel9-mips16.s 40 lw $4,%gprel(l4)($2)
41 lw $4,%gprel(l4 + 4)($2)
57 l4: .word 2 label
elf-rel9.s 38 lw $4,%gp_rel(l4)($28)
39 lw $4,%gp_rel(l4 + 4)($28)
55 l4: .word 2 label
  /art/test/578-bce-visit/src/
Main.java 37 int l4 = ((l2--) & mX); local
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
fragtest.s 18 ba l4 ; 4, 1126 = 0x0466
23 l4: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax1.s 17 l4 BP $55,l3 % Within reach. label
21 BOD $88,l4 % Within reach.
22 BOD $88,l4 % Out of reach.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-generic-lambda-1y.cpp 44 auto l4 = [](decltype(auto) a) -> int { return 0; }; //expected-error{{decltype(auto)}} local
52 auto l4 = [](auto (*fp)(int)) -> int { return fp(3); }; //expected-error{{no viable conversion from returned value of type 'Local' to function return type 'int'}} local
53 l4(&Local::ifi);
54 l4(&Local::cfi);
55 l4(&Local::dfi);
56 l4(&Local::localfi); //expected-note{{in instantiation of function template specialization}}
  /external/clang/test/CodeGen/
partial-reinitialization1.c 60 struct P4 l4 = { { L"foo" }, .x[2] = L'x' }; variable in typeref:struct:P4
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 327 , typename L1, typename L2, typename L3, typename L4
333 , typename L4::type
342 , typename L1, typename L2, typename L3, typename L4
344 struct le_result4< true_,Tag,F,L1,L2,L3,L4 >
349 , typename L4::result_
371 typedef lambda< T4,Tag > l4; typedef in struct:boost::mpl::lambda
376 typedef typename l4::is_le is_le4;
384 is_le, Tag, F, l1, l2, l3, l4
415 , typename L1, typename L2, typename L3, typename L4, typename L5
421 , typename L4::type, typename L5::typ
463 typedef lambda< T4,Tag > l4; typedef in struct:boost::mpl::lambda
    [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 717 Label l4; local
718 __ b(&l4, EQ);
720 __ Bind(&l4);
756 Label l4; local
757 __ b(&l4, EQ);
759 __ Bind(&l4);
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 96 final long l4 = data[idx + 3] & 0xFF; local
97 return (l4 << 24) | (l3 << 16) | (l2 << 8) | l1;
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 79 PropertyChangeListener l4 = new PropertyChangeListenerProxy("myProp", local
96 sup.addPropertyChangeListener(l4);
100 assertNotSame(l4, sup.getPropertyChangeListeners()[0]);
427 PropertyChangeListener l4 = new MockPropertyChangeListener(); local
431 sup.addPropertyChangeListener("myProp2", l4);
457 PropertyChangeListener l4 = new MockPropertyChangeListener(); local
461 sup.addPropertyChangeListener("myProp2", l4);
482 PropertyChangeListener l4 = new MockPropertyChangeListener(); local
486 sup.addPropertyChangeListener("myProp3", l4);
614 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src local
643 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
672 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
701 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
730 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
758 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
804 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
836 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
868 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
900 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
932 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
963 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
1020 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1049 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1077 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1117 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1146 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1175 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc 147 uptr l4 = d.newNode(4); local
157 // l3=>l4=>l5
159 d.onLock(&dtls, l4);
161 d.onUnlock(&dtls, l4);
170 locks.insert(l4);
185 // l4=>l3
186 EXPECT_FALSE(d.onLock(&dtls, l4));
188 d.onUnlock(&dtls, l4);
196 // make sure no edges from or to l0,l1,l4,l5 left.
213 // lt => l4
425 uptr l4 = d.newNode(0); local
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 412 Label l4 = new Label(); local
413 method.visitTableSwitchInsn(1, 3, l4, new Label[] { l2, l3, l2 });
420 method.visitLabel(l4);
421 method.visitLineNumber(1005, l4);
510 Label l4 = new Label(); local
518 method.visitJumpInsn(Opcodes.GOTO, l4);
522 method.visitLabel(l4);
523 method.visitLineNumber(1004, l4);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassTest.java 650 Class l4 = Class.forName("[[[[[J"); local
651 assertSame(long[][][][][].class, l4);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 168 Long4 l4 = new Long4(); local
169 l4.x = 1;
170 l4.y = 2;
171 l4.x = 3;
172 l4.w = 4;
173 l4 = new Long4(1, 2, 3, 4);
174 assertTrue(l4.x == 1);
175 assertTrue(l4.y == 2);
176 assertTrue(l4.z == 3);
177 assertTrue(l4.w == 4)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 158 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
161 LD_SH8(input, 16, l0, l1, l2, l3, l4, l5, l6, l7);
162 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7,
183 LD_SH8(input, 16, l0, l1, l2, l3, l4, l5, l6, l7);
184 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7,
339 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
343 l4, l12, l5, l13, l6, l14, l7, l15);
344 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7,
355 l4, l12, l5, l13, l6, l14, l7, l15);
356 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 295 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
299 l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14, l7, l15);
300 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7,
301 l0, l1, l2, l3, l4, l5, l6, l7);
306 VP9_IADST8x16_1D(l0, l1, l2, l3, l4, l5, l6, l7,
317 l0, l1, l2, l3, l4, l5, l6, l7);
318 ST_SH8(l0, l1, l2, l3, l4, l5, l6, l7, output, 16);
  /external/v8/test/cctest/
test-assembler-arm64.cc 2387 Label l1, l2, l3, l4, l5; local
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 1370 typedef long l4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 1256 milliseconds

1 2