/external/chromium_org/v8/test/mjsunit/compiler/ |
D | uint32.js | 33 var K2 = 0xffffffff; variable 37 uint32_array[1] = K2; 44 assertEquals(K2, ChangeI2T(uint32_array, 1)); 49 assertEquals(K2, ChangeI2T(uint32_array, 1)); 64 assertEquals(K2, Deopt({x: 0}, uint32_array, 1)); 66 assertEquals(K2, Deopt({}, uint32_array, 1)); 74 assertEquals(K1 + K2, ChangeI2D(uint32_array)); 75 assertEquals(K1 + K2, ChangeI2D(uint32_array)); 77 assertEquals(K1 + K2, ChangeI2D(uint32_array)); 83 assertEquals(K1, ShrShr(K2 | 0)); [all …]
|
/external/clang/test/SemaCXX/ |
D | using-directive.cpp | 48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}} struct 51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}} struct 57 struct K2 *k2; // expected-error{{reference to 'K2' is ambiguous}} 59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}} 67 struct K2; 68 struct K2 { }; struct
|
/external/elfutils/0.153/lib/ |
D | sha1.c | 212 #define K2 0x8f1bbcdc macro 331 OP (40, FH, A, B, C, D, E, K2); 332 OP (41, FH, E, A, B, C, D, K2); 333 OP (42, FH, D, E, A, B, C, K2); 334 OP (43, FH, C, D, E, A, B, K2); 335 OP (44, FH, B, C, D, E, A, K2); 336 OP (45, FH, A, B, C, D, E, K2); 337 OP (46, FH, E, A, B, C, D, K2); 338 OP (47, FH, D, E, A, B, C, K2); 339 OP (48, FH, C, D, E, A, B, K2); [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 64 #define K2 013240474631UL macro 85 ROUND(G, a, b, c, d, in[1] + K2, 3); in halfMD4Transform() 86 ROUND(G, d, a, b, c, in[3] + K2, 5); in halfMD4Transform() 87 ROUND(G, c, d, a, b, in[5] + K2, 9); in halfMD4Transform() 88 ROUND(G, b, c, d, a, in[7] + K2, 13); in halfMD4Transform() 89 ROUND(G, a, b, c, d, in[0] + K2, 3); in halfMD4Transform() 90 ROUND(G, d, a, b, c, in[2] + K2, 5); in halfMD4Transform() 91 ROUND(G, c, d, a, b, in[4] + K2, 9); in halfMD4Transform() 92 ROUND(G, b, c, d, a, in[6] + K2, 13); in halfMD4Transform() 115 #undef K2
|
/external/clang/lib/Format/ |
D | FormatToken.h | 271 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() 272 return is(K1) || is(K2); in isOneOf() 275 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const { in isOneOf() 276 return is(K1) || is(K2) || is(K3); in isOneOf() 279 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3, 288 return is(K1) || is(K2) || is(K3) || is(K4) || is(K5) || is(K6) || is(K7) ||
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 68 K2, enumerator 70 K4 = K2,
|
/external/clang/test/SemaTemplate/ |
D | instantiate-declref.cpp | 47 enum K2 { K2Val = sizeof(T)*2 } k2a; in foo() enum 49 K2 k2b = K2Val; in foo()
|
/external/icu/icu4c/source/data/locales/ |
D | mt.txt | 188 "K2", 200 "K2", 208 "K2",
|
D | fo.txt | 124 "K2",
|
D | sn.txt | 203 "K2",
|
D | nd.txt | 203 "K2",
|
D | cgg.txt | 205 "K2",
|
D | ha.txt | 209 "K2",
|
D | nyn.txt | 201 "K2",
|
D | teo.txt | 207 "K2",
|
D | yo.txt | 183 "K2",
|
/external/speex/libspeex/ |
D | math_approx.h | 184 #define K2 -4096 macro 195 …return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2)))))… in spx_cos() 199 …return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))… in spx_cos()
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
D | hmm_base.c | 391 #define COMPARE_KEY_KEY(K1, K2) ((K1) == (K2) ? 0 : ((K1) > (K2) ? 1 : -1)) argument
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/ |
D | hmm_base.c | 391 #define COMPARE_KEY_KEY(K1, K2) ((K1) == (K2) ? 0 : ((K1) > (K2) ? 1 : -1)) argument
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_sha1.c | 100 #define K2 0x6ed9eba1 /* 20 <= t <= 39 */ macro 167 K2); in sctp_sha1_process_a_block()
|
/external/clang/test/CodeGenObjC/ |
D | arc-literals.m | 72 // CHECK: [[K2:%.*]] = alloca i8*, 89 // CHECK-NEXT: [[V2:%.*]] = load i8** [[K2]],
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | cgg.txt | 198 "K2",
|
D | nd.txt | 202 "K2",
|
D | teo.txt | 206 "K2",
|
D | dav.txt | 206 "K2",
|