OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:K4
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sha1.c
102
#define
K4
0xca62c1d6 /* 60 <= t <= 79 */
179
K4
);
/external/chromium_org/third_party/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/openssl/crypto/modes/
gcm128.c
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 943 milliseconds