HomeSort by relevance Sort by last modified time
    Searched full:start2 (Results 26 - 50 of 522) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/unittests/Support/
IRBuilderTest.cpp 49 CallInst *Start2 = Builder.CreateLifetimeStart(Var2);
53 EXPECT_EQ(Start2->getArgOperand(0), Builder.getInt64(-1));
57 EXPECT_NE(Start2->getArgOperand(1), Var2);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
mix-1.d 11 [ ]+2:[ ]+c7 00[ ]+mova 4 <start2>,r0
13 0+4 <start2>:
pt32-noexp-2.d 27 0+4 <start2>:
pt64-noexp-2.d 27 0+4 <start2>:
relax-1.d 13 0+4 <start2>:
relax-2.d 13 0+4 <start2>:
pt32-1.d 29 0+4 <start2>:
pt64-32-2.d 29 0+4 <start2>:
relax-3.d 13 0+4 <start2>:
pt64-1.d 33 0+4 <start2>:
  /external/llvm/test/CodeGen/SystemZ/
frame-15.ll 40 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0
41 call void @foo(float *%start1, float *%start2)
67 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0
68 call void @foo(float *%start1, float *%start2)
94 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0
95 call void @foo(float *%start1, float *%start2)
121 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0
122 call void @foo(float *%start1, float *%start2)
148 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0
149 call void @foo(float *%start1, float *%start2)
    [all...]
  /external/scrypt/lib/crypto/
crypto_scrypt-neon-salsa208.h 59 uint32x4_t start2 = x8x13x2x7; local
65 uint32x4_t diag2 = start2;
103 x8x13x2x7 = diag2 + start2;
  /external/swiftshader/third_party/subzero/crosstest/
test_stacksave.c 60 uint32_t start2 = 0; local
63 for (uint32_t k = start2; k < size2; ++k) {
67 vla1[j] = (vla2[start2] << 2) + (vla2[mid2] << 1) + vla2[size2 - 1];
  /external/clang/test/CoverageMapping/
switchmacro.c 37 #define START2 switch (0) default:
40 START2 return; // CHECK: Expansion,File 0, [[@LINE]]:5 -> [[@LINE]]:11 = #1 (Expanded file = 1)
includehell.cpp 44 // CHECK-START: File [[START2:[0-9]]], 1:1 -> 5:1 = #0
45 // CHECK-START-NEXT: File [[START2]], 4:17 -> 4:22 = (#0 + #5)
46 // CHECK-START-NEXT: File [[START2]], 4:24 -> 4:27 = #5
47 // CHECK-START-NEXT: File [[START2]], 4:29 -> 5:1 = #5
  /external/libcxx/test/support/
filesystem_test_helper.hpp 355 , Iter2 start2, Iter2 const end2
358 while (start1 != end1 && start2 != end2) {
359 if (*start1 != *start2) {
362 ++start1; ++start2;
364 return (start1 == end1 && start2 == end2);
371 , Iter2 const start2, Iter2 end2
374 while (start1 != end1 && start2 != end2) {
380 return (start1 == end1 && start2 == end2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 355 , Iter2 start2, Iter2 const end2
358 while (start1 != end1 && start2 != end2) {
359 if (*start1 != *start2) {
362 ++start1; ++start2;
364 return (start1 == end1 && start2 == end2);
371 , Iter2 const start2, Iter2 end2
374 while (start1 != end1 && start2 != end2) {
380 return (start1 == end1 && start2 == end2);
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
FadeAndShortSlide.java 329 int start2; local
332 start2 = getRelativeLeft(rhs, mParentForDelay);
335 start2 = getRelativeRight(rhs, mParentForDelay);
338 if (start1 > start2) {
340 } else if (start1 < start2) {
344 if (start1 > start2) {
346 } else if (start1 < start2) {
  /external/v8/tools/
codemap.js 157 var start2 = node.key, end2 = start2 + node.value.size;
158 if (start2 < end && start < end2) to_delete.push(start2);
159 addr = start2 - 1;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
reldl-2.s 5 .global start2
6 start2: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
branch.s 9 startm32: ; start start2 start3
14 ; The size of a bunch of short branches is start2-start = 42,
40 start2: label
  /external/icu/icu4c/source/common/
unormcmp.cpp 150 const UChar *start1, *start2, *limit1, *limit2; local
197 start2=s2;
253 start2=stack2[level2].start; /*Not uninitialized*/
254 } while(start2==NULL);
304 if(start2<=(s2-2) && U16_IS_LEAD(c=*(s2-2))) {
382 stack2[0].start=start2;
397 start2=s2=fold2;
468 stack2[level2].start=start2;
479 start2=s2=p;
518 (U16_IS_TRAIL(c2) && start2!=(s2-1) && U16_IS_LEAD(*(s2-2))
    [all...]
  /development/samples/ApiDemos/res/layout/
service_start_arguments_controller.xml 36 <Button android:id="@+id/start2"
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
RangeExpression.py 268 start2 = range2.start
270 if start1 >= start2:
271 start1, start2 = start2, start1
276 if end1 < start2:
279 elif end1 == start2:
282 elif end1 <= end2 and end1 > start2:
284 rangeContainer.push(RangeObject(start2, end1))
287 rangeContainer.push(RangeObject(start2, end2))
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
FinallyFilterTest.java 54 final Label start2 = new Label(); local
59 m.visitTryCatchBlock(start2, end2, finallyStart, null);
63 m.visitJumpInsn(Opcodes.IFEQ, start2);
71 m.visitLabel(start2);

Completed in 1268 milliseconds

12 3 4 5 6 7 8 91011>>