HomeSort by relevance Sort by last modified time
    Searched refs:i1 (Results 76 - 100 of 578) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_5.d 19 .field public i1 B
27 iput-byte v2, v3, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
34 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
T_sget_char_5.d 19 .field public i1 C
27 iput-char v2, v3, dot.junit.opcodes.sget_char.d.T_sget_char_5.i1 C
34 sget-char v1, dot.junit.opcodes.sget_char.d.T_sget_char_5.i1 C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_5.d 19 .field public i1 Ljava/lang/Object;
27 iput-object v2, v3, dot.junit.opcodes.sget_object.d.T_sget_object_5.i1 Ljava/lang/Object;
34 sget-object v1, dot.junit.opcodes.sget_object.d.T_sget_object_5.i1 Ljava/lang/Object;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
T_sget_short_5.d 19 .field public i1 S
27 iput-short v2, v3, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
34 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_5.d 19 .field public i1 J
27 iput-wide v0, v3, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
34 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
  /external/clang/test/CXX/class/class.union/
p1.cpp 98 static int i1; // expected-warning {{static data member 'i1' in union is a C++11 extension}} member in union:U4
100 int U4::i1 = 10; member in class:U4
103 int& i1; // expected-error {{union member 'i1' has reference type 'int &'}} member in union:U5
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c3_14pf.cpp 157 Pulse i0 can have 8 possible positions, pulses i1 and i2 can have
161 i1 : 1, 6, 11, 16, 21, 26, 31, 36.
382 Word16 i1; local
448 * i1 loop: 8 positions. *
464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
467 /* ps1 = add(ps0, dn[i1], pOverflow); */
468 ps1 = ps0 + dn[i1];
470 /* alp1 = alp0 + rr[i0][i1] + 1/2*rr[i1][i1]; *
    [all...]
c2_11pf.cpp 73 * The code length is 40, containing 2 nonzero pulses: i0...i1.
75 * Pulse i0 can have 2x8=16 possible positions, pulse i1 can have
80 * i1 : 0, 5, 10, 15, 20, 25, 30, 35.
179 The code length is 40, containing 2 nonzero pulses: i0...i1.
181 Pulse i0 can have 2x8=16 possible positions, pulse i1 can have
186 i1 : 0, 5, 10, 15, 20, 25, 30, 35.
412 Word16 i1; local
466 * i1 loop: 8 positions. *
480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP
    [all...]
c2_9pf.cpp 197 The code length is 40, containing 2 nonzero pulses: i0...i1. All pulses can
199 pulse i1 can have 8 positions. Also coded is which track pair should be used,
204 i1 : 2, 7, 12, 17, 22, 27, 32, 37.
206 i1 : 3, 8, 13, 18, 23, 28, 33, 38.
210 i1 : 3, 8, 13, 18, 23, 28, 33, 38.
212 i1 : 4, 9, 14, 19, 24, 29, 34, 39.
216 i1 : 2, 7, 12, 17, 22, 27, 32, 37.
218 i1 : 4, 9, 14, 19, 24, 29, 34, 39.
222 i1 : 3, 8, 13, 18, 23, 28, 33, 38.
224 i1 : 4, 9, 14, 19, 24, 29, 34, 39
596 register Word16 i1; local
    [all...]
s10_8pf.cpp 76 5. Use array Index[] to store indexes i1:i9, and then use memcpy
190 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i8, i9;
212 // i1 loop: *
226 i1 = pos_max[ipos[1]];
227 ps0 = add (dn[i0], dn[i1]);
229 alp0 = L_mac (alp0, rr[i1][i1], _1_16);
230 alp0 = L_mac (alp0, rr[i0][i1], _1_8);
240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step
263 alp1 = L_mac (alp1, rr[i1][i2], _1_8)
568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; local
    [all...]
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 52 Identity i1 = new IdentityStub("testEquals"); local
56 i1, Boolean.TRUE,
57 new IdentityStub(i1.getName()), Boolean.TRUE
61 assertEquals(value[k+1], new Boolean(i1.equals(value[k])));
62 if (Boolean.TRUE.equals(value[k+1])) assertEquals(i1.hashCode(), value[k].hashCode());
66 assertEquals(i1.identityEquals(i2), i1.equals(i2));
68 assertEquals(i1.identityEquals(i3), i1.equals(i3));
277 // Identity i1 = new IdentityStub("testSetPublicKey3_1", IdentityScope.getSystemScope())
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 361 int i1 = pos; local
384 while (i1 < i2 && (HTTP.isWhitespace(buffer.charAt(i1)))) {
385 i1++;
388 while ((i2 > i1) && (HTTP.isWhitespace(buffer.charAt(i2 - 1)))) {
392 if (((i2 - i1) >= 2)
393 && (buffer.charAt(i1) == '"')
395 i1++;
398 value = buffer.substring(i1, i2);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RC4Engine.java 130 int i1 = 0; local
135 i2 = ((keyBytes[i1] & 0xff) + engineState[i] + i2) & 0xff;
140 i1 = (i1+1) % keyBytes.length;
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp 17 namespace i1 { namespace in namespace:test0
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 5 int i1 = f<1>(0); // expected-error{{ambiguous}} variable
  /external/clang/test/Sema/
attr-unused.c 23 Int_unused i1; // expected-warning {{'Int_unused' was marked unused but was used}} local
  /external/icu4c/test/intltest/
itercoll.h 109 void assertEqual(CollationElementIterator &i1, CollationElementIterator &i2);
  /external/valgrind/main/perf/
ffbench.c 172 register int i1, i2, i3; local
191 for (i1 = i2; i1 <= i2 + ip1 - 2; i1 += 2) {
192 for (i3 = i1; i3 <= ip3; i3 += ip2) {
216 for (i1 = i3; i1 <= i3 + ip1 - 2; i1 += 2) {
217 for (i2 = i1; i2 <= ip3; i2 += ifp2) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
237 for (i1 = 1; i1 < L_SUBFR; i1 += STEP)
239 ps2 = add1(ps1, dn[i1]);
247 pos = i1;
267 i1 = (iy >> 1); /* pos of pulse 2 (0..31) */
285 i1 += NB_POS;
288 *index = add1((i0 << 6), i1);
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 52 volatile int i1 = INT_MAX; local
  /external/openssl/crypto/bn/asm/
x86_64-gf2m.pl 37 ($i0,$i1)=("%rsi","%rdi");
53 lea (,$a,4),$i1
61 sar \$63,$i1 # boardcast 61st bit
68 and $b,$i1
71 mov $i1,$t0
72 shl \$61,$i1
75 xor $i1,$lo
113 mov $mask,$i1
114 and $b,$i1
124 mov (%rsp,$i1,8),$t
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
residu_asm_opt.s 80 SMULTB r3, r5, r2 @i1(0) --- r3 = x[0] * a0
95 SMLABT r3, r5, r2, r3 @i1(1) --- r3 += x[-1] * a1
99 SMLATB r3, r6, r2, r3 @i1(2) --- r3 += x[-2] * a2
106 SMLABT r3, r6, r2, r3 @ i1 (3)
110 SMLATB r3, r7, r2, r3 @ i1 (4)
116 SMLABT r3, r7, r2, r3 @ i1 (5)
120 SMLATB r3, r8, r2, r3 @ i1 (6)
127 SMLABT r3, r8, r2, r3 @ i1 (7)
131 SMLATB r3, r9, r2, r3 @ i1 (8)
138 SMLABT r3, r9, r2, r3 @ i1 (9
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 11 int i1; member in struct:aggregate::S::T
15 int i1; member in struct:aggregate::S::U
cxx0x-initializer-references.cpp 8 int i1, i2; member in struct:reference::A
35 int i1; member in struct:reference::B
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 413 int i1; field in class:OldAndroidMonitorTest.CompareAndExchange.Worker
416 Worker(int i1, int i2) {
417 super("Worker(" + i1 + ", " + i2 + ")");
418 this.i1 = i1;
437 if (CompareAndExchange.toggle == i1) {
441 this.sleep(5 + i1);
442 CompareAndExchange.toggle = test = i1;
445 // System.out.println("Worker(" + i1 + ", " +

Completed in 364 milliseconds

1 2 34 5 6 7 8 91011>>