/external/valgrind/VEX/orig_amd64/ |
D | test2.orig | 4 . 40 02 7A 08 C3 8 . 83 C6 66 C3 12 . 83 C2 6C C3 16 . 83 C6 6C C3 20 . 41 83 C5 0A C3 24 . 83 C6 73 C3 28 . 83 C3 80 C3 32 . 83 C7 80 C3 36 . 03 44 24 0C C3 40 . 03 BC 24 88 00 00 00 C3 [all …]
|
D | test1.orig | 4 . 03 84 94 1C 04 00 00 C3 8 . 03 4B 6C C3 12 . 83 C0 02 C3 16 . 83 C2 02 C3 20 . 83 C1 20 C3 24 . 83 C6 20 C3 28 . 41 83 C4 31 C3 32 . 83 C1 04 C3 36 . 03 44 95 FC C3 40 . 03 88 B8 C9 00 00 C3 [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Row.java | 17 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, 18 Freezable<Row<C0, C1, C2, C3, C4>>{ 31 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() 32 return new R4<C0,C1,C2,C3>(p0,p1,p2,p3); in of() 34 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of() 35 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); in of() 48 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { 49 public R4(C0 a, C1 b, C2 c, C3 d) { in R4() 53 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> { 54 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) { in R5() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Row.java | 21 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, 22 Freezable<Row<C0, C1, C2, C3, C4>>{ 35 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() 36 return new R4<C0,C1,C2,C3>(p0,p1,p2,p3); in of() 38 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of() 39 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); in of() 52 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { 53 public R4(C0 a, C1 b, C2 c, C3 d) { in R4() 57 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> { 58 public R5(C0 a, C1 b, C2 c, C3 d, C4 e) { in R5() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | icm.stdout.exp | 1 …C3 00 00 00 C3 00 00 00 00 00 00 00 92 00 00 C3 00 00 00 C3 93 00 00 C3 C2 00 00 C3 C2 00 C3 00 00…
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | TimeUnit.java | 22 public long toSeconds(long d) { return d/(C3/C0); } in toSeconds() 33 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() 44 public long toSeconds(long d) { return d/(C3/C2); } in toSeconds() 52 public long toNanos(long d) { return x(d, C3/C0, MAX/(C3/C0)); } in toNanos() 53 public long toMicros(long d) { return x(d, C3/C1, MAX/(C3/C1)); } in toMicros() 54 public long toMillis(long d) { return x(d, C3/C2, MAX/(C3/C2)); } in toMillis() 56 public long toMinutes(long d) { return d/(C4/C3); } in toMinutes() 57 public long toHours(long d) { return d/(C5/C3); } in toHours() 58 public long toDays(long d) { return d/(C6/C3); } in toDays() 66 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3)); } in toSeconds() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | vtable-layout-extreme.cpp | 21 class C3 class 33 , virtual public C3 43 , virtual public C3 48 : virtual public C3 59 , virtual public C3 69 , public C3
|
D | vtt-layout.cpp | 36 class C3 : public X1 { int i; }; class 37 class D : public C1, public C2, public C3 { int i; }; 55 class C3 : public X1 { int i; }; class 56 class D : public C1, public C2, public C3 { int i; };
|
D | debug-info-use-after-free.cpp | 257 C3: class in __anon4cd8e4840211::C1 272 HHH (C3::GGG &); 289 C1::C3 * > 311 scoped_ptr < C1::C3 > context; in TestBody()
|
/external/webrtc/webrtc/base/ |
D | sigslottester.h | 103 template <class A1, class A2, class A3, class C1, class C2, class C3> 107 C1* capture1, C2* capture2, C3* capture3) in SigslotTester3() 126 C3* capture3_; 131 template <class A1, class A2, class A3, class A4, class C1, class C2, class C3, 136 C1* capture1, C2* capture2, C3* capture3, C4* capture4) in SigslotTester4() 157 C3* capture3_; 164 class C3, class C4, class C5> 168 C1* capture1, C2* capture2, C3* capture3, C4* capture4, in SigslotTester5() 191 C3* capture3_;
|
/external/valgrind/VEX/orig_x86/ |
D | fpu_mmx_sse.orig | 9 . 8B 1C 24 C3 12 . 81 C3 DE 29 01 00 89 45 D0 8B 93 00 00 00 00 8D 83 50 FF FF FF 29 D0 89 83 E4 F9 FF FF 01 D0 89 8… 96 . 8B 40 04 8B 10 83 C0 08 89 81 68 01 00 00 8D 04 90 89 91 64 01 00 00 89 81 6C 01 00 00 5D C3 105 . 81 C3 80 58 00 00 89 83 28 01 00 00 83 C0 04 89 93 0C 02 00 00 8D 14 90 89 B5 14 FE FF FF 8B 72 0… 168 . C3 210 . 81 C3 C0 4D 00 00 87 CB B8 2D 00 00 00 CD 80 216 . 5B 89 D0 5D C3 258 . 2B 44 24 04 C3 267 . 81 C3 78 4D 00 00 89 75 F8 8B B3 44 01 00 00 85 F6 74 0A 276 . 8B 5D F4 89 D0 8B 75 F8 8B 7D FC 89 EC 5D C3 [all …]
|
D | manyfp.orig | 10 . C3 16 . 55 89 E5 56 53 E8 00 00 00 00 5B 81 C3 DA BF 01 00 8D 83 F0 FF FF FF 8D 70 FC 8B 40 FC 83 F8 FF 7… 19 . 5B 5E C9 C3 22 . C9 C3 43 . 8B 1C 24 C3 46 . 81 C3 3F 78 00 00 8B 93 48 00 00 00 8B 4A 08 85 C9 75 1B 49 . 5B 89 D0 5D C3 55 . 55 89 E5 5D C3 91 . 8B 1C 24 C3 94 . 81 C3 30 4B 11 00 89 75 F8 8B 83 70 01 00 00 8B 75 08 89 7D FC 8B 7D 0C 85 C0 74 0C [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_formats.c | 160 C4A(B8G8R8A8_UNORM, BGRA8_UNORM, C2, C1, C0, C3, UNORM, 8_8_8_8, TDV, 1), 162 C4A(B8G8R8A8_SRGB, BGRA8_SRGB, C2, C1, C0, C3, UNORM, 8_8_8_8, TD, 1), 164 C4A(R8G8B8A8_UNORM, RGBA8_UNORM, C0, C1, C2, C3, UNORM, 8_8_8_8, TBV, 0), 166 C4A(R8G8B8A8_SRGB, RGBA8_SRGB, C0, C1, C2, C3, UNORM, 8_8_8_8, TB, 0), 180 C4B(B5G5R5A1_UNORM, BGR5_A1_UNORM, C2, C1, C0, C3, UNORM, 5_5_5_1, TB), 182 C4B(B4G4R4A4_UNORM, NONE, C2, C1, C0, C3, UNORM, 4_4_4_4, T), 186 C4A(R10G10B10A2_UNORM, RGB10_A2_UNORM, C0, C1, C2, C3, UNORM, 10_10_10_2, 188 C4A(B10G10R10A2_UNORM, BGR10_A2_UNORM, C2, C1, C0, C3, UNORM, 10_10_10_2, 190 C4A(R10G10B10A2_SNORM, NONE, C0, C1, C2, C3, SNORM, 10_10_10_2, TV, 0), 191 C4A(B10G10R10A2_SNORM, NONE, C2, C1, C0, C3, SNORM, 10_10_10_2, TV, 1), [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | deduction.cpp | 33 template<int C1, char C3> 34 struct char_values<C1, 12, C3> { 44 template<unsigned char C1, unsigned char C3> 45 struct int_values<C1, 12, C3> {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 416 private int C0, C1, C2, C3; field in AESEngine 532 C3 = (bytes[index++] & 0xff); in unpackBlock() 533 C3 |= (bytes[index++] & 0xff) << 8; in unpackBlock() 534 C3 |= (bytes[index++] & 0xff) << 16; in unpackBlock() 535 C3 |= bytes[index++] << 24; in unpackBlock() 559 bytes[index++] = (byte)C3; in packBlock() 560 bytes[index++] = (byte)(C3 >> 8); in packBlock() 561 bytes[index++] = (byte)(C3 >> 16); in packBlock() 562 bytes[index++] = (byte)(C3 >> 24); in packBlock() 572 int r = 1, r0, r1, r2, r3 = this.C3 ^ KW[0][3]; in encryptBlock() [all …]
|
/external/boringssl/src/crypto/cipher/asm/ |
D | chacha20_poly1305_x86_64.pl | 86 my ($A0,$A1,$A2,$A3,$B0,$B1,$B2,$B3,$C0,$C1,$C2,$C3,$D0,$D1,$D2,$D3)=map("%xmm$_",(0..15)); 87 my ($T0,$T1,$T2,$T3)=($A3,$B3,$C3,$D3); 206 movdqa $C0, $C3\n" if ($n ge 4); 243 paddd $state2_store, $C3 263 movdqu 2*16 + $offset($inp), $C3 267 pxor $C3, $C 310 paddd $D3, $C3 314 pxor $C3, $B3 339 palignr \$$s2, $C3, $C3 529 &xor_stream_using_temp($A3, $B3, $C3, $D3, "0*16", $D0); [all …]
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 458 E3[block[(i + C3) % Nb] & 0xFF])) 463 (Sbox[(block[(i + C3) % Nb]) & 0xFF])) 466 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local 493 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local 528 static const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local 575 D3[block[(i + C3) % Nb] & 0xFF])) 580 (Sboxinv[(block[(i + C3) % Nb]) & 0xFF])) 583 static const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local 610 static const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local 645 static const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-left.h | 34 @class C3; 35 void accept_a_C3(C3*); 36 @class C3;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-fma-m.ll | 95 ; CHECK-DAG: li [[C3:[0-9]+]], 8 107 ; CHECK-DAG: stxsdx 4, 8, [[C3]] 120 ; CHECK-FISL-DAG: li [[C3:[0-9]+]], 8 121 ; CHECK-FISL-DAG: stxsdx 0, 8, [[C3]] 153 ; CHECK-DAG: li [[C3:[0-9]+]], 24 155 ; CHECK-DAG: stxsdx 4, 8, [[C3]] 165 ; CHECK-FISL-DAG: li [[C3:[0-9]+]], 8 166 ; CHECK-FISL-DAG: stxsdx 0, 8, [[C3]] 269 ; CHECK-DAG: li [[C3:[0-9]+]], 16 280 ; CHECK-DAG: stxvd2x 37, 3, [[C3]] [all …]
|
D | vsx-fma-sp.ll | 89 ; CHECK-DAG: li [[C3:[0-9]+]], 4 101 ; CHECK-DAG: stxsspx 4, 8, [[C3]] 114 ; CHECK-FISL-DAG: li [[C3:[0-9]+]], 4 115 ; CHECK-FISL-DAG: stxsspx 0, 8, [[C3]] 147 ; CHECK-DAG: li [[C3:[0-9]+]], 12 149 ; CHECK-DAG: stxsspx 4, 8, [[C3]] 159 ; CHECK-FISL-DAG: li [[C3:[0-9]+]], 4 160 ; CHECK-FISL-DAG: stxsspx 0, 8, [[C3]]
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
D | ssim.js | 66 var C3 = C2 / 2; 82 var structure = (sigmaXy + C3) / (sigmaX * sigmaY + C3);
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
D | ssim.js | 66 var C3 = C2 / 2; 82 var structure = (sigmaXy + C3) / (sigmaX * sigmaY + C3);
|
/external/speex/libspeex/ |
D | math_approx.h | 140 #define C3 4204 macro 148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3))))))); in spx_sqrt() 311 #define C3 0.0414877472f macro 321 return C1 + x*(C2+x*(C3+C4*x)); in spx_cos() 325 return NEG16(C1 + x*(C2+x*(C3+C4*x))); in spx_cos()
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 22 template<unsigned char C1, unsigned char C3> 23 struct int_values<C1, 12, C3> {
|
/external/skia/include/core/ |
D | SkPostConfig.h | 180 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 181 (SK_ ## C3 ## 32_SHIFT == 0 && \ 186 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 190 SK_ ## C3 ## 32_SHIFT == 24)
|