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

1 2

  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 27 int i7 = 0; local
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 31 int i7 = 0; local
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 75 loops i3-i5-i7 and i9
190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
356 // i6 and i7 loop:
362 for (i7 = ipos[7]; i7 < L_CODE; i7 += step)
364 s = L_mult (rr[i7][i7], _1_16);
365 s = L_mac (s, rr[i0][i7], _1_8);
366 s = L_mac (s, rr[i1][i7], _1_8)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /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;
76 i7 = i4 + 8 | 0;
77 HEAPF32[i7 >> 2] = 0.0;
95 HEAPF32[i7 >> 2] = d18;
100 HEAPF32[i7 >> 2] = +HEAPF32[i14 >> 2];
107 HEAPF32[i7 >> 2] = d17;
114 HEAPF32[i7 >> 2] = d18;
121 HEAPF32[i7 >> 2] = d17;
126 HEAPF32[i7 >> 2] = +HEAPF32[i11 >> 2];
133 HEAPF32[i7 >> 2] = d18
    [all...]
  /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]
  /external/clang/test/SemaCXX/
constant-expression.cpp 54 i7 = itval, member in struct:C
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 181 %define i7 [spp + 2 * stride3]
206 movdqa xmm10, i7
222 movdqa xmm1, i7
230 movdqa xmm1, i7
235 movdqa i7, xmm1
340 %define i7 [rsp + 112]
429 movdqa i7, xmm5
519 punpcklqdq xmm5, i7
520 punpckhqdq xmm15, i7
529 movdqa i7, xmm1
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 113 int i4, i5, i6, i7; local
134 i7 = (i1 - r3) >> 1;
174 buf[ 3] = i7 - t2;
176 buf[11] = i7 + t2;
  /external/libffi/src/sparc/
v8.S 177 jmp %i7+8
181 jmp %i7+12
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 88 ldr r14,[r0, #(6*2)] ; i7 | i6
105 pkhtb r6, r12, r14, asr #16 ; i3 | i7
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
R4R8First_v7.s 51 VSUB.S32 Q1, Q2, Q3 @ r5 = (r0 - r2)@i5 = (i0 - i2)@r6 = (r1 - i3)@i7 = (i1 - r3)@
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 33 int i7[] = {0, 1, 1}; local
40 assert(std::is_heap_until(i7, i7+3) == i7+1);
is_heap.pass.cpp 33 int i7[] = {0, 1, 1}; local
40 assert(std::is_heap(i7, i7+3) == (std::is_heap_until(i7, i7+3) == i7+3));
is_heap_until_comp.pass.cpp 34 int i7[] = {0, 1, 1}; local
41 assert(std::is_heap_until(i7, i7+3, std::greater<int>()) == i7+3);
is_heap_comp.pass.cpp 34 int i7[] = {0, 1, 1}; local
41 assert(std::is_heap(i7, i7+3, std::greater<int>()) == (std::is_heap_until(i7, i7+3, std::greater<int>()) == i7+3));
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
R4R8First_v5.s 117 sub r1, r1, r4 @ i7 = (i1 - r3) >> 1@
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 1138 u32 i7; member in struct:dsp_magic_snoop_task
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 1138 u32 i7; member in struct:dsp_magic_snoop_task
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 222 this.i7 = i;
  /external/v8/test/mjsunit/
large-object-allocation.js 222 this.i7 = i;
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-sparcv9.pl 70 $rounds="%i7"; # aliases with return address, which is off-loaded to stack
192 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
480 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
738 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1026 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 142 cmp %i7,%o7
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 70 $rounds="%i7"; # aliases with return address, which is off-loaded to stack
192 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
480 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
738 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1026 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
  /external/openssl/crypto/
sparccpuid.S 142 cmp %i7,%o7

Completed in 561 milliseconds

1 2