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

  /external/v8/test/mjsunit/compiler/
uint32.js 103 var K4 = 0x80000001;
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));
109 assertEquals(K3 | 0, Uint32Phi(true, K3, K4));
110 assertEquals(K4 | 0, Uint32Phi(false, K3, K4));
    [all...]
  /external/openssh/openbsd-compat/
rmd160.c 65 #define K4 0xA953FD4EU
257 R(b, c, d, e, a, F4, K4, 9, 4);
258 R(a, b, c, d, e, F4, K4, 15, 0);
259 R(e, a, b, c, d, F4, K4, 5, 5);
260 R(d, e, a, b, c, F4, K4, 11, 9);
261 R(c, d, e, a, b, F4, K4, 6, 7);
262 R(b, c, d, e, a, F4, K4, 8, 12);
263 R(a, b, c, d, e, F4, K4, 13, 2);
264 R(e, a, b, c, d, F4, K4, 12, 10);
265 R(d, e, a, b, c, F4, K4, 5, 14)
    [all...]
  /external/speex/libspeex/
math_approx.h 186 #define K4 -10
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))))));
  /external/clang/test/Sema/
warn-duplicate-enum.c 70 K4 = K2,
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 171 milliseconds