/external/libxml2/result/ |
D | att4.rdr | 17 5 1 val 1 0 20 5 1 val 1 0 23 5 1 val 1 0 26 5 1 val 1 0 29 5 1 val 1 0 32 5 1 val 1 0 35 5 1 val 1 0 38 5 1 val 1 0 41 5 1 val 1 0 44 5 1 val 1 0 [all …]
|
D | att4.rde | 17 5 1 val 1 0 20 5 1 val 1 0 23 5 1 val 1 0 26 5 1 val 1 0 29 5 1 val 1 0 32 5 1 val 1 0 35 5 1 val 1 0 38 5 1 val 1 0 41 5 1 val 1 0 44 5 1 val 1 0 [all …]
|
D | att4 | 8 <val o="0" v="53"/> 9 <val o="e08" v="53"/> 10 <val o="1c32" v="53"/> 11 <val o="2a3c" v="53"/> 12 <val o="3835" v="53"/> 13 <val o="4645" v="53"/> 14 <val o="5455" v="53"/> 15 <val o="6265" v="53"/> 16 <val o="7075" v="53"/> 17 <val o="7e85" v="53"/> [all …]
|
D | att4.sax | 19 SAX.startElement(val, o='0', v='53') 20 SAX.endElement(val) 23 SAX.startElement(val, o='e08', v='53') 24 SAX.endElement(val) 27 SAX.startElement(val, o='1c32', v='53') 28 SAX.endElement(val) 31 SAX.startElement(val, o='2a3c', v='53') 32 SAX.endElement(val) 35 SAX.startElement(val, o='3835', v='53') 36 SAX.endElement(val) [all …]
|
D | att4.sax2 | 19 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='0" v...', 1, v='53"/...', 2) 20 SAX.endElementNs(val, NULL, NULL) 23 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='e08"...', 3, v='53"/...', 2) 24 SAX.endElementNs(val, NULL, NULL) 27 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1c32...', 4, v='53"/...', 2) 28 SAX.endElementNs(val, NULL, NULL) 31 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2a3c...', 4, v='53"/...', 2) 32 SAX.endElementNs(val, NULL, NULL) 35 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='3835...', 4, v='53"/...', 2) 36 SAX.endElementNs(val, NULL, NULL) [all …]
|
/external/libxml2/test/ |
D | att4 | 8 <val o="0" v="53"/> 9 <val o="e08" v="53"/> 10 <val o="1c32" v="53"/> 11 <val o="2a3c" v="53"/> 12 <val o="3835" v="53"/> 13 <val o="4645" v="53"/> 14 <val o="5455" v="53"/> 15 <val o="6265" v="53"/> 16 <val o="7075" v="53"/> 17 <val o="7e85" v="53"/> [all …]
|
/external/libxml2/result/noent/ |
D | att4 | 8 <val o="0" v="53"/> 9 <val o="e08" v="53"/> 10 <val o="1c32" v="53"/> 11 <val o="2a3c" v="53"/> 12 <val o="3835" v="53"/> 13 <val o="4645" v="53"/> 14 <val o="5455" v="53"/> 15 <val o="6265" v="53"/> 16 <val o="7075" v="53"/> 17 <val o="7e85" v="53"/> [all …]
|
D | att4.sax2 | 19 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='0" v...', 1, v='53"/...', 2) 20 SAX.endElementNs(val, NULL, NULL) 23 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='e08"...', 3, v='53"/...', 2) 24 SAX.endElementNs(val, NULL, NULL) 27 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1c32...', 4, v='53"/...', 2) 28 SAX.endElementNs(val, NULL, NULL) 31 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2a3c...', 4, v='53"/...', 2) 32 SAX.endElementNs(val, NULL, NULL) 35 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='3835...', 4, v='53"/...', 2) 36 SAX.endElementNs(val, NULL, NULL) [all …]
|
/external/scapy/scapy/layers/tls/crypto/ |
D | suites.py | 86 cs_val = dct.get("val") 146 val = 0x0000 variable in TLS_NULL_WITH_NULL_NULL 149 val = 0x0001 variable in TLS_RSA_WITH_NULL_MD5 152 val = 0x0002 variable in TLS_RSA_WITH_NULL_SHA 155 val = 0x0003 variable in TLS_RSA_EXPORT_WITH_RC4_40_MD5 158 val = 0x0004 variable in TLS_RSA_WITH_RC4_128_MD5 161 val = 0x0005 variable in TLS_RSA_WITH_RC4_128_SHA 164 val = 0x0006 variable in TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 167 val = 0x0007 variable in TLS_RSA_WITH_IDEA_CBC_SHA 170 val = 0x0008 variable in TLS_RSA_EXPORT_WITH_DES40_CBC_SHA [all …]
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 27 v128 val[2]; member 31 SIMD_INLINE uint32_t v256_low_u32(v256 a) { return v128_low_u32(a.val[0]); } in v256_low_u32() 33 SIMD_INLINE v64 v256_low_v64(v256 a) { return v128_low_v64(a.val[0]); } in v256_low_v64() 37 SIMD_INLINE v128 v256_low_v128(v256 a) { return a.val[0]; } in v256_low_v128() 39 SIMD_INLINE v128 v256_high_v128(v256 a) { return a.val[1]; } in v256_high_v128() 43 t.val[1] = hi; in v256_from_v128() 44 t.val[0] = lo; in v256_from_v128() 67 v128_store_unaligned(p, a.val[0]); in v256_store_unaligned() 68 v128_store_unaligned((uint8_t *)p + 16, a.val[1]); in v256_store_unaligned() 72 v128_store_aligned(p, a.val[0]); in v256_store_aligned() [all …]
|
/external/ethtool/ |
D | dsa.c | 33 static void dsa_mv88e6161(int reg, u16 val) in dsa_mv88e6161() argument 37 REG(reg, "Port Status", val); in dsa_mv88e6161() 38 FIELD("Pause Enabled", "%u", !!(val & 0x8000)); in dsa_mv88e6161() 39 FIELD("My Pause", "%u", !!(val & 0x4000)); in dsa_mv88e6161() 40 FIELD("Half-duplex Flow Control", "%u", !!(val & 0x2000)); in dsa_mv88e6161() 41 FIELD("802.3 PHY Detected", "%u", !!(val & 0x1000)); in dsa_mv88e6161() 42 FIELD("Link Status", "%s", val & 0x0800 ? "Up" : "Down"); in dsa_mv88e6161() 43 FIELD("Duplex", "%s", val & 0x0400 ? "Full" : "Half"); in dsa_mv88e6161() 45 (val & 0x0300) == 0x0000 ? "10 Mbps" : in dsa_mv88e6161() 46 (val & 0x0300) == 0x0100 ? "100 Mbps" : in dsa_mv88e6161() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 21 t32.val[0] = vrshrn_n_s64(in.val[0], DCT_CONST_BITS); in dct_const_round_shift_high_4() 22 t32.val[1] = vrshrn_n_s64(in.val[1], DCT_CONST_BITS); in dct_const_round_shift_high_4() 23 return vcombine_s32(t32.val[0], t32.val[1]); in dct_const_round_shift_high_4() 35 out.val[0] = dct_const_round_shift_high_4(in[0]); in dct_const_round_shift_high_4x2_int64x2x2() 36 out.val[1] = dct_const_round_shift_high_4(in[1]); in dct_const_round_shift_high_4x2_int64x2x2() 54 t[0].val[0] = vmull_lane_s32(vget_low_s32(s0.val[0]), in highbd_idct_cospi_2_30() 56 t[0].val[1] = vmull_lane_s32(vget_high_s32(s0.val[0]), in highbd_idct_cospi_2_30() 58 t[1].val[0] = vmull_lane_s32(vget_low_s32(s0.val[1]), in highbd_idct_cospi_2_30() 60 t[1].val[1] = vmull_lane_s32(vget_high_s32(s0.val[1]), in highbd_idct_cospi_2_30() 62 t[2].val[0] = vmull_lane_s32(vget_low_s32(s1.val[0]), in highbd_idct_cospi_2_30() [all …]
|
D | transpose_neon.h | 22 // b0.val[0]: 00 01 02 03 16 17 18 19 23 // b0.val[1]: 04 05 06 07 20 21 22 23 26 b0.val[0] = vcombine_s16(vreinterpret_s16_s32(vget_low_s32(a0)), in vpx_vtrnq_s64_to_s16() 28 b0.val[1] = vcombine_s16(vreinterpret_s16_s32(vget_high_s32(a0)), in vpx_vtrnq_s64_to_s16() 35 b0.val[0] = vcombine_s32(vget_low_s32(a0), vget_low_s32(a1)); in vpx_vtrnq_s64_to_s32() 36 b0.val[1] = vcombine_s32(vget_high_s32(a0), vget_high_s32(a1)); in vpx_vtrnq_s64_to_s32() 42 b0.val[0] = vcombine_s64(vreinterpret_s64_s32(vget_low_s32(a0)), in vpx_vtrnq_s64() 44 b0.val[1] = vcombine_s64(vreinterpret_s64_s32(vget_high_s32(a0)), in vpx_vtrnq_s64() 51 b0.val[0] = vcombine_u8(vreinterpret_u8_u32(vget_low_u32(a0)), in vpx_vtrnq_u64_to_u8() 53 b0.val[1] = vcombine_u8(vreinterpret_u8_u32(vget_high_u32(a0)), in vpx_vtrnq_u64_to_u8() [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | transpose_neon.h | 29 // b0.val[0]: 00 10 02 12 04 14 06 16 40 50 42 52 44 54 46 56 in transpose_u8_8x8() 30 // b0.val[1]: 01 11 03 13 05 15 07 17 41 51 43 53 45 55 47 57 in transpose_u8_8x8() 31 // b1.val[0]: 20 30 22 32 24 34 26 36 60 70 62 72 64 74 66 76 in transpose_u8_8x8() 32 // b1.val[1]: 21 31 23 33 25 35 27 37 61 71 63 73 65 75 67 77 in transpose_u8_8x8() 40 // c0.val[0]: 00 10 20 30 04 14 24 34 40 50 60 70 44 54 64 74 in transpose_u8_8x8() 41 // c0.val[1]: 02 12 22 32 06 16 26 36 42 52 62 72 46 56 66 76 in transpose_u8_8x8() 42 // c1.val[0]: 01 11 21 31 05 15 25 35 41 51 61 71 45 55 65 75 in transpose_u8_8x8() 43 // c1.val[1]: 03 13 23 33 07 17 27 37 43 53 63 73 47 57 67 77 in transpose_u8_8x8() 45 const uint16x8x2_t c0 = vtrnq_u16(vreinterpretq_u16_u8(b0.val[0]), in transpose_u8_8x8() 46 vreinterpretq_u16_u8(b1.val[0])); in transpose_u8_8x8() [all …]
|
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/ |
D | configuration.kt | 21 val moduleName: String in toJsonValue() 22 val classpath: List<String> in toJsonValue() 23 val sourceRoots: List<SourceRoot> in toJsonValue() 24 val samples: List<String> in toJsonValue() 25 val includes: List<String> in toJsonValue() 26 val outputDir: String in toJsonValue() 27 val format: String in toJsonValue() 28 val includeNonPublic: Boolean in toJsonValue() 29 val includeRootPackage: Boolean in toJsonValue() 30 val reportUndocumented: Boolean in toJsonValue() [all …]
|
/external/pdfium/third_party/libpng16/arm/ |
D | filter_neon_intrinsics.c | 83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon() 92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon() 93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon() 94 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon() 95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon() 97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon() 98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon() 99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon() 105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 107 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon() [all …]
|
/external/libpng/arm/ |
D | filter_neon_intrinsics.c | 83 vdest.val[3] = vdup_n_u8(0); in png_read_filter_row_sub3_neon() 92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon() 93 vdest.val[0] = vadd_u8(vdest.val[3], vrp.val[0]); in png_read_filter_row_sub3_neon() 94 vtmp2 = vext_u8(vrp.val[0], vrp.val[1], 6); in png_read_filter_row_sub3_neon() 95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon() 97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon() 98 vdest.val[2] = vadd_u8(vdest.val[1], vtmp2); in png_read_filter_row_sub3_neon() 99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon() 105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 107 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[1]), 0); in png_read_filter_row_sub3_neon() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon_32x32.c | 268 vreinterpretq_s16_s32(vcombine_s32(ee.val[0], ee.val[0])); in ihevc_resi_trans_32x32_neon() 270 vcombine_s16(vrev32_s16(vreinterpret_s16_s32(ee.val[1])), in ihevc_resi_trans_32x32_neon() 271 vneg_s16(vrev32_s16(vreinterpret_s16_s32(ee.val[1])))); in ihevc_resi_trans_32x32_neon() 276 vreinterpret_s32_s16(trans_eeee.val[0]), 0)); //d8 in ihevc_resi_trans_32x32_neon() 278 vreinterpret_s32_s16(trans_eeee.val[0]), 1)); //d9 in ihevc_resi_trans_32x32_neon() 280 vreinterpret_s32_s16(trans_eeee.val[1]), 0)); //d10 in ihevc_resi_trans_32x32_neon() 282 vreinterpret_s32_s16(trans_eeee.val[1]), 1)); //d11 in ihevc_resi_trans_32x32_neon() 285 a[0].val[0] = in ihevc_resi_trans_32x32_neon() 287 a[0].val[0] = vmlal_s16( in ihevc_resi_trans_32x32_neon() 288 a[0].val[0], vget_high_s16(g_ai2_ihevc_trans_32_01_8), eeee_01); in ihevc_resi_trans_32x32_neon() [all …]
|
D | ihevc_cmn_utils_neon.h | 101 b0.val[0] = vcombine_s16( in vtrnq_s64_to_s16() 103 b0.val[1] = vcombine_s16( in vtrnq_s64_to_s16() 116 // b0.val[0]: 00 10 02 12 in transpose_s16_4x4d() 117 // b0.val[1]: 01 11 03 13 in transpose_s16_4x4d() 118 // b1.val[0]: 20 30 22 32 in transpose_s16_4x4d() 119 // b1.val[1]: 21 31 23 33 in transpose_s16_4x4d() 125 // c0.val[0]: 00 10 20 30 in transpose_s16_4x4d() 126 // c0.val[1]: 02 12 22 32 in transpose_s16_4x4d() 127 // c1.val[0]: 01 11 21 31 in transpose_s16_4x4d() 128 // c1.val[1]: 03 13 23 33 in transpose_s16_4x4d() [all …]
|
D | ihevc_resi_trans_neon.c | 426 const uint8x8_t s##k = vld2_u8(pu1_src).val[e_chroma_plane]; \ in ihevc_resi_trans_8x8_neon() 427 const uint8x8_t p##k = vld2_u8(pu1_pred).val[e_chroma_plane]; \ in ihevc_resi_trans_8x8_neon() 481 a2.val[0] = vmull_n_s16(vget_low_s16(eo0), 83); in ihevc_resi_trans_8x8_neon() 483 a6.val[0] = vmull_n_s16(vget_low_s16(eo0), 36); in ihevc_resi_trans_8x8_neon() 485 a2.val[1] = vmull_n_s16(vget_high_s16(eo0), 83); in ihevc_resi_trans_8x8_neon() 487 a6.val[1] = vmull_n_s16(vget_high_s16(eo0), 36); in ihevc_resi_trans_8x8_neon() 490 a6.val[1] = vmlsl_n_s16(a6.val[1], vget_high_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 492 a2.val[1] = vmlal_n_s16(a2.val[1], vget_high_s16(eo1), 36); in ihevc_resi_trans_8x8_neon() 494 a6.val[0] = vmlsl_n_s16(a6.val[0], vget_low_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 496 a2.val[0] = vmlal_n_s16(a2.val[0], vget_low_s16(eo1), 36); in ihevc_resi_trans_8x8_neon() [all …]
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | CipherSourceTest.kt | 24 class CipherSourceTest(private val cipherAlgorithm: CipherAlgorithm) { 28 val parameters: List<CipherAlgorithm> 34 val random = Random(787679144228763091) in encrypt() 35 val cipherFactory = cipherAlgorithm.createCipherFactory(random) in encrypt() 36 val data = random.nextBytes(32) in encrypt() 38 val buffer = Buffer().apply { write(data) } in encrypt() 39 val cipherSource = buffer.cipherSource(cipherFactory.encrypt) in encrypt() 40 val actualEncryptedData = cipherSource.buffer().use { it.readByteArray() } in encrypt() 42 val expectedEncryptedData = cipherFactory.encrypt.doFinal(data) in encrypt() 48 val random = Random(1057830944394705953) in encryptEmpty() [all …]
|
D | CipherSinkTest.kt | 24 class CipherSinkTest(private val cipherAlgorithm: CipherAlgorithm) { in <lambda>() 28 val parameters: List<CipherAlgorithm> in <lambda>() 34 val random = Random(8912860393601532863) in <lambda>() 35 val cipherFactory = cipherAlgorithm.createCipherFactory(random) in <lambda>() 36 val data = random.nextBytes(32) in <lambda>() 38 val buffer = Buffer() in <lambda>() 39 val cipherSink = buffer.cipherSink(cipherFactory.encrypt) in <lambda>() 41 val actualEncryptedData = buffer.readByteArray() in <lambda>() 43 val expectedEncryptedData = cipherFactory.encrypt.doFinal(data) in <lambda>() 49 val random = Random(3014415396541767201) in <lambda>() [all …]
|
/external/libbrillo/brillo/ |
D | any_test.cc | 17 Any val; in TEST() local 18 EXPECT_TRUE(val.IsEmpty()); in TEST() 20 Any val2 = val; in TEST() 21 EXPECT_TRUE(val.IsEmpty()); in TEST() 24 Any val3 = std::move(val); in TEST() 25 EXPECT_TRUE(val.IsEmpty()); in TEST() 30 Any val(20); in TEST() local 31 EXPECT_FALSE(val.IsEmpty()); in TEST() 32 EXPECT_TRUE(val.IsTypeCompatible<int>()); in TEST() 33 EXPECT_EQ(20, val.Get<int>()); in TEST() [all …]
|
/external/deqp/data/gles31/shaders/es31/ |
D | linkage_uniform.test | 126 uniform float val.a = 1.0; 127 uniform float val.b = 2.0; 134 uniform Struct val; 138 dummy = val.a + val.b; 146 uniform Struct val; 151 out0 = val.b + val.a; 163 uniform float val.a = 1.0; 164 uniform float val.b = 2.0; 171 uniform Struct val; 175 res = val.a + val.b; [all …]
|
/external/deqp/data/gles31/shaders/es32/ |
D | linkage_uniform.test | 126 uniform float val.a = 1.0; 127 uniform float val.b = 2.0; 134 uniform Struct val; 138 dummy = val.a + val.b; 146 uniform Struct val; 151 out0 = val.b + val.a; 163 uniform float val.a = 1.0; 164 uniform float val.b = 2.0; 171 uniform Struct val; 175 res = val.a + val.b; [all …]
|