/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/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/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 __anond03c59c10211::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/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/boringssl/src/crypto/cipher_extra/asm/ |
D | chacha20_poly1305_x86_64.pl | 87 my ($A0,$A1,$A2,$A3,$B0,$B1,$B2,$B3,$C0,$C1,$C2,$C3,$D0,$D1,$D2,$D3)=map("%xmm$_",(0..15)); 88 my ($T0,$T1,$T2,$T3)=($A3,$B3,$C3,$D3); 207 movdqa $C0, $C3\n" if ($n ge 4); 244 paddd $state2_store, $C3 264 movdqu 2*16 + $offset($inp), $C3 268 pxor $C3, $C 311 paddd $D3, $C3 315 pxor $C3, $B3 340 palignr \$$s2, $C3, $C3 530 &xor_stream_using_temp($A3, $B3, $C3, $D3, "0*16", $D0); [all …]
|
/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/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 447 E3[block[(i + C3) % Nb] & 0xFF])) 452 (Sbox[(block[(i + C3) % Nb]) & 0xFF])) 456 const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local 484 const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local 520 const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local 567 D3[block[(i + C3) % Nb] & 0xFF])) 572 (Sboxinv[(block[(i + C3) % Nb]) & 0xFF])) 576 const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local 604 const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local 640 const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
|
/external/annotation-tools/annotation-file-utilities/tests/ |
D | ExtImpl.java | 14 class C3 { class in ExtImpl 22 annotator.tests.ExtImpl.C3.Iface3 getI1() { in getI1() 31 annotator.tests.ExtImpl.C3.Iface3 getI2() { in getI2()
|
D | ExtImpl.goal | 14 class C3 { 23 annotator.tests.ExtImpl.C3.Iface3 getI1() { 30 * Lannotator.tests.ExtImpl.C3.Iface3; 33 annotator.tests.ExtImpl.C3.Iface3 getI2() {
|
D | ExtImpl.jaif | 39 class ExtImpl$C3: 41 method getI2()Lannotator.tests.ExtImpl$C3$Iface3;: @SuppressWarnings({}) 42 method getI3()LExtImpl$C3$Iface3;: @SuppressWarnings({})
|
/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/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/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/skia/include/core/ |
D | SkPostConfig.h | 191 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 192 (SK_ ## C3 ## 32_SHIFT == 0 && \ 197 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 201 SK_ ## C3 ## 32_SHIFT == 24)
|
/external/skqp/include/core/ |
D | SkPostConfig.h | 191 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 192 (SK_ ## C3 ## 32_SHIFT == 0 && \ 197 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 201 SK_ ## C3 ## 32_SHIFT == 24)
|
/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/clang/test/Modules/ |
D | redecl-merge.m | 5 @class C3; 6 @class C3; 10 @class C3; 11 @class C3; 129 void test_C3(C3 *c3) {
|