HomeSort by relevance Sort by last modified time
    Searched defs:K2 (Results 1 - 14 of 14) sorted by null

  /external/v8/test/mjsunit/compiler/
uint32.js 33 var K2 = 0xffffffff;
37 uint32_array[1] = K2;
44 assertEquals(K2, ChangeI2T(uint32_array, 1));
49 assertEquals(K2, ChangeI2T(uint32_array, 1));
64 assertEquals(K2, Deopt({x: 0}, uint32_array, 1));
66 assertEquals(K2, Deopt({}, uint32_array, 1));
74 assertEquals(K1 + K2, ChangeI2D(uint32_array));
75 assertEquals(K1 + K2, ChangeI2D(uint32_array));
77 assertEquals(K1 + K2, ChangeI2D(uint32_array));
83 assertEquals(K1, ShrShr(K2 | 0))
    [all...]
  /external/clang/test/SemaCXX/
using-directive.cpp 48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}}
51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}}
57 struct K2 *k2; // expected-error{{reference to 'K2' is ambiguous}} variable in typeref:struct:K2
59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}}
67 struct K2;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 64 #define K2 013240474631UL
85 ROUND(G, a, b, c, d, in[1] + K2, 3);
86 ROUND(G, d, a, b, c, in[3] + K2, 5);
87 ROUND(G, c, d, a, b, in[5] + K2, 9);
88 ROUND(G, b, c, d, a, in[7] + K2, 13);
89 ROUND(G, a, b, c, d, in[0] + K2, 3);
90 ROUND(G, d, a, b, c, in[2] + K2, 5);
91 ROUND(G, c, d, a, b, in[4] + K2, 9);
92 ROUND(G, b, c, d, a, in[6] + K2, 13);
115 #undef K2
    [all...]
  /external/elfutils/src/lib/
sha1.c 215 #define K2 0x8f1bbcdc
334 OP (40, FH, A, B, C, D, E, K2);
335 OP (41, FH, E, A, B, C, D, K2);
336 OP (42, FH, D, E, A, B, C, K2);
337 OP (43, FH, C, D, E, A, B, K2);
338 OP (44, FH, B, C, D, E, A, K2);
339 OP (45, FH, A, B, C, D, E, K2);
340 OP (46, FH, E, A, B, C, D, K2);
341 OP (47, FH, D, E, A, B, C, K2);
342 OP (48, FH, C, D, E, A, B, K2);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 136 final ImapString K2 = new ImapSimpleString("Def");
141 K2, K3,
192 final ImapString K2 = new ImapSimpleString("Def");
195 ImapList list = buildList(K1, K2, K3);
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 47 enum K2 { K2Val = sizeof(T)*2 } k2a;
49 K2 k2b = K2Val;
  /external/openssh/openbsd-compat/
rmd160.c 63 #define K2 0x6ED9EBA1U
223 R(d, e, a, b, c, F2, K2, 11, 3);
224 R(c, d, e, a, b, F2, K2, 13, 10);
225 R(b, c, d, e, a, F2, K2, 6, 14);
226 R(a, b, c, d, e, F2, K2, 7, 4);
227 R(e, a, b, c, d, F2, K2, 14, 9);
228 R(d, e, a, b, c, F2, K2, 9, 15);
229 R(c, d, e, a, b, F2, K2, 13, 8);
230 R(b, c, d, e, a, F2, K2, 15, 1);
231 R(a, b, c, d, e, F2, K2, 14, 2)
    [all...]
  /external/speex/libspeex/
math_approx.h 184 #define K2 -4096
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
242 K2 = 3-4*log(2)
  /external/clang/test/Sema/
warn-duplicate-enum.c 68 K2,
70 K4 = K2,
  /external/svox/pico/lib/
picosig2.c 533 picoos_int32 *D, K2, shift;
549 K2 = 1 << shift;
550 K1 = (picoos_single) PICODSP_START_FLOAT_NORM * K2;
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 371 Instruction *&K2);
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 698 milliseconds