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

1 2 3

  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 26 int i6 = 0; local
  /external/clang/test/Sema/
tentative-decls.c 52 extern int i6; // expected-note {{previous declaration is here}}
53 static int i6; // expected-error{{static declaration of 'i6' follows non-static declaration}} local
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p5.cpp 14 double &i6 = u\ variable
p6.cpp 14 double &i6 = L'a'_x1; // ok variable
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 30 int i6 = 0; local
  /external/clang/test/CodeGen/
arm64-arguments.c 298 int f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8,
300 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
309 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
351 int f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8,
353 // CHECK: define i32 @f39_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i128 %s1.coerce, i128 %s2.coerce)
362 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
406 int f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8,
408 // CHECK: define i32 @f40_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
417 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
461 int f41_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8
    [all...]
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
CallbacksTest.java 46 public void call(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6,
53 parameters.add(i6);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 68 var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, d17 = 0.0, d18 = 0.0, i19 = 0, i20 = 0, i21 = 0, i22 = 0;
74 i6 = i4 + 4 | 0;
75 HEAPF32[i6 >> 2] = 0.0;
94 HEAPF32[i6 >> 2] = d17;
99 HEAPF32[i6 >> 2] = +HEAPF32[i12 >> 2];
106 HEAPF32[i6 >> 2] = d18;
113 HEAPF32[i6 >> 2] = d17;
120 HEAPF32[i6 >> 2] = d18;
125 HEAPF32[i6 >> 2] = +HEAPF32[i10 >> 2];
132 HEAPF32[i6 >> 2] = d17
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PinnedPositionsTest.java 145 final DatabaseAsserts.ContactIdPair i6 = DatabaseAsserts.assertAndCreateContact(mResolver); local
154 operations.add(newPinningOperation(i6.mContactId, 6, true));
167 assertValuesForContact(i6.mContactId, newContentValues(Contacts.PINNED, 6));
180 assertValuesForRawContact(i6.mRawContactId,
192 assertValuesForContact(i6.mContactId, newContentValues(Contacts.PINNED, 6));
200 assertValuesForRawContact(i6.mRawContactId, newContentValues(RawContacts.PINNED, 6));
219 assertValuesForRawContact(i6.mRawContactId,
237 assertValuesForContact(i6.mContactId, newContentValues(Contacts.PINNED, 6));
241 i5.mRawContactId, i6.mRawContactId);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 49 ldrd r8, r9, [r0] ; [i5 | i4] [i7 | i6]
57 ror r9, r9, #16 ; [i6 | i7]
59 qadd16 r6, r8, r9 ; [i5+i6 | i4+i7] = [b1 | a1] without shift
60 qsub16 r7, r8, r9 ; [i5-i6 | i4-i7] = [c1 | d1] without shift
68 smuad r9, r6, lr ; o4 = (i5+i6)*8 + (i4+i7)*8
69 smusd r8, r6, lr ; o6 = (i5+i6)*8 - (i4+i7)*8
186 ldr r9, [r1, #12] ; [i7 | i6]
192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10]
196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 49 ldrd r8, r9, [r0] ; [i5 | i4] [i7 | i6]
57 ror r9, r9, #16 ; [i6 | i7]
59 qadd16 r6, r8, r9 ; [i5+i6 | i4+i7] = [b1 | a1] without shift
60 qsub16 r7, r8, r9 ; [i5-i6 | i4-i7] = [c1 | d1] without shift
68 smuad r9, r6, lr ; o4 = (i5+i6)*8 + (i4+i7)*8
69 smusd r8, r6, lr ; o6 = (i5+i6)*8 - (i4+i7)*8
186 ldr r9, [r1, #12] ; [i7 | i6]
192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10]
196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 49 ldrd r8, r9, [r0] ; [i5 | i4] [i7 | i6]
57 ror r9, r9, #16 ; [i6 | i7]
59 qadd16 r6, r8, r9 ; [i5+i6 | i4+i7] = [b1 | a1] without shift
60 qsub16 r7, r8, r9 ; [i5-i6 | i4-i7] = [c1 | d1] without shift
68 smuad r9, r6, lr ; o4 = (i5+i6)*8 + (i4+i7)*8
69 smusd r8, r6, lr ; o6 = (i5+i6)*8 - (i4+i7)*8
186 ldr r9, [r1, #12] ; [i7 | i6]
192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10]
196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 35 ListItem *i4 = 0, ListItem *i5 = 0, ListItem *i6 = 0) {
56 if (i6) {
57 CHECK_EQ(l->front(), i6);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 180 %define i6 [src + 2 * stride3]
205 movdqa xmm9, i6 ; q2, will contain abs(p1-p0)
221 movdqa xmm0, i6
229 movdqa xmm0, i6
234 movdqa i6, xmm0
339 %define i6 [rsp + 96]
428 movdqa i6, xmm2
515 punpcklqdq xmm2, i6
516 punpckhqdq xmm14, i6
528 movdqa i6, xmm
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 180 %define i6 [src + 2 * stride3]
205 movdqa xmm9, i6 ; q2, will contain abs(p1-p0)
221 movdqa xmm0, i6
229 movdqa xmm0, i6
234 movdqa i6, xmm0
339 %define i6 [rsp + 96]
428 movdqa i6, xmm2
515 punpcklqdq xmm2, i6
516 punpckhqdq xmm14, i6
528 movdqa i6, xmm
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 180 %define i6 [src + 2 * stride3]
205 movdqa xmm9, i6 ; q2, will contain abs(p1-p0)
221 movdqa xmm0, i6
229 movdqa xmm0, i6
234 movdqa i6, xmm0
339 %define i6 [rsp + 96]
428 movdqa i6, xmm2
515 punpcklqdq xmm2, i6
516 punpckhqdq xmm14, i6
528 movdqa i6, xmm
    [all...]
  /external/qemu/util/
qemu-sockets.c 68 struct sockaddr_in6 *i6; local
72 i6 = (void*)e->ai_addr;
73 return ntohs(i6->sin6_port);
85 struct sockaddr_in6 *i6; local
89 i6 = (void*)e->ai_addr;
90 i6->sin6_port = htons(port);
  /art/test/MyClassNatives/
MyClassNatives.java 45 native void forceStackParameters(int i1, int i2, int i3, int i4, int i5, int i6, int i8, int i9,
84 native static void stackArgsIntsFirst(int i1, int i2, int i3, int i4, int i5, int i6, int i7,
90 int i6, int i7, int i8, int i9, int i10);
93 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9,
  /external/clang/test/SemaCXX/
constant-expression.cpp 53 i6 = Struct::seval, member in struct:C
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
356 // i6 and i7 loop:
381 for (i6 = ipos[6]; i6 < L_CODE; i6 += step)
383 ps1 = add (ps0, dn[i6]);
385 alp1 = L_mac (alp0, rr[i6][i6], _1_64);
386 alp1 = L_mac (alp1, rr[i0][i6], _1_32);
387 alp1 = L_mac (alp1, rr[i1][i6], _1_32)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /frameworks/rs/
rsFont.cpp 593 int32_t i6 = i * 6; local
596 indexPtr[i6 + 0] = i4 + 0;
597 indexPtr[i6 + 1] = i4 + 1;
598 indexPtr[i6 + 2] = i4 + 2;
600 indexPtr[i6 + 3] = i4 + 0;
601 indexPtr[i6 + 4] = i4 + 2;
602 indexPtr[i6 + 5] = i4 + 3;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 166 Instruction* i6 = codegen->MakeInstruction(BPF_RET + BPF_K, 0); local
168 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7);
224 Instruction* i6 = codegen->MakeInstruction(BPF_RET + BPF_K, 0); local
226 codegen->MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, 1, i6, i7);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 113 int i4, i5, i6, i7; local
132 i6 = (i1 + r3) >> 1;
170 buf[ 7] = i6 - t1;
172 buf[15] = i6 + t1;
  /external/chromium_org/v8/test/cctest/compiler/
test-node.cc 217 Node::Inputs::iterator i6(n3->inputs().begin());
218 CHECK(n0 == *i6);
220 ++i6;
221 CHECK_EQ(n4, *i6);
223 ++i6;
224 CHECK_EQ(n2, *i6);
226 ++i6;
227 CHECK(i6 == n3->inputs().end());
  /external/aac/libFDK/src/
FDK_hybrid.cpp 463 FIXP_DBL i1, i6; local
473 i6 = fMultDiv2(p[6], pQmfImag[pReadIdx[6]]) ;
477 mHybridImag[1] = (i1 + i6) << 1;
480 mHybridImag[0] = (i6 - i1) << 1;
484 mHybridImag[0] = (i1 + i6) << 1;
487 mHybridImag[1] = (i6 - i1) << 1;

Completed in 2981 milliseconds

1 2 3