| /external/cronet/third_party/libxml/fuzz/seed_corpus/ |
| D | 513e1171b324de6a4ef006d844a51c23ad653416 | 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/ |
| 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/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 44 /* skip val->width */ in vn_decode_VkExtent3D_partial_temp() [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 30 /* skip val->constantID */ in vn_replace_VkSpecializationMapEntry_handle() 31 /* skip val->offset */ in vn_replace_VkSpecializationMapEntry_handle() 32 /* skip val->size */ in vn_replace_VkSpecializationMapEntry_handle() 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() [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_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_device.h | 26 vn_encode_VkPhysicalDeviceLimits(struct vn_cs_encoder *enc, const VkPhysicalDeviceLimits *val) in vn_encode_VkPhysicalDeviceLimits() argument 28 vn_encode_uint32_t(enc, &val->maxImageDimension1D); in vn_encode_VkPhysicalDeviceLimits() 29 vn_encode_uint32_t(enc, &val->maxImageDimension2D); in vn_encode_VkPhysicalDeviceLimits() 30 vn_encode_uint32_t(enc, &val->maxImageDimension3D); in vn_encode_VkPhysicalDeviceLimits() 31 vn_encode_uint32_t(enc, &val->maxImageDimensionCube); in vn_encode_VkPhysicalDeviceLimits() 32 vn_encode_uint32_t(enc, &val->maxImageArrayLayers); in vn_encode_VkPhysicalDeviceLimits() 33 vn_encode_uint32_t(enc, &val->maxTexelBufferElements); in vn_encode_VkPhysicalDeviceLimits() 34 vn_encode_uint32_t(enc, &val->maxUniformBufferRange); in vn_encode_VkPhysicalDeviceLimits() 35 vn_encode_uint32_t(enc, &val->maxStorageBufferRange); in vn_encode_VkPhysicalDeviceLimits() 36 vn_encode_uint32_t(enc, &val->maxPushConstantsSize); in vn_encode_VkPhysicalDeviceLimits() [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 31 /* skip val->{sType,pNext} */ in vn_decode_VkDeviceGroupSubmitInfo_self_temp() 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() [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/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/ComputeLibrary/src/core/NEON/kernels/detail/ |
| D | NEDirectConvolutionDetail.h | 72 …r.val[0] contains the first element, r.val[1] the second element and r.val[2] the third element (i… 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])); [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/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/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/libaom/aom_dsp/arm/ |
| D | transpose_neon.h | 34 // b0.val[0]: 00 10 02 12 04 14 06 16 40 50 42 52 44 54 46 56 in transpose_u8_8x8() 35 // b0.val[1]: 01 11 03 13 05 15 07 17 41 51 43 53 45 55 47 57 in transpose_u8_8x8() 36 // b1.val[0]: 20 30 22 32 24 34 26 36 60 70 62 72 64 74 66 76 in transpose_u8_8x8() 37 // b1.val[1]: 21 31 23 33 25 35 27 37 61 71 63 73 65 75 67 77 in transpose_u8_8x8() 45 // c0.val[0]: 00 10 20 30 04 14 24 34 40 50 60 70 44 54 64 74 in transpose_u8_8x8() 46 // c0.val[1]: 02 12 22 32 06 16 26 36 42 52 62 72 46 56 66 76 in transpose_u8_8x8() 47 // c1.val[0]: 01 11 21 31 05 15 25 35 41 51 61 71 45 55 65 75 in transpose_u8_8x8() 48 // c1.val[1]: 03 13 23 33 07 17 27 37 43 53 63 73 47 57 67 77 in transpose_u8_8x8() 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() [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 …]
|