/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 55 * @dst: 63 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) in ntfs_rl_mm() argument 65 if ((dst != src) && (size > 0)) in ntfs_rl_mm() 66 memmove(base + dst, base + src, size * sizeof(*base)); in ntfs_rl_mm() 72 * @dst: 81 static void ntfs_rl_mc(runlist_element *dstbase, int dst, in ntfs_rl_mc() argument 85 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase)); in ntfs_rl_mc() 153 * @dst: original runlist 154 * @src: new runlist to test for mergeability with @dst 162 static BOOL ntfs_rl_are_mergeable(runlist_element *dst, runlist_elemen argument 196 __ntfs_rl_merge(runlist_element *dst, runlist_element *src) __ntfs_rl_merge() argument 221 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_append() argument 288 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_insert() argument 384 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_replace() argument 472 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) ntfs_rl_split() argument 1435 ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max, const s64 n) ntfs_write_significant_bytes() argument 1489 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, runlist_element const **stop_rl) ntfs_mapping_pairs_build() argument 1944 runlist_element *dst; test_rl_pure_test() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_sse2.c | 33 static void Transform_SSE2(const int16_t* in, uint8_t* dst, int do_two) { in Transform_SSE2() argument 148 // Add inverse transform to 'dst' and store. in Transform_SSE2() 155 dst0 = _mm_loadl_epi64((__m128i*)(dst + 0 * BPS)); in Transform_SSE2() 156 dst1 = _mm_loadl_epi64((__m128i*)(dst + 1 * BPS)); in Transform_SSE2() 157 dst2 = _mm_loadl_epi64((__m128i*)(dst + 2 * BPS)); in Transform_SSE2() 158 dst3 = _mm_loadl_epi64((__m128i*)(dst + 3 * BPS)); in Transform_SSE2() 161 dst0 = _mm_cvtsi32_si128(WebPMemToUint32(dst + 0 * BPS)); in Transform_SSE2() 162 dst1 = _mm_cvtsi32_si128(WebPMemToUint32(dst + 1 * BPS)); in Transform_SSE2() 163 dst2 = _mm_cvtsi32_si128(WebPMemToUint32(dst + 2 * BPS)); in Transform_SSE2() 164 dst3 = _mm_cvtsi32_si128(WebPMemToUint32(dst in Transform_SSE2() 200 TransformAC3(const int16_t* in, uint8_t* dst) TransformAC3() argument 539 Store4x4_SSE2(__m128i* const x, uint8_t* dst, int stride) Store4x4_SSE2() argument 902 VE4_SSE2(uint8_t* dst) VE4_SSE2() argument 918 LD4_SSE2(uint8_t* dst) LD4_SSE2() argument 934 VR4_SSE2(uint8_t* dst) VR4_SSE2() argument 959 VL4_SSE2(uint8_t* dst) VL4_SSE2() argument 984 RD4_SSE2(uint8_t* dst) RD4_SSE2() argument 1013 TrueMotion_SSE2(uint8_t* dst, int size) TrueMotion_SSE2() argument 1050 TM4_SSE2(uint8_t* dst) TM4_SSE2() argument 1051 TM8uv_SSE2(uint8_t* dst) TM8uv_SSE2() argument 1052 TM16_SSE2(uint8_t* dst) TM16_SSE2() argument 1054 VE16_SSE2(uint8_t* dst) VE16_SSE2() argument 1062 HE16_SSE2(uint8_t* dst) HE16_SSE2() argument 1071 Put16_SSE2(uint8_t v, uint8_t* dst) Put16_SSE2() argument 1079 DC16_SSE2(uint8_t* dst) DC16_SSE2() argument 1096 DC16NoTop_SSE2(uint8_t* dst) DC16NoTop_SSE2() argument 1105 DC16NoLeft_SSE2(uint8_t* dst) DC16NoLeft_SSE2() argument 1115 DC16NoTopLeft_SSE2(uint8_t* dst) DC16NoTopLeft_SSE2() argument 1122 VE8uv_SSE2(uint8_t* dst) VE8uv_SSE2() argument 1131 Put8x8uv_SSE2(uint8_t v, uint8_t* dst) Put8x8uv_SSE2() argument 1139 DC8uv_SSE2(uint8_t* dst) DC8uv_SSE2() argument 1154 DC8uvNoLeft_SSE2(uint8_t* dst) DC8uvNoLeft_SSE2() argument 1162 DC8uvNoTop_SSE2(uint8_t* dst) DC8uvNoTop_SSE2() argument 1171 DC8uvNoTopLeft_SSE2(uint8_t* dst) DC8uvNoTopLeft_SSE2() argument [all...] |
H A D | yuv_mips32.c | 27 uint8_t* dst, int len) { \ 44 dst[R] = r; \ 45 dst[G] = g; \ 46 dst[B] = b; \ 47 if (A) dst[A] = 0xff; \ 51 dst[R + XSTEP] = r; \ 52 dst[G + XSTEP] = g; \ 53 dst[B + XSTEP] = b; \ 54 if (A) dst[A + XSTEP] = 0xff; \ 58 dst [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 178 util_dump_resource(stderr, info->dst.resource); in dump_blit_info() 179 if (is_ubwc(info->dst.resource, info->dst.level)) in dump_blit_info() 194 fail_if(info->dst.box.depth != info->src.box.depth); in can_do_blit() 198 fail_if(!ok_format(info->dst.format)); in can_do_blit() 201 assert(!util_format_is_compressed(info->dst.format)); in can_do_blit() 205 fail_if(!ok_dims(info->dst.resource, &info->dst.box, info->dst.level)); in can_do_blit() 207 assert(info->dst in can_do_blit() 306 struct fd_resource *src, *dst; emit_blit_buffer() local 536 struct fd_resource *dst = fd_resource(prsc); emit_blit_dst() local 632 struct fd_resource *dst; emit_blit_texture() local 913 struct fd_resource *dst = fd_resource(info->dst.resource); global() variable 1017 struct fd_resource *dst = fd_resource(info->dst.resource); global() variable [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevcdsp.h | 32 #define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \ 33 dst[idx1][idx2][idx3] = ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt; \ 34 dst ## _bi[idx1][idx2][idx3] = ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt; \ 35 dst ## _uni[idx1][idx2][idx3] = ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt; \ 36 dst ## _uni_w[idx1][idx2][idx3] = ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt; \ 37 dst ## _bi_w[idx1][idx2][idx3] = ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt 41 void ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); \ 74 void ff_hevc_put_hevc_uni_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int height, int denom, int _wx, int _ox); \ 75 void ff_hevc_put_hevc_bi_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int16_t *_src2, int height, int denom, int _wx0, int _wx1, int _ox0, int _ox1) 97 void ff_hevc_put_hevc_pel_pixels16_8_avx2(int16_t *dst, uint8_ [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevcdsp_lsx.c | 33 /* hevc_copy: dst = src << 6 */ 35 int16_t *dst, int32_t dst_stride, in hevc_copy_4w_lsx() 66 __lsx_vstelm_d(in0, dst, 0, 0); in hevc_copy_4w_lsx() 67 __lsx_vstelm_d(in0, dst + dst_stride, 0, 1); in hevc_copy_4w_lsx() 68 __lsx_vstelm_d(in1, dst + dst_stride_2x, 0, 0); in hevc_copy_4w_lsx() 69 __lsx_vstelm_d(in1, dst + dst_stride_3x, 0, 1); in hevc_copy_4w_lsx() 70 dst += dst_stride_4x; in hevc_copy_4w_lsx() 71 __lsx_vstelm_d(in2, dst, 0, 0); in hevc_copy_4w_lsx() 72 __lsx_vstelm_d(in2, dst + dst_stride, 0, 1); in hevc_copy_4w_lsx() 73 __lsx_vstelm_d(in3, dst in hevc_copy_4w_lsx() 34 hevc_copy_4w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_4w_lsx() argument 86 hevc_copy_6w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_6w_lsx() argument 149 hevc_copy_8w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_8w_lsx() argument 200 hevc_copy_12w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_12w_lsx() argument 272 hevc_copy_16w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_16w_lsx() argument 357 hevc_copy_24w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_24w_lsx() argument 411 hevc_copy_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_32w_lsx() argument 471 hevc_copy_48w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_48w_lsx() argument 546 hevc_copy_64w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, int32_t height) hevc_copy_64w_lsx() argument 598 hevc_hz_8t_4w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_4w_lsx() argument 685 hevc_hz_8t_8w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_8w_lsx() argument 749 hevc_hz_8t_12w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_12w_lsx() argument 841 hevc_hz_8t_16w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_16w_lsx() argument 901 hevc_hz_8t_24w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_24w_lsx() argument 971 hevc_hz_8t_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_32w_lsx() argument 1031 hevc_hz_8t_48w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_48w_lsx() argument 1100 hevc_hz_8t_64w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_8t_64w_lsx() argument 1194 hevc_vt_8t_4w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_4w_lsx() argument 1314 hevc_vt_8t_8w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_8w_lsx() argument 1388 hevc_vt_8t_12w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_12w_lsx() argument 1490 hevc_vt_8t_16multx4mult_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_8t_16multx4mult_lsx() argument 1614 hevc_vt_8t_16w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_16w_lsx() argument 1622 hevc_vt_8t_24w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_24w_lsx() argument 1632 hevc_vt_8t_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_32w_lsx() argument 1640 hevc_vt_8t_48w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_48w_lsx() argument 1648 hevc_vt_8t_64w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_8t_64w_lsx() argument 1656 hevc_hv_8t_4w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_4w_lsx() argument 1788 hevc_hv_8t_8multx1mult_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_8t_8multx1mult_lsx() argument 1931 hevc_hv_8t_8w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_8w_lsx() argument 1940 hevc_hv_8t_12w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_12w_lsx() argument 2177 hevc_hv_8t_16w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_16w_lsx() argument 2186 hevc_hv_8t_24w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_24w_lsx() argument 2195 hevc_hv_8t_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_32w_lsx() argument 2204 hevc_hv_8t_48w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_48w_lsx() argument 2213 hevc_hv_8t_64w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_8t_64w_lsx() argument 2222 hevc_hz_4t_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_hz_4t_32w_lsx() argument 2268 hevc_vt_4t_16w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_16w_lsx() argument 2330 hevc_vt_4t_24w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_24w_lsx() argument 2424 hevc_vt_4t_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) hevc_vt_4t_32w_lsx() argument 2530 hevc_hv_4t_8x2_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_8x2_lsx() argument 2597 hevc_hv_4t_8multx4_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t width8mult) hevc_hv_4t_8multx4_lsx() argument 2697 hevc_hv_4t_8x6_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y) hevc_hv_4t_8x6_lsx() argument 2806 hevc_hv_4t_8multx4mult_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width8mult) hevc_hv_4t_8multx4mult_lsx() argument 2933 hevc_hv_4t_8w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_8w_lsx() argument 2957 hevc_hv_4t_12w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_12w_lsx() argument 3162 hevc_hv_4t_16w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_16w_lsx() argument 3179 hevc_hv_4t_24w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_24w_lsx() argument 3191 hevc_hv_4t_32w_lsx(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height) hevc_hv_4t_32w_lsx() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelProgram.cpp | 124 const Dst &dst = instruction->dst; in applyShader() local 126 ASSERT(callRetBlock[dst.label].size() == dst.callSite); in applyShader() 127 callRetBlock[dst.label].push_back(Nucleus::createBasicBlock()); in applyShader() 143 const Dst &dst = instruction->dst; in applyShader() local 152 bool pp = dst.partialPrecision; in applyShader() 165 if(dst.type == Shader::PARAMETER_TEXTURE) in applyShader() 167 d.x = v[2 + dst in applyShader() 1195 M3X2(Vector4f &dst, Vector4f &src0, const Src &src1) M3X2() argument 1204 M3X3(Vector4f &dst, Vector4f &src0, const Src &src1) M3X3() argument 1215 M3X4(Vector4f &dst, Vector4f &src0, const Src &src1) M3X4() argument 1228 M4X3(Vector4f &dst, Vector4f &src0, const Src &src1) M4X3() argument 1239 M4X4(Vector4f &dst, Vector4f &src0, const Src &src1) M4X4() argument 1252 TEX(Vector4f &dst, Vector4f &src0, const Src &src1, bool project, bool bias) TEX() argument 1270 TEXOFFSET(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset) TEXOFFSET() argument 1275 TEXLODOFFSET(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset, Float4 &lod) TEXLODOFFSET() argument 1280 TEXBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Float4 &bias) TEXBIAS() argument 1285 TEXOFFSETBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset, Float4 &bias) TEXOFFSETBIAS() argument 1290 TEXELFETCH(Vector4f &dst, Vector4f &src0, const Src& src1, Float4 &lod) TEXELFETCH() argument 1295 TEXELFETCHOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset, Float4 &lod) TEXELFETCHOFFSET() argument 1300 TEXGRAD(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy) TEXGRAD() argument 1305 TEXGRADOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy, Vector4f &offset) TEXGRADOFFSET() argument 1310 TEXLOD(Vector4f &dst, Vector4f &src0, const Src &src1, Float4 &lod) TEXLOD() argument 1315 TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) TEXSIZE() argument 1364 DFDX(Vector4f &dst, Vector4f &src) DFDX() argument 1372 DFDY(Vector4f &dst, Vector4f &src) DFDY() argument 1380 FWIDTH(Vector4f &dst, Vector4f &src) FWIDTH() argument [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 61 struct dst_entry *dst = skb_dst(skb); in ip6_finish_output2() local 62 struct net_device *dev = dst->dev; in ip6_finish_output2() 90 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTDISCARDS); in ip6_finish_output2() 131 if (lwtunnel_xmit_redirect(dst->lwtstate)) { in ip6_finish_output2() 139 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in ip6_finish_output2() 140 neigh = __ipv6_neigh_lookup_noref(dst->dev, nexthop); in ip6_finish_output2() 142 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in ip6_finish_output2() 151 IP6_INC_STATS(net, ip6_dst_idev(dst), IPSTATS_MIB_OUTNOROUTES); in ip6_finish_output2() 275 struct dst_entry *dst = skb_dst(skb); in ip6_xmit() local 283 head_room = sizeof(struct ipv6hdr) + LL_RESERVED_SPACE(dst in ip6_xmit() 460 struct dst_entry *dst = skb_dst(skb); ip6_forward_finish() local 496 struct dst_entry *dst = skb_dst(skb); ip6_forward() local 1033 ip6_sk_dst_check(struct sock *sk, struct dst_entry *dst, const struct flowi6 *fl6) ip6_sk_dst_check() argument 1080 ip6_dst_lookup_tail(struct net *net, const struct sock *sk, struct dst_entry **dst, struct flowi6 *fl6) ip6_dst_lookup_tail() argument 1209 ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, struct flowi6 *fl6) ip6_dst_lookup() argument 1232 struct dst_entry *dst = NULL; ip6_dst_lookup_flow() local 1267 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); ip6_sk_dst_lookup_flow() local 1306 struct dst_entry *dst = NULL; ip6_dst_lookup_tunnel() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | base.c | 176 struct omap_dss_device *dst) in omapdss_device_connect() 182 dst ? dev_name(dst->dev) : "NULL"); in omapdss_device_connect() 184 if (!dst) { in omapdss_device_connect() 193 if (omapdss_device_is_connected(dst)) in omapdss_device_connect() 196 dst->dss = dss; in omapdss_device_connect() 198 if (dst->ops && dst->ops->connect) { in omapdss_device_connect() 199 ret = dst->ops->connect(src, dst); in omapdss_device_connect() 174 omapdss_device_connect(struct dss_device *dss, struct omap_dss_device *src, struct omap_dss_device *dst) omapdss_device_connect() argument 210 omapdss_device_disconnect(struct omap_dss_device *src, struct omap_dss_device *dst) omapdss_device_disconnect() argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | dst_metadata.h | 8 #include <net/dst.h> 33 struct dst_entry dst; member 47 if (md_dst && md_dst->dst.flags & DST_METADATA) in skb_metadata_dst() 57 struct dst_entry *dst; in skb_tunnel_info() local 62 dst = skb_dst(skb); in skb_tunnel_info() 63 if (dst && dst->lwtstate && in skb_tunnel_info() 64 (dst->lwtstate->type == LWTUNNEL_ENCAP_IP || in skb_tunnel_info() 65 dst->lwtstate->type == LWTUNNEL_ENCAP_IP6)) in skb_tunnel_info() 66 return lwt_tun_info(dst in skb_tunnel_info() 79 struct dst_entry *dst; skb_xfrm_md_info() local 94 struct dst_entry *dst = skb_dst(skb); skb_valid_dst() local 188 struct metadata_dst *dst; skb_tunnel_info_unclone() local [all...] |
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrMultisamplePixelBufferAccess.cpp | 115 void resolveMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const MultisampleConstPixelBufferAccess& src) in resolveMultisampleColorBuffer() argument 117 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleColorBuffer() 118 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer() 123 tcu::copy(dst, src.toSinglesampleAccess()); in resolveMultisampleColorBuffer() 129 for (int y = 0; y < dst.getHeight(); y++) in resolveMultisampleColorBuffer() 130 for (int x = 0; x < dst.getWidth(); x++) in resolveMultisampleColorBuffer() 136 dst.setPixel(sum*numSamplesInv, x, y); in resolveMultisampleColorBuffer() 141 void resolveMultisampleDepthBuffer (const tcu::PixelBufferAccess& dst, const MultisampleConstPixelBufferAccess& src) in resolveMultisampleDepthBuffer() argument 143 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleDepthBuffer() 144 DE_ASSERT(dst in resolveMultisampleDepthBuffer() 170 resolveMultisampleStencilBuffer(const tcu::PixelBufferAccess& dst, const MultisampleConstPixelBufferAccess& src) resolveMultisampleStencilBuffer() argument 192 resolveMultisampleBuffer(const tcu::PixelBufferAccess& dst, const MultisampleConstPixelBufferAccess& src) resolveMultisampleBuffer() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 20 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst, 22 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst, 24 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst, 26 asmlinkage void cast5_ctr_16way(struct cast5_ctx *ctx, u8 *dst, const u8 *src, 55 void (*fn)(struct cast5_ctx *ctx, u8 *dst, const u8 *src); in ecb_crypt() 62 u8 *wdst = walk.dst.virt.addr; in ecb_crypt() 123 u64 *dst = (u64 *)walk.dst.virt.addr; in cbc_encrypt() local 127 *dst = *src ^ *iv; in cbc_encrypt() 128 __cast5_encrypt(ctx, (u8 *)dst, (u in cbc_encrypt() 148 u64 *dst = (u64 *)walk->dst.virt.addr; __cbc_decrypt() local 222 u8 *dst = walk->dst.virt.addr; ctr_crypt_final() local 237 u64 *dst = (u64 *)walk->dst.virt.addr; __ctr_crypt() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | pafvideo.c | 115 static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width) in read4x4block() argument 120 bytestream2_get_buffer(&c->gb, dst, 4); in read4x4block() 121 dst += width; in read4x4block() 125 static void copy_color_mask(uint8_t *dst, int width, uint8_t mask, uint8_t color) in copy_color_mask() argument 131 dst[i] = color; in copy_color_mask() 133 dst[width + i] = color; in copy_color_mask() 137 static void copy_src_mask(uint8_t *dst, int width, uint8_t mask, const uint8_t *src) in copy_src_mask() argument 143 dst[i] = src[i]; in copy_src_mask() 145 dst[width + i] = src[width + i]; in copy_src_mask() 165 uint8_t *dst, *den in decode_0() local 275 uint8_t code, *dst, *end; paf_video_decode() local [all...] |
H A D | lossless_videodsp.c | 29 static void add_bytes_c(uint8_t *dst, uint8_t *src, ptrdiff_t w) in add_bytes_c() argument 35 long b = *(long *) (dst + i); in add_bytes_c() 36 *(long *) (dst + i) = ((a & pb_7f) + (b & pb_7f)) ^ ((a ^ b) & pb_80); in add_bytes_c() 39 dst[i + 0] += src[i + 0]; in add_bytes_c() 42 static void add_median_pred_c(uint8_t *dst, const uint8_t *src1, in add_median_pred_c() argument 55 dst[i] = l; in add_median_pred_c() 62 static int add_left_pred_c(uint8_t *dst, const uint8_t *src, ptrdiff_t w, in add_left_pred_c() argument 69 dst[i] = acc; in add_left_pred_c() 72 dst[i] = acc; in add_left_pred_c() 77 dst[ in add_left_pred_c() 83 add_left_pred_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc) add_left_pred_int16_c() argument [all...] |
H A D | rv34dsp.c | 57 static void rv34_idct_add_c(uint8_t *dst, ptrdiff_t stride, int16_t *block){ in rv34_idct_add_c() argument 70 dst[0] = av_clip_uint8( dst[0] + ( (z0 + z3) >> 10 ) ); in rv34_idct_add_c() 71 dst[1] = av_clip_uint8( dst[1] + ( (z1 + z2) >> 10 ) ); in rv34_idct_add_c() 72 dst[2] = av_clip_uint8( dst[2] + ( (z1 - z2) >> 10 ) ); in rv34_idct_add_c() 73 dst[3] = av_clip_uint8( dst[3] + ( (z0 - z3) >> 10 ) ); in rv34_idct_add_c() 75 dst in rv34_idct_add_c() 104 rv34_idct_dc_add_c(uint8_t *dst, ptrdiff_t stride, int dc) rv34_idct_dc_add_c() argument [all...] |
H A D | vp8dsp.h | 33 typedef void (*vp8_mc_func)(uint8_t *dst /* align 8 */, ptrdiff_t dstStride, 40 void (*vp8_idct_add)(uint8_t *dst, int16_t block[16], ptrdiff_t stride); 41 void (*vp8_idct_dc_add)(uint8_t *dst, int16_t block[16], ptrdiff_t stride); 42 void (*vp8_idct_dc_add4y)(uint8_t *dst, int16_t block[4][16], 44 void (*vp8_idct_dc_add4uv)(uint8_t *dst, int16_t block[4][16], 48 void (*vp8_v_loop_filter16y)(uint8_t *dst, ptrdiff_t stride, 50 void (*vp8_h_loop_filter16y)(uint8_t *dst, ptrdiff_t stride, 58 void (*vp8_v_loop_filter16y_inner)(uint8_t *dst, ptrdiff_t stride, 60 void (*vp8_h_loop_filter16y_inner)(uint8_t *dst, ptrdiff_t stride, 69 void (*vp8_v_loop_filter_simple)(uint8_t *dst, ptrdiff_ [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_builder.h | 236 emit(enum opcode opcode, const dst_reg &dst) const in emit() 238 return emit(instruction(opcode, dst)); in emit() 245 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit() argument 256 emit(instruction(opcode, dst, in emit() 260 return emit(instruction(opcode, dst, src0)); in emit() 268 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument 276 emit(instruction(opcode, dst, in emit() 281 return emit(instruction(opcode, dst, src0, src1)); in emit() 289 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument 297 return emit(instruction(opcode, dst, in emit() 335 emit_minmax(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod mod) const emit_minmax() argument 353 const dst_reg dst = vgrf(src.type); emit_uniformize() local 451 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const CMP() argument 476 CMPN(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const CMPN() argument 525 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, const src_reg &a) const LRP() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 75 i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, in i915_surface_copy_render() argument 83 unsigned dst_width0 = dst->width0; in i915_surface_copy_render() 84 unsigned dst_height0 = dst->height0; in i915_surface_copy_render() 91 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) in i915_surface_copy_render() 99 desc = util_format_description(dst->format); in i915_surface_copy_render() 103 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render() 106 if (!util_blitter_is_copy_supported(i915->blitter, dst, src)) in i915_surface_copy_render() 111 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, in i915_surface_copy_render() 125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_render() 131 struct pipe_surface *dst, in i915_clear_render_target_render() 130 i915_clear_render_target_render(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_render_target_render() argument 160 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_render() argument 196 i915_surface_copy_blitter(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) i915_surface_copy_blitter() argument 285 i915_clear_render_target_blitter(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_render_target_blitter() argument 308 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_blitter() argument [all...] |
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 14 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 16 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 33 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() argument 36 *dst = 0UL; in bitmap_zero() 39 memset(dst, 0, len); in bitmap_zero() 43 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() argument 48 memset(dst, 0xff, len); in bitmap_fill() 50 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill() 76 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() argument 80 *dst in bitmap_or() 154 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument [all...] |
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_format_helper.h | 21 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, 24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, 27 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch, 30 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, 33 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch, 36 void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch, 39 void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch, 42 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch, 45 void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch, 48 void drm_fb_xrgb8888_to_xrgb2101010(struct iosys_map *dst, cons [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | sockptr.h | 44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset() argument 48 return copy_from_user(dst, src.user + offset, size); in copy_from_sockptr_offset() 49 memcpy(dst, src.kernel + offset, size); in copy_from_sockptr_offset() 53 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr() argument 55 return copy_from_sockptr_offset(dst, src, 0, size); in copy_from_sockptr() 58 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset() argument 61 if (!sockptr_is_kernel(dst)) in copy_to_sockptr_offset() 62 return copy_to_user(dst.user + offset, src, size); in copy_to_sockptr_offset() 63 memcpy(dst.kernel + offset, src, size); in copy_to_sockptr_offset() 67 static inline int copy_to_sockptr(sockptr_t dst, cons argument 99 strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) strncpy_from_sockptr() argument [all...] |
H A D | string_helpers.h | 41 int string_unescape(char *src, char *dst, size_t size, unsigned int flags); 48 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() argument 50 return string_unescape(src, dst, size, UNESCAPE_ANY); in string_unescape_any() 73 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, 77 char *dst, size_t osz, const char *only) in string_escape_mem_any_np() 79 return string_escape_mem(src, isz, dst, osz, ESCAPE_ANY_NP, only); in string_escape_mem_any_np() 82 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() argument 85 return string_escape_mem(src, strlen(src), dst, sz, flags, only); in string_escape_str() 88 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np() argument 91 return string_escape_str(src, dst, s in string_escape_str_any_np() 76 string_escape_mem_any_np(const char *src, size_t isz, char *dst, size_t osz, const char *only) string_escape_mem_any_np() argument 94 string_upper(char *dst, const char *src) string_upper() argument 101 string_lower(char *dst, const char *src) string_lower() argument [all...] |
/kernel/linux/linux-6.6/drivers/interconnect/ |
H A D | debugfs-client.c | 34 const char *dst; member 39 static struct icc_path *get_path(const char *src, const char *dst) in get_path() argument 44 if (!strcmp(path->src, src) && !strcmp(path->dst, dst)) in get_path() 54 char *src, *dst; in icc_get_set() local 61 dst = rcu_dereference(dst_node); in icc_get_set() 68 cur_path = get_path(src, dst); in icc_get_set() 75 dst = kstrdup(dst, GFP_ATOMIC); in icc_get_set() 78 if (!src || !dst) { in icc_get_set() [all...] |
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 15 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 17 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 28 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() argument 31 *dst = 0UL; in bitmap_zero() 34 memset(dst, 0, len); in bitmap_zero() 38 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() argument 43 memset(dst, 0xff, len); in bitmap_fill() 45 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill() 71 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() argument 75 *dst in bitmap_or() 115 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument [all...] |
/third_party/elfutils/libelf/ |
H A D | elf_getphdrnum.c | 42 __elf_getphdrnum_rdlock (Elf *elf, size_t *dst) in __elf_getphdrnum_rdlock() argument 47 *dst = 0; in __elf_getphdrnum_rdlock() 52 *dst = (elf->class == ELFCLASS32 in __elf_getphdrnum_rdlock() 56 if (*dst == PN_XNUM) in __elf_getphdrnum_rdlock() 72 *dst = shdr->sh_info; in __elf_getphdrnum_rdlock() 82 *dst = shdr->sh_info; in __elf_getphdrnum_rdlock() 92 __elf_getphdrnum_chk_rdlock (Elf *elf, size_t *dst) in __elf_getphdrnum_chk_rdlock() argument 94 int result = __elf_getphdrnum_rdlock (elf, dst); in __elf_getphdrnum_chk_rdlock() 105 *dst = 0; in __elf_getphdrnum_chk_rdlock() 118 if (unlikely (*dst > SIZE_MA in __elf_getphdrnum_chk_rdlock() 133 elf_getphdrnum(Elf *elf, size_t *dst) elf_getphdrnum() argument [all...] |