Searched defs:K3 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
H A Duint32.js92 var K3 = 0x80000000; variable
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, K
[all...]
/external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
H A Dsctp_sha1.h98 #define K3 0x8f1bbcdc /* 40 <= t <= 59 */ macro
/external/elfutils/lib/
H A Dsha1.c211 #define K3 0xca62c1d6 macro
351 OP (60, FG, A, B, C, D, E, K3);
352 OP (61, FG, E, A, B, C, D, K3);
353 OP (62, FG, D, E, A, B, C, K3);
354 OP (63, FG, C, D, E, A, B, K3);
355 OP (64, FG, B, C, D, E, A, K3);
356 OP (65, FG, A, B, C, D, E, K3);
357 OP (66, FG, E, A, B, C, D, K3);
358 OP (67, FG, D, E, A, B, C, K3);
359 OP (68, FG, C, D, E, A, B, K3);
[all...]
/external/dropbear/libtomcrypt/src/ciphers/
H A Danubis.c903 ulong32 v, K0, K1, K2, K3; local
950 K3 = T4[(kappa[N - 1] ) & 0xff];
967 K3 = T4[(kappa[i] ) & 0xff] ^
968 (T5[(K3 >> 24) & 0xff] & 0xff000000U) ^
969 (T5[(K3 >> 16) & 0xff] & 0x00ff0000U) ^
970 (T5[(K3 >> 8) & 0xff] & 0x0000ff00U) ^
971 (T5[(K3 ) & 0xff] & 0x000000ffU);
975 K0 = K1 = K2 = K3 = 0;
980 K3 ^= U[i][(kappa[i] ) & 0xff];
986 skey->anubis.roundKeyEnc[r][3] = K3;
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c65 #define K3 015666365641UL macro
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 macro
[all...]
/external/speex/libspeex/
H A Dmath_approx.h185 #define K3 340 macro
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/
H A Dwarn-duplicate-enum.c69 K3, enumerator in enum:__anon16368
/external/clang/lib/Format/
H A DFormatToken.h203 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const {
204 return is(K1) || is(K2) || is(K3);
207 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3, argument
216 return is(K1) || is(K2) || is(K3) || is(K4) || is(K5) || is(K6) || is(K7) ||
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
H A Dgcm128.c1478 static const u8 K3[]= {0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c,0x6d,0x6a,0x8f,0x94,0x67,0x30,0x83,0x08}, local
1491 #define K4 K3
/external/openssl/crypto/modes/
H A Dgcm128.c1478 static const u8 K3[]= {0xfe,0xff,0xe9,0x92,0x86,0x65,0x73,0x1c,0x6d,0x6a,0x8f,0x94,0x67,0x30,0x83,0x08}, local
1491 #define K4 K3

Completed in 300 milliseconds