HomeSort by relevance Sort by last modified time
    Searched refs:i2 (Results 176 - 200 of 535) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 188 final int i2 = methoddescriptor.lastIndexOf (')'); local
190 if ((i1 < 0) || (i2 <= 0) || (i1 >= i2) || (i2 >= methoddescriptor.length () - 1))
193 return methoddescriptor.substring (i2 + 1);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 173 int i2 = i * 2; local
176 out->ptr[j][i2] = (short) (out->ptr[j][i2] +
179 out->ptr[j][i2+1] = (short) (out->ptr[j][i2+1] +
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Pyramid.cpp 173 int i2 = i * 2; local
176 out->ptr[j][i2] = (short) (out->ptr[j][i2] +
179 out->ptr[j][i2+1] = (short) (out->ptr[j][i2+1] +
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 168 int i2 = i * 2; local
170 out->ptr[j][i2] = (short) (out->ptr[j][i2] +
173 out->ptr[j][i2+1] = (short) (out->ptr[j][i2+1] +
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 455 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
463 *i1 = *i2 = NULL;
482 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
490 *i1 = *i2 = NULL;
1038 emit_RI(UChar *p, UInt op, UChar r1, UShort i2)
1043 the_insn |= ((ULong)i2) << 0;
1050 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
1055 the_insn |= ((ULong)i2) << 0;
1274 s390_disasm(ENC3(MNM, GPR, INT), "afi", r1, i2); local
1286 s390_disasm(ENC3(MNM, GPR, INT), "agfi", r1, i2); local
1418 s390_disasm(ENC3(MNM, GPR, UINT), "nihf", r1, i2); local
1430 s390_disasm(ENC3(MNM, GPR, UINT), "nilf", r1, i2); local
1440 s390_disasm(ENC3(MNM, GPR, UINT), "nill", r1, i2); local
1480 s390_disasm(ENC2(XMNM, PCREL), S390_XMNM_BRCL, r1, i2); local
1546 s390_disasm(ENC3(MNM, GPR, INT), "cfi", r1, i2); local
1558 s390_disasm(ENC3(MNM, GPR, INT), "cgfi", r1, i2); local
1692 s390_disasm(ENC3(MNM, GPR, UINT), "clfi", r1, i2); local
1704 s390_disasm(ENC3(MNM, GPR, UINT), "clgfi", r1, i2); local
1856 s390_disasm(ENC3(MNM, GPR, UINT), "xihf", r1, i2); local
1868 s390_disasm(ENC3(MNM, GPR, UINT), "xilf", r1, i2); local
1924 s390_disasm(ENC3(MNM, GPR, UINT), "iihf", r1, i2); local
1934 s390_disasm(ENC3(MNM, GPR, UINT), "iihh", r1, i2); local
1944 s390_disasm(ENC3(MNM, GPR, UINT), "iihl", r1, i2); local
1956 s390_disasm(ENC3(MNM, GPR, UINT), "iilf", r1, i2); local
1966 s390_disasm(ENC3(MNM, GPR, UINT), "iilh", r1, i2); local
1976 s390_disasm(ENC3(MNM, GPR, UINT), "iill", r1, i2); local
2074 s390_disasm(ENC3(MNM, GPR, INT), "lgfi", r1, i2); local
2394 s390_disasm(ENC3(MNM, GPR, UINT), "llilf", r1, i2); local
2404 s390_disasm(ENC3(MNM, GPR, UINT), "llilh", r1, i2); local
2414 s390_disasm(ENC3(MNM, GPR, UINT), "llill", r1, i2); local
2588 s390_disasm(ENC3(MNM, GPR, INT), "msfi", r1, i2); local
2600 s390_disasm(ENC3(MNM, GPR, INT), "msgfi", r1, i2); local
2666 s390_disasm(ENC3(MNM, GPR, UINT), "oihf", r1, i2); local
2678 s390_disasm(ENC3(MNM, GPR, UINT), "oilf", r1, i2); local
2688 s390_disasm(ENC3(MNM, GPR, UINT), "oill", r1, i2); local
2920 s390_disasm(ENC3(MNM, GPR, UINT), "slfi", r1, i2); local
2930 s390_disasm(ENC3(MNM, GPR, UINT), "slgfi", r1, i2); local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 81 int i2 = descriptor.indexOf(';', i++); local
82 name = descriptor.substring(i, i2).replace('/', '.');
83 i = i2;
555 int i2; local
566 i2 = desc.indexOf(';', ++i);
567 name = desc.substring(i, i2++).replace('/', '.');
574 i2 = i + 1;
577 return i2; // neither an array type or a class type
592 return i2;
  /libcore/crypto/src/main/java/org/conscrypt/
CipherSuite.java 810 int i2 = b2 & 0xff; local
825 int i2 = b2 & 0xff; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 26 ldrd r4, r5, [r0] ; [i1 | i0] [i3 | i2]
32 ror r5, r5, #16 ; [i2 | i3]
34 qadd16 r6, r4, r5 ; [i1+i2 | i0+i3] = [b1 | a1] without shift
35 qsub16 r7, r4, r5 ; [i1-i2 | i0-i3] = [c1 | d1] without shift
43 smuad r4, r6, lr ; o0 = (i1+i2)*8 + (i0+i3)*8
44 smusd r5, r6, lr ; o2 = (i1+i2)*8 - (i0+i3)*8
180 ldr r3, [r1, #4] ; [i3 | i2]
191 qadd16 r4, r3, r8 ; a1 = [i3+i15 | i2+i14]
198 qsub16 r7, r3, r8 ; d1 = [i3-i15 | i2-i14]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 196 # a list of (tag, i1, i2, j1, j2) tuples, where tag is
198 # 'replace' a[i1:i2] should be replaced by b[j1:j2]
199 # 'delete' a[i1:i2] should be deleted
201 # 'equal' a[i1:i2] == b[j1:j2]
510 for i2, j2, k2 in matching_blocks:
512 if i1 + k1 == i2 and j1 + k1 == j2:
523 i1, j1, k1 = i2, j2, k2
534 Each tuple is of the form (tag, i1, i2, j1, j2). The first tuple
535 has i1 == j1 == 0, and remaining tuples have i1 == the i2 from the
540 'replace': a[i1:i2] should be replaced by b[j1:j2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 196 # a list of (tag, i1, i2, j1, j2) tuples, where tag is
198 # 'replace' a[i1:i2] should be replaced by b[j1:j2]
199 # 'delete' a[i1:i2] should be deleted
201 # 'equal' a[i1:i2] == b[j1:j2]
510 for i2, j2, k2 in matching_blocks:
512 if i1 + k1 == i2 and j1 + k1 == j2:
523 i1, j1, k1 = i2, j2, k2
534 Each tuple is of the form (tag, i1, i2, j1, j2). The first tuple
535 has i1 == j1 == 0, and remaining tuples have i1 == the i2 from the
540 'replace': a[i1:i2] should be replaced by b[j1:j2
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEComposite.cpp 196 unsigned char i2 = *destination; local
197 float result = k2 * i1 + k3 * i2;
199 result += scaledK1 * i1 * i2;
228 unsigned char i2 = *destination; local
229 float result = k2 * i1 + k3 * i2;
231 result += scaledK1 * i1 * i2;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_gs.c 327 int i0, int i1, int i2, int i3)
333 indices[2] = i2;
343 int i0, int i1, int i2)
349 indices[2] = i2;
358 int i0, int i1, int i2,
365 indices[2] = i2;
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 102 * i2: clipMask
129 stb %g3, [%i2] ! LSU
152 add %i2, 1, %i2 ! IEU0 Group
191 * i2: clipMask
215 stb %g3, [%i2] ! LSU
222 add %i2, 1, %i2 ! IEU0 Group
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Sphere.java 320 int i2 = iZStart; local
321 int i3 = i2 + 1;
326 idxBuf.put((short) i2);
329 idxBuf.put((short) i2++);
332 idxBuf.put((short) i2);
335 idxBuf.put((short) i2++);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 327 int i0, int i1, int i2, int i3)
333 indices[2] = i2;
343 int i0, int i1, int i2)
349 indices[2] = i2;
358 int i0, int i1, int i2,
365 indices[2] = i2;
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 102 * i2: clipMask
129 stb %g3, [%i2] ! LSU
152 add %i2, 1, %i2 ! IEU0 Group
191 * i2: clipMask
215 stb %g3, [%i2] ! LSU
222 add %i2, 1, %i2 ! IEU0 Group
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 372 for (int i2 = 0; i2 < 3; ++i2) {
373 SkDLine l2 = {{q2[i2], q2[(i2 + 1) % 3]}};
375 SkDebugf(" [%d,%d]", i1, i2);
  /libcore/luni/src/main/java/java/lang/
Math.java 506 public static int max(int i1, int i2) {
507 return i1 > i2 ? i1 : i2;
584 public static int min(int i1, int i2) {
585 return i1 < i2 ? i1 : i2;
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 396 for (int i2 = 0; i2 < 3; i2 += 2) {
397 if (q1[i1].approximatelyEqualHalf(q2[i2])) {
398 insert(i1 >> 1, i2 >> 1, q1[i1]);
455 SkDQuadImplicit i2(q2);
461 int rootCount = findRoots(i2, q1, roots1, useCubic, flip1, 0);
483 rootCount = findRoots(i2, q1, roots1, useCubic, flip1, 0);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 1536 sqlite3_int64 i2 = 0; \/* Last position from pp2 *\/ local
1797 sqlite3_int64 i2 = 0; local
    [all...]
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 41 int i2 = -e2; local
142 int i2 = -sr; local
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 396 for (int i2 = 0; i2 < 3; i2 += 2) {
397 if (q1[i1].approximatelyEqualHalf(q2[i2])) {
398 insert(i1 >> 1, i2 >> 1, q1[i1]);
455 SkDQuadImplicit i2(q2);
461 int rootCount = findRoots(i2, q1, roots1, useCubic, flip1, 0);
483 rootCount = findRoots(i2, q1, roots1, useCubic, flip1, 0);
  /frameworks/base/core/java/android/net/
SntpClient.java 174 int i2 = ((b2 & 0x80) == 0x80 ? (b2 & 0x7F) + 0x80 : b2); local
177 return ((long)i0 << 24) + ((long)i1 << 16) + ((long)i2 << 8) + (long)i3;
  /cts/tests/src/android/renderscript/cts/
primitives.rs 93 _RS_ASSERT(avt->i2.x == 1);
94 _RS_ASSERT(avt->i2.y == 2);
  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 15 int i1, i2; local
18 i2 = mBytes[4] | mBytes[5] << 8 | mBytes[6] << 16 | mBytes[7] << 24;
19 l = i1 | ((long)i2 << 32);
22 assert(i2 == 0xbbaa9988);

Completed in 3683 milliseconds

1 2 3 4 5 6 78 91011>>