/external/chromium_org/v8/test/mjsunit/compiler/ |
osr-uint32.js | 38 var K3 = 0x80000000; 39 assertEquals(-2, SarShr(K3 | 0));
|
uint32.js | 92 var K3 = 0x80000000; 93 assertEquals(-2, SarShr(K3 | 0)); 94 assertEquals(-2, SarShr(K3 | 0)); 96 assertEquals(-2, SarShr(K3 | 0)); 104 assertEquals(K3 | 0, Uint32Phi(true, K3, K4)); 105 assertEquals(K4 | 0, Uint32Phi(false, K3, K4)); 106 assertEquals(K3 | 0, Uint32Phi(true, K3, K4)); 107 assertEquals(K4 | 0, Uint32Phi(false, K3, K4)) [all...] |
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_sha1.c | 101 #define K3 0x8f1bbcdc /* 40 <= t <= 59 */ 173 K3);
|
/external/e2fsprogs/lib/ext2fs/ |
dirhash.c | 65 #define K3 015666365641UL 95 ROUND(H, a, b, c, d, in[3] + K3, 3); 96 ROUND(H, d, a, b, c, in[7] + K3, 9); 97 ROUND(H, c, d, a, b, in[2] + K3, 11); 98 ROUND(H, b, c, d, a, in[6] + K3, 15); 99 ROUND(H, a, b, c, d, in[1] + K3, 3); 100 ROUND(H, d, a, b, c, in[5] + K3, 9); 101 ROUND(H, c, d, a, b, in[0] + K3, 11); 102 ROUND(H, b, c, d, a, in[4] + K3, 15); 116 #undef K3 [all...] |
/external/elfutils/0.153/lib/ |
sha1.c | 213 #define K3 0xca62c1d6 353 OP (60, FG, A, B, C, D, E, K3); 354 OP (61, FG, E, A, B, C, D, K3); 355 OP (62, FG, D, E, A, B, C, K3); 356 OP (63, FG, C, D, E, A, B, K3); 357 OP (64, FG, B, C, D, E, A, K3); 358 OP (65, FG, A, B, C, D, E, K3); 359 OP (66, FG, E, A, B, C, D, K3); 360 OP (67, FG, D, E, A, B, C, K3); 361 OP (68, FG, C, D, E, A, B, K3); [all...] |
/external/chromium_org/third_party/speex/libspeex/ |
math_approx.h | 185 #define K3 340 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)))))); 243 K3 = 3*log(2) - 2
|
/external/clang/test/Sema/ |
warn-duplicate-enum.c | 69 K3,
|
/external/openssl/crypto/modes/ |
gcm128.c | [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |