Searched refs:K3 (Results 1 - 11 of 11) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Dosr-uint32.js38 var K3 = 0x80000000; variable
39 assertEquals(-2, SarShr(K3 | 0));
H A Dosr-sar.js41 var K3 = 0x80000000;
42 assertEquals(-2, SarShr(K3 | 0));
43 assertEquals(-2, SarShr(K3 | 0));
45 assertEquals(-2, SarShr(K3 | 0));
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/elfutils/src/lib/
H A Dsha1.c216 #define K3 0xca62c1d6 macro
356 OP (60, FG, A, B, C, D, E, K3);
357 OP (61, FG, E, A, B, C, D, K3);
358 OP (62, FG, D, E, A, B, C, K3);
359 OP (63, FG, C, D, E, A, B, K3);
360 OP (64, FG, B, C, D, E, A, K3);
361 OP (65, FG, A, B, C, D, E, K3);
362 OP (66, FG, E, A, B, C, D, K3);
363 OP (67, FG, D, E, A, B, C, K3);
364 OP (68, FG, C, D, E, A, B, 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/clang/test/Sema/
H A Dwarn-duplicate-enum.c69 K3, enumerator in enum:__anon2428
/external/openssh/openbsd-compat/
H A Drmd160.c64 #define K3 0x8F1BBCDCU macro
240 R(c, d, e, a, b, F3, K3, 11, 1);
241 R(b, c, d, e, a, F3, K3, 12, 9);
242 R(a, b, c, d, e, F3, K3, 14, 11);
243 R(e, a, b, c, d, F3, K3, 15, 10);
244 R(d, e, a, b, c, F3, K3, 14, 0);
245 R(c, d, e, a, b, F3, K3, 15, 8);
246 R(b, c, d, e, a, F3, K3, 9, 12);
247 R(a, b, c, d, e, F3, K3, 8, 4);
248 R(e, a, b, c, d, F3, K3,
[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/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h322 ENTRY(K3) \
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 262 milliseconds