/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.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/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/scapy/scapy/layers/tls/crypto/ |
D | suites.py | 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 173 val = 0x0009 variable in TLS_RSA_WITH_DES_CBC_SHA [all …]
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_types.h | 16 vn_encode_uint64_t(struct vn_cs_encoder *enc, const uint64_t *val) in vn_encode_uint64_t() argument 18 vn_encode(enc, 8, val, sizeof(*val)); in vn_encode_uint64_t() 22 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t() argument 24 vn_decode(dec, 8, val, sizeof(*val)); in vn_decode_uint64_t() 28 vn_encode_uint64_t_array(struct vn_cs_encoder *enc, const uint64_t *val, uint32_t count) in vn_encode_uint64_t_array() argument 30 const size_t size = sizeof(*val) * count; in vn_encode_uint64_t_array() 32 vn_encode(enc, size, val, size); in vn_encode_uint64_t_array() 36 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) in vn_decode_uint64_t_array() argument 38 const size_t size = sizeof(*val) * count; in vn_decode_uint64_t_array() 40 vn_decode(dec, size, val, size); in vn_decode_uint64_t_array() [all …]
|
D | vn_protocol_renderer_structs.h | 26 vn_encode_VkExtent3D(struct vn_cs_encoder *enc, const VkExtent3D *val) in vn_encode_VkExtent3D() argument 28 vn_encode_uint32_t(enc, &val->width); in vn_encode_VkExtent3D() 29 vn_encode_uint32_t(enc, &val->height); in vn_encode_VkExtent3D() 30 vn_encode_uint32_t(enc, &val->depth); in vn_encode_VkExtent3D() 34 vn_decode_VkExtent3D_temp(struct vn_cs_decoder *dec, VkExtent3D *val) in vn_decode_VkExtent3D_temp() argument 36 vn_decode_uint32_t(dec, &val->width); in vn_decode_VkExtent3D_temp() 37 vn_decode_uint32_t(dec, &val->height); in vn_decode_VkExtent3D_temp() 38 vn_decode_uint32_t(dec, &val->depth); in vn_decode_VkExtent3D_temp() 42 vn_decode_VkExtent3D_partial_temp(struct vn_cs_decoder *dec, VkExtent3D *val) in vn_decode_VkExtent3D_partial_temp() argument 50 vn_replace_VkExtent3D_handle(VkExtent3D *val) in vn_replace_VkExtent3D_handle() argument [all …]
|
D | vn_protocol_renderer_handles.h | 16 vn_encode_VkInstance(struct vn_cs_encoder *enc, const VkInstance *val) in vn_encode_VkInstance() argument 18 const uint64_t id = vn_cs_handle_load_id((const void **)val, VK_OBJECT_TYPE_INSTANCE); in vn_encode_VkInstance() 23 vn_decode_VkInstance_temp(struct vn_cs_decoder *dec, VkInstance *val) in vn_decode_VkInstance_temp() argument 28 *val = vn_cs_decoder_alloc_temp(dec, sizeof(vn_object_id)); in vn_decode_VkInstance_temp() 29 if (!*val) in vn_decode_VkInstance_temp() 32 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_INSTANCE); in vn_decode_VkInstance_temp() 36 vn_decode_VkInstance_lookup(struct vn_cs_decoder *dec, VkInstance *val) in vn_decode_VkInstance_lookup() argument 40 *val = (VkInstance)vn_cs_decoder_lookup_object(dec, id, VK_OBJECT_TYPE_INSTANCE); in vn_decode_VkInstance_lookup() 44 vn_replace_VkInstance_handle(VkInstance *val) in vn_replace_VkInstance_handle() argument 46 …*val = (VkInstance)(uintptr_t)vn_cs_get_object_handle((const void **)val, VK_OBJECT_TYPE_INSTANCE); in vn_replace_VkInstance_handle() [all …]
|
D | vn_protocol_renderer_pipeline.h | 20 vn_decode_VkSpecializationMapEntry_temp(struct vn_cs_decoder *dec, VkSpecializationMapEntry *val) in vn_decode_VkSpecializationMapEntry_temp() argument 22 vn_decode_uint32_t(dec, &val->constantID); in vn_decode_VkSpecializationMapEntry_temp() 23 vn_decode_uint32_t(dec, &val->offset); in vn_decode_VkSpecializationMapEntry_temp() 24 vn_decode_size_t(dec, &val->size); in vn_decode_VkSpecializationMapEntry_temp() 28 vn_replace_VkSpecializationMapEntry_handle(VkSpecializationMapEntry *val) in vn_replace_VkSpecializationMapEntry_handle() argument 38 vn_decode_VkSpecializationInfo_temp(struct vn_cs_decoder *dec, VkSpecializationInfo *val) in vn_decode_VkSpecializationInfo_temp() argument 40 vn_decode_uint32_t(dec, &val->mapEntryCount); in vn_decode_VkSpecializationInfo_temp() 42 const uint32_t iter_count = vn_decode_array_size(dec, val->mapEntryCount); in vn_decode_VkSpecializationInfo_temp() 43 val->pMapEntries = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pMapEntries) * iter_count); in vn_decode_VkSpecializationInfo_temp() 44 if (!val->pMapEntries) return; in vn_decode_VkSpecializationInfo_temp() [all …]
|
D | vn_protocol_renderer_render_pass.h | 20 vn_decode_VkAttachmentDescription_temp(struct vn_cs_decoder *dec, VkAttachmentDescription *val) in vn_decode_VkAttachmentDescription_temp() argument 22 vn_decode_VkFlags(dec, &val->flags); in vn_decode_VkAttachmentDescription_temp() 23 vn_decode_VkFormat(dec, &val->format); in vn_decode_VkAttachmentDescription_temp() 24 vn_decode_VkSampleCountFlagBits(dec, &val->samples); in vn_decode_VkAttachmentDescription_temp() 25 vn_decode_VkAttachmentLoadOp(dec, &val->loadOp); in vn_decode_VkAttachmentDescription_temp() 26 vn_decode_VkAttachmentStoreOp(dec, &val->storeOp); in vn_decode_VkAttachmentDescription_temp() 27 vn_decode_VkAttachmentLoadOp(dec, &val->stencilLoadOp); in vn_decode_VkAttachmentDescription_temp() 28 vn_decode_VkAttachmentStoreOp(dec, &val->stencilStoreOp); in vn_decode_VkAttachmentDescription_temp() 29 vn_decode_VkImageLayout(dec, &val->initialLayout); in vn_decode_VkAttachmentDescription_temp() 30 vn_decode_VkImageLayout(dec, &val->finalLayout); in vn_decode_VkAttachmentDescription_temp() [all …]
|
D | vn_protocol_renderer_queue.h | 29 vn_decode_VkDeviceGroupSubmitInfo_self_temp(struct vn_cs_decoder *dec, VkDeviceGroupSubmitInfo *val) in vn_decode_VkDeviceGroupSubmitInfo_self_temp() argument 32 vn_decode_uint32_t(dec, &val->waitSemaphoreCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 34 const size_t array_size = vn_decode_array_size(dec, val->waitSemaphoreCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 35 …val->pWaitSemaphoreDeviceIndices = vn_cs_decoder_alloc_temp(dec, sizeof(*val->pWaitSemaphoreDevice… in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 36 if (!val->pWaitSemaphoreDeviceIndices) return; in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 37 vn_decode_uint32_t_array(dec, (uint32_t *)val->pWaitSemaphoreDeviceIndices, array_size); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 39 vn_decode_array_size(dec, val->waitSemaphoreCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 40 val->pWaitSemaphoreDeviceIndices = NULL; in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 42 vn_decode_uint32_t(dec, &val->commandBufferCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 44 const size_t array_size = vn_decode_array_size(dec, val->commandBufferCount); in vn_decode_VkDeviceGroupSubmitInfo_self_temp() [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/detail/ |
D | NEDirectConvolutionDetail.h | 96 vst1q_f32(buffer, values.val[0]); 97 vst1q_f32(buffer + 4, values.val[1]); 103 vst1q_f32(buffer, values.val[0]); 109 vst1_f32(buffer, vget_low_f32(values.val[0])); 124 vst1q_s32(buffer, values.val[0]); 125 vst1q_s32(buffer + 4, values.val[1]); 131 vst1q_s32(buffer, values.val[0]); 137 vst1_s32(buffer, vget_low_s32(values.val[0])); 146 vst1q_f32(buffer, vaddq_f32(vld1q_f32(buffer), values.val[0])); 147 vst1q_f32(buffer + 4, vaddq_f32(vld1q_f32(buffer + 4), values.val[1])); [all …]
|
D | NEDirectConvolution3x3.h | 80 vmulq_f32(vtop.val[0], m0.val[0]), 81 vmulq_f32(vtop.val[1], m0.val[0]) 84 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vtop.val[0], vtop.val[1], 1), m0.val[1]); 85 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vtop.val[0], vtop.val[1], 2), m0.val[2]); 87 out.val[0] = vmlaq_f32(out.val[0], vmid.val[0], m1.val[0]); 88 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vmid.val[0], vmid.val[1], 1), m1.val[1]); 89 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vmid.val[0], vmid.val[1], 2), m1.val[2]); 91 out.val[0] = vmlaq_f32(out.val[0], vlow.val[0], m2.val[0]); 92 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vlow.val[0], vlow.val[1], 1), m2.val[1]); 93 out.val[0] = vmlaq_f32(out.val[0], vextq_f32(vlow.val[0], vlow.val[1], 2), m2.val[2]); [all …]
|
/external/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/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 | 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() 60 b0.val[0] = vcombine_u16(vreinterpret_u16_u32(vget_low_u32(a0)), in vpx_vtrnq_u64_to_u16() 62 b0.val[1] = vcombine_u16(vreinterpret_u16_u32(vget_high_u32(a0)), in vpx_vtrnq_u64_to_u16() [all …]
|
/external/ComputeLibrary/src/cpu/kernels/ |
D | CpuGemmLowpMatrixMultiplyKernel.cpp | 175 c0.val[0] = vmlal_lane_u16(c0.val[0], b00_u16.val[0], a00_u16.val[0], 0); in vector_matrix_multiply_u8() 176 c0.val[1] = vmlal_lane_u16(c0.val[1], b00_u16.val[1], a00_u16.val[0], 0); in vector_matrix_multiply_u8() 177 c0.val[2] = vmlal_lane_u16(c0.val[2], b00_u16.val[2], a00_u16.val[0], 0); in vector_matrix_multiply_u8() 178 c0.val[3] = vmlal_lane_u16(c0.val[3], b00_u16.val[3], a00_u16.val[0], 0); in vector_matrix_multiply_u8() 181 c0.val[0] = vmlal_lane_u16(c0.val[0], b10_u16.val[0], a00_u16.val[0], 1); in vector_matrix_multiply_u8() 182 c0.val[1] = vmlal_lane_u16(c0.val[1], b10_u16.val[1], a00_u16.val[0], 1); in vector_matrix_multiply_u8() 183 c0.val[2] = vmlal_lane_u16(c0.val[2], b10_u16.val[2], a00_u16.val[0], 1); in vector_matrix_multiply_u8() 184 c0.val[3] = vmlal_lane_u16(c0.val[3], b10_u16.val[3], a00_u16.val[0], 1); in vector_matrix_multiply_u8() 187 c0.val[0] = vmlal_lane_u16(c0.val[0], b20_u16.val[0], a00_u16.val[0], 2); in vector_matrix_multiply_u8() 188 c0.val[1] = vmlal_lane_u16(c0.val[1], b20_u16.val[1], a00_u16.val[0], 2); in vector_matrix_multiply_u8() [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_resi_trans_neon.c | 423 diff_16[k] = vreinterpretq_s16_u16(vsubl_u8(vld2_u8(pu1_src).val[e_chroma_plane], in ihevc_resi_trans_8x8_neon() 424 vld2_u8(pu1_pred).val[e_chroma_plane])); in ihevc_resi_trans_8x8_neon() 468 a2.val[0] = vmull_n_s16(vget_low_s16(eo0), 83); in ihevc_resi_trans_8x8_neon() 470 a6.val[0] = vmull_n_s16(vget_low_s16(eo0), 36); in ihevc_resi_trans_8x8_neon() 472 a2.val[1] = vmull_n_s16(vget_high_s16(eo0), 83); in ihevc_resi_trans_8x8_neon() 474 a6.val[1] = vmull_n_s16(vget_high_s16(eo0), 36); in ihevc_resi_trans_8x8_neon() 477 a6.val[1] = vmlsl_n_s16(a6.val[1], vget_high_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 479 a2.val[1] = vmlal_n_s16(a2.val[1], vget_high_s16(eo1), 36); in ihevc_resi_trans_8x8_neon() 481 a6.val[0] = vmlsl_n_s16(a6.val[0], vget_low_s16(eo1), 83); in ihevc_resi_trans_8x8_neon() 483 a2.val[0] = vmlal_n_s16(a2.val[0], vget_low_s16(eo1), 36); in ihevc_resi_trans_8x8_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() 131 vtrn_s32(vreinterpret_s32_s16(b0.val[0]), vreinterpret_s32_s16(b1.val[0])); in transpose_s16_4x4d() 133 vtrn_s32(vreinterpret_s32_s16(b0.val[1]), vreinterpret_s32_s16(b1.val[1])); in transpose_s16_4x4d() 135 *a0 = vreinterpret_s16_s32(c0.val[0]); in transpose_s16_4x4d() 136 *a1 = vreinterpret_s16_s32(c1.val[0]); in transpose_s16_4x4d() 137 *a2 = vreinterpret_s16_s32(c0.val[1]); in transpose_s16_4x4d() 138 *a3 = vreinterpret_s16_s32(c1.val[1]); in transpose_s16_4x4d() 164 vtrnq_s32(vreinterpretq_s32_s16(b0.val[0]), vreinterpretq_s32_s16(b1.val[0])); in transpose_s16_4x4q() 166 vtrnq_s32(vreinterpretq_s32_s16(b0.val[1]), vreinterpretq_s32_s16(b1.val[1])); in transpose_s16_4x4q() [all …]
|
/external/libxml2/result/noent/ |
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/libaom/aom_dsp/arm/ |
D | transpose_neon.h | 50 const uint16x8x2_t c0 = vtrnq_u16(vreinterpretq_u16_u8(b0.val[0]), in transpose_u8_8x8() 51 vreinterpretq_u16_u8(b1.val[0])); in transpose_u8_8x8() 52 const uint16x8x2_t c1 = vtrnq_u16(vreinterpretq_u16_u8(b0.val[1]), in transpose_u8_8x8() 53 vreinterpretq_u16_u8(b1.val[1])); in transpose_u8_8x8() 60 const uint32x4x2_t d0 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[0]), in transpose_u8_8x8() 61 vreinterpretq_u32_u16(c1.val[0])); in transpose_u8_8x8() 62 const uint32x4x2_t d1 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[1]), in transpose_u8_8x8() 63 vreinterpretq_u32_u16(c1.val[1])); in transpose_u8_8x8() 65 *a0 = vreinterpret_u8_u32(vget_low_u32(d0.val[0])); in transpose_u8_8x8() 66 *a1 = vreinterpret_u8_u32(vget_high_u32(d0.val[0])); in transpose_u8_8x8() [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/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 …]
|