/dalvik/dx/tests/074-dex-form35c-edge-case/ |
Blort.java | 32 int i12 = 0; local
|
/dalvik/dx/tests/084-dex-high-register-moves/ |
Blort.java | 36 int i12 = 0; local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
registers1.cpp | 57 int i12 = *isrc++ + 1; local 104 *idest++ = i12;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
registers1.cpp | 57 int i12 = *isrc++ + 1; local 104 *idest++ = i12;
|
/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; 83 i12 = i2 + 20 | 0; 91 d17 = +HEAPF32[i12 >> 2]; 99 HEAPF32[i6 >> 2] = +HEAPF32[i12 >> 2]; 110 d17 = +HEAPF32[i12 >> 2]; 129 d17 = +HEAPF32[i12 >> 2];
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_short_fdct4x4_armv6.asm | 99 ldrd r4, r5, [r0] ; [i13 | i12] [i15 | i14] 109 qadd16 r6, r4, r5 ; [i13+i14 | i12+i15]=[b1|a1] without shift 110 qsub16 r7, r4, r5 ; [i13-i14 | i12-i15]=[c1|d1] without shift 116 smuad r4, r6, lr ; o12 = (i13+i14)*8 + (i12+i15)*8 117 smusd r5, r6, lr ; o14 = (i13+i14)*8 - (i12+i15)*8 133 qadd16 r4, r3, r0 ; a1 = [i1+i13 | i0+i12] 136 qsub16 r7, r3, r0 ; d1 = [i1-i13 | i0-i12]
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 186 %define i12 [src + 4 * stride3] 243 movdqa xmm2, i12 251 movdqa xmm3, i12 256 movdqa i12, xmm3 345 %define i12 [rsp + 192] 534 movdqa i12, xmm2 582 movdqa xmm2, i12 590 movdqa xmm4, i12 595 movdqa i12, xmm4 622 movdqa xmm3, i12 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap_until.pass.cpp | 45 int i12[] = {0, 0, 0, 1}; local 60 assert(std::is_heap_until(i12, i12+4) == i12+3);
|
is_heap.pass.cpp | 45 int i12[] = {0, 0, 0, 1}; local 60 assert(std::is_heap(i12, i12+4) == (std::is_heap_until(i12, i12+4) == i12+4));
|
is_heap_until_comp.pass.cpp | 46 int i12[] = {0, 0, 0, 1}; local 61 assert(std::is_heap_until(i12, i12+4, std::greater<int>()) == i12+4);
|
is_heap_comp.pass.cpp | 46 int i12[] = {0, 0, 0, 1}; local 61 assert(std::is_heap(i12, i12+4, std::greater<int>()) == (std::is_heap_until(i12, i12+4, std::greater<int>()) == i12+4)); [all...] |
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 39 ldr r12, [r0, #(12*2)] ; i13|i12
|
/external/qemu/ |
arm-dis.c | 3453 unsigned int i12 = (given & 0x00000fff); local [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 274 int i12 = 12; local [all...] |