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

  /external/chromium_org/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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sha1.c 100 #define K2 0x6ed9eba1 /* 20 <= t <= 39 */
167 K2);
  /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/0.153/lib/
sha1.c 212 #define K2 0x8f1bbcdc
331 OP (40, FH, A, B, C, D, E, K2);
332 OP (41, FH, E, A, B, C, D, K2);
333 OP (42, FH, D, E, A, B, C, K2);
334 OP (43, FH, C, D, E, A, B, K2);
335 OP (44, FH, B, C, D, E, A, K2);
336 OP (45, FH, A, B, C, D, E, K2);
337 OP (46, FH, E, A, B, C, D, K2);
338 OP (47, FH, D, E, A, B, C, K2);
339 OP (48, FH, C, D, E, A, B, K2);
    [all...]
  /external/chromium_org/third_party/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/SemaTemplate/
instantiate-declref.cpp 47 enum K2 { K2Val = sizeof(T)*2 } k2a;
49 K2 k2b = K2Val;
  /external/clang/test/Sema/
warn-duplicate-enum.c 68 K2,
70 K4 = K2,
  /external/openssl/crypto/modes/
gcm128.c     [all...]
  /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 636 milliseconds