/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 740 struct drm_exynos_ipp_task_rect *dst) in fimc_set_prescaler() 758 dst_w = dst->h; in fimc_set_prescaler() 759 dst_h = dst->w; in fimc_set_prescaler() 761 dst_w = dst->w; in fimc_set_prescaler() 762 dst_h = dst->h; in fimc_set_prescaler() 1096 fimc_dst_set_fmt(ctx, task->dst.buf.fourcc, task->dst.buf.modifier); in fimc_commit() 1098 fimc_dst_set_size(ctx, &task->dst); in fimc_commit() 1099 fimc_dst_set_addr(ctx, &task->dst); in fimc_commit() 1100 fimc_set_prescaler(ctx, &ctx->sc, &task->src.rect, &task->dst in fimc_commit() 738 fimc_set_prescaler(struct fimc_context *ctx, struct fimc_scaler *sc, struct drm_exynos_ipp_task_rect *src, struct drm_exynos_ipp_task_rect *dst) fimc_set_prescaler() argument [all...] |
/kernel/linux/linux-6.6/drivers/misc/bcm-vk/ |
H A D | bcm_vk_msg.c | 599 struct vk_msg_blk __iomem *dst; in bcm_to_v_msg_enqueue() local 652 dst = msgq_blk_addr(qinfo, wr_idx); in bcm_to_v_msg_enqueue() 654 memcpy_toio(dst, src, sizeof(*dst)); in bcm_to_v_msg_enqueue() 658 dst = msgq_blk_addr(qinfo, wr_idx); in bcm_to_v_msg_enqueue() 781 struct vk_msg_blk *dst; in bcm_to_h_msg_dequeue() local 840 dst = data; in bcm_to_h_msg_dequeue() 842 memcpy_fromio(dst, src, sizeof(*dst)); in bcm_to_h_msg_dequeue() 844 dst in bcm_to_h_msg_dequeue() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 371 void *dst; in ivtvfb_write() local 403 dst = (void __force *) (info->screen_base + p); in ivtvfb_write() 408 /* If transfer size > threshold and both src/dst in ivtvfb_write() 411 ((unsigned long)buf & 3) == ((unsigned long)dst & 3)) { in ivtvfb_write() 413 if ((unsigned long)dst & 3) { in ivtvfb_write() 414 lead = 4 - ((unsigned long)dst & 3); in ivtvfb_write() 415 if (copy_from_user(dst, buf, lead)) in ivtvfb_write() 418 dst += lead; in ivtvfb_write() 429 dst += dma_size; in ivtvfb_write() 432 if (tail && copy_from_user(dst, bu in ivtvfb_write() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 652 struct dst_entry *dst; in nfp_tun_neigh_update() local 659 dst = ip6_dst_lookup_flow(dev_net(n->dev), NULL, in nfp_tun_neigh_update() 661 if (IS_ERR(dst)) in nfp_tun_neigh_update() 664 dst_release(dst); in nfp_tun_neigh_update() 781 n = dst_neigh_lookup(&rt->dst, &flow.daddr); in nfp_tunnel_request_route_v4() 803 struct dst_entry *dst; in nfp_tunnel_request_route_v6() local 818 dst = ipv6_stub->ipv6_dst_lookup_flow(dev_net(netdev), NULL, &flow, in nfp_tunnel_request_route_v6() 820 if (IS_ERR(dst)) in nfp_tunnel_request_route_v6() 826 n = dst_neigh_lookup(dst, &flow.daddr); in nfp_tunnel_request_route_v6() 827 dst_release(dst); in nfp_tunnel_request_route_v6() [all...] |
H A D | action.c | 454 struct dst_entry *dst; in nfp_fl_set_tun() local 456 flow.daddr = ip_tun->key.u.ipv6.dst; in nfp_fl_set_tun() 458 dst = ipv6_stub->ipv6_dst_lookup_flow(net, NULL, &flow, NULL); in nfp_fl_set_tun() 459 if (!IS_ERR(dst)) { in nfp_fl_set_tun() 460 set_tun->ttl = ip6_dst_hoplimit(dst); in nfp_fl_set_tun() 461 dst_release(dst); in nfp_fl_set_tun() 476 flow.daddr = ip_tun->key.u.ipv4.dst; in nfp_fl_set_tun() 481 set_tun->ttl = ip4_dst_hoplimit(&rt->dst); in nfp_fl_set_tun() 499 pre_tun->ipv6_dst = ip_tun->key.u.ipv6.dst; in nfp_fl_set_tun() 501 pre_tun->ipv4_dst = ip_tun->key.u.ipv4.dst; in nfp_fl_set_tun() [all...] |
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_smd.c | 466 static void smd_copy_to_fifo(void __iomem *dst, in smd_copy_to_fifo() argument 472 __iowrite32_copy(dst, src, count / sizeof(u32)); in smd_copy_to_fifo() 474 memcpy_toio(dst, src, count); in smd_copy_to_fifo() 481 static void smd_copy_from_fifo(void *dst, in smd_copy_from_fifo() argument 487 __ioread32_copy(dst, src, count / sizeof(u32)); in smd_copy_from_fifo() 489 memcpy_fromio(dst, src, count); in smd_copy_from_fifo() 977 static int qcom_smd_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_sendto() argument 984 static int qcom_smd_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_trysendto() argument 1094 rpdev->dst = RPMSG_ADDR_ANY; in qcom_smd_create_device() 1328 chinfo.dst in qcom_channel_state_worker() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 738 struct drm_exynos_ipp_task_rect *dst) in fimc_set_prescaler() 756 dst_w = dst->h; in fimc_set_prescaler() 757 dst_h = dst->w; in fimc_set_prescaler() 759 dst_w = dst->w; in fimc_set_prescaler() 760 dst_h = dst->h; in fimc_set_prescaler() 1100 fimc_dst_set_fmt(ctx, task->dst.buf.fourcc, task->dst.buf.modifier); in fimc_commit() 1102 fimc_dst_set_size(ctx, &task->dst); in fimc_commit() 1103 fimc_dst_set_addr(ctx, &task->dst); in fimc_commit() 1104 fimc_set_prescaler(ctx, &ctx->sc, &task->src.rect, &task->dst in fimc_commit() 736 fimc_set_prescaler(struct fimc_context *ctx, struct fimc_scaler *sc, struct drm_exynos_ipp_task_rect *src, struct drm_exynos_ipp_task_rect *dst) fimc_set_prescaler() argument [all...] |
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_pnet.c | 1122 struct dst_entry *dst = sk_dst_get(sk); in smc_pnet_find_roce_resource() local 1124 if (!dst) in smc_pnet_find_roce_resource() 1126 if (!dst->dev) in smc_pnet_find_roce_resource() 1129 smc_pnet_find_roce_by_pnetid(dst->dev, ini); in smc_pnet_find_roce_resource() 1132 dst_release(dst); in smc_pnet_find_roce_resource() 1139 struct dst_entry *dst = sk_dst_get(sk); in smc_pnet_find_ism_resource() local 1142 if (!dst) in smc_pnet_find_ism_resource() 1144 if (!dst->dev) in smc_pnet_find_ism_resource() 1147 smc_pnet_find_ism_by_pnetid(dst->dev, ini); in smc_pnet_find_ism_resource() 1150 dst_release(dst); in smc_pnet_find_ism_resource() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.c | 618 struct branch_stack *dst, unsigned int sz) in thread_stack__br_sample() 626 dst->nr = 0; in thread_stack__br_sample() 635 dst->nr = min((unsigned int)src->nr, sz); in thread_stack__br_sample() 637 be = &dst->entries[0]; in thread_stack__br_sample() 638 nr = min(ts->br_stack_sz - ts->br_stack_pos, (unsigned int)dst->nr); in thread_stack__br_sample() 643 be = &dst->entries[nr]; in thread_stack__br_sample() 679 struct branch_stack *dst, unsigned int sz, in thread_stack__br_sample_late() 688 dst->nr = 0; in thread_stack__br_sample_late() 700 d = &dst->entries[0]; in thread_stack__br_sample_late() 750 dst in thread_stack__br_sample_late() 617 thread_stack__br_sample(struct thread *thread, int cpu, struct branch_stack *dst, unsigned int sz) thread_stack__br_sample() argument 678 thread_stack__br_sample_late(struct thread *thread, int cpu, struct branch_stack *dst, unsigned int sz, u64 ip, u64 kernel_start) thread_stack__br_sample_late() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_concat_range.sh | 41 # dst call sequence of format_*() functions for destination fields 64 dst addr4 port 89 dst port addr4 114 dst addr6 port 139 dst port proto 161 dst addr6 port 183 dst addr6 port 205 dst addr4 port 225 dst addr6 port 245 dst addr [all...] |
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | multicast.c | 518 * @dst: destination to write to - a multicast MAC address 528 static void batadv_mcast_mla_br_addr_cpy(char *dst, const struct br_ip *src) in batadv_mcast_mla_br_addr_cpy() argument 531 ip_eth_mc_map(src->dst.ip4, dst); in batadv_mcast_mla_br_addr_cpy() 534 ipv6_eth_mc_map(&src->dst.ip6, dst); in batadv_mcast_mla_br_addr_cpy() 537 eth_zero_addr(dst); in batadv_mcast_mla_br_addr_cpy() 578 ipv4_is_local_multicast(br_ip_entry->addr.dst.ip4)) in batadv_mcast_mla_bridge_get() 582 !ipv4_is_local_multicast(br_ip_entry->addr.dst.ip4)) in batadv_mcast_mla_bridge_get() 592 ipv6_addr_is_ll_all_nodes(&br_ip_entry->addr.dst in batadv_mcast_mla_bridge_get() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_armv5te.S | 332 .macro clip dst, src:vararg 333 movs \dst, \src 335 movmi \dst, #0 336 cmp \dst, #255 338 movgt \dst, #255 341 .macro aclip dst, src:vararg 342 adds \dst, \src 344 movmi \dst, #0 345 cmp \dst, #255 347 movgt \dst, #25 [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cavsdec.c | 489 cavs_vector *dst = src + MV_BWD_OFFS; in mv_pred_sym() local 492 dst->x = -((src->x * h->sym_factor + 256) >> 9); in mv_pred_sym() 493 dst->y = -((src->y * h->sym_factor + 256) >> 9); in mv_pred_sym() 494 dst->ref = 0; in mv_pred_sym() 495 dst->dist = h->dist[0]; in mv_pred_sym() 496 set_mvs(dst, size); in mv_pred_sym() 520 int16_t *dst, int mul, int shift, int coeff_num) in dequant() 535 dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift; in dequant() 546 * @param dst location of sample block 551 int qp, uint8_t *dst, ptrdiff_ in decode_residual_block() 519 dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, int16_t *dst, int mul, int shift, int coeff_num) dequant() argument 549 decode_residual_block(AVSContext *h, GetBitContext *gb, const struct dec_2dvlc *r, int esc_golomb_order, int qp, uint8_t *dst, ptrdiff_t stride) decode_residual_block() argument [all...] |
H A D | snow_dwt.c | 115 static av_always_inline void lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, in lift() argument 127 dst[0] = LIFT(src[0], ((mul * 2 * ref[0] + add) >> shift), inverse); in lift() 128 dst += dst_step; in lift() 133 dst[i * dst_step] = LIFT(src[i * src_step], in lift() 140 dst[w * dst_step] = LIFT(src[w * src_step], in lift() 145 static av_always_inline void liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, in liftS() argument 161 dst[0] = LIFTS(src[0], mul * 2 * ref[0] + add, inverse); in liftS() 162 dst += dst_step; in liftS() 167 dst[i * dst_step] = LIFTS(src[i * src_step], in liftS() 173 dst[ in liftS() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | me_cmp_msa.c | 656 int ff_hadamard8_diff8x8_msa(MpegEncContext *s, uint8_t *dst, uint8_t *src, in ff_hadamard8_diff8x8_msa() argument 659 return hadamard_diff_8x8_msa(src, stride, dst, stride); in ff_hadamard8_diff8x8_msa() 662 int ff_hadamard8_intra8x8_msa(MpegEncContext *s, uint8_t *dst, uint8_t *src, in ff_hadamard8_intra8x8_msa() argument 665 return hadamard_intra_8x8_msa(src, stride, dst, stride); in ff_hadamard8_intra8x8_msa() 670 int name16(MpegEncContext *s, uint8_t *dst, uint8_t *src, \ 674 score += name8(s, dst, src, stride, 8); \ 675 score += name8(s, dst + 8, src + 8, stride, 8); \ 677 dst += 8 * stride; \ 679 score +=name8(s, dst, src, stride, 8); \ 680 score +=name8(s, dst [all...] |
H A D | vc1dsp_msa.c | 313 static void put_vc1_mspel_mc_h_v_msa(uint8_t *dst, const uint8_t *src, in put_vc1_mspel_mc_h_v_msa() argument 430 ST_D8(t0, t1, t2, t3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride); in put_vc1_mspel_mc_h_v_msa() 434 void ff_put_vc1_mspel_mc ## hmode ## vmode ## _msa(uint8_t *dst, \ 438 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \ 440 void ff_put_vc1_mspel_mc ## hmode ## vmode ## _16_msa(uint8_t *dst, \ 444 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \ 445 put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd); \ 446 dst += 8 * stride, src += 8 * stride; \ 447 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \ 448 put_vc1_mspel_mc_h_v_msa(dst [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_curves.c | 370 #define READ16(dst) do { \ in parse_psfile() 375 dst = AV_RB16(buf); \ in parse_psfile() 546 uint8_t *dst = out->data[0] + slice_start * out->linesize[0]; in filter_slice_packed() local 551 dst[x + r] = curves->graph[R][src[x + r]]; in filter_slice_packed() 552 dst[x + g] = curves->graph[G][src[x + g]]; in filter_slice_packed() 553 dst[x + b] = curves->graph[B][src[x + b]]; in filter_slice_packed() 555 dst[x + a] = src[x + a]; in filter_slice_packed() 557 dst += out->linesize[0]; in filter_slice_packed() 633 AVFilterContext *ctx = inlink->dst; in config_input() 702 AVFilterContext *ctx = inlink->dst; in filter_frame() [all...] |
H A D | f_ebur128.c | 381 AVFilterContext *ctx = inlink->dst; in config_audio_input() 619 AVFilterContext *ctx = inlink->dst; in filter_frame() 675 double *dst = ebur128->Y + ch*3; \ in filter_frame() 677 dst[2] = dst[1]; \ in filter_frame() 678 dst[1] = dst[0]; \ in filter_frame() 679 dst[0] = src[0]*NUM[0] + src[1]*NUM[1] + src[2]*NUM[2] \ in filter_frame() 680 - dst[1]*DEN[1] - dst[ in filter_frame() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9mc.asm | 120 cglobal vp9_%1_8tap_1d_h_ %+ %%px %+ _8, 6, 6, 15, dst, dstride, src, sstride, h, filtery 205 cglobal vp9_%1_8tap_1d_h_ %+ %%px %+ _8, 6, 6, 11, dst, dstride, src, sstride, h, filtery 266 cglobal vp9_%1_8tap_1d_h_ %+ %%px %+ _8, 6, 6, 14, dst, dstride, src, sstride, h, filtery 328 cglobal vp9_%1_8tap_1d_v_ %+ %%px %+ _8, 6, 8, 15, dst, dstride, src, sstride, h, filtery, src4, sstride3 330 cglobal vp9_%1_8tap_1d_v_ %+ %%px %+ _8, 4, 7, 15, dst, dstride, src, sstride, filtery, src4, sstride3 426 cglobal vp9_%1_8tap_1d_v_ %+ %%px %+ _8, 6, 8, 11, dst, dstride, src, sstride, h, filtery, src4, sstride3 428 cglobal vp9_%1_8tap_1d_v_ %+ %%px %+ _8, 4, 7, 11, dst, dstride, src, sstride, filtery, src4, sstride3 499 cglobal vp9_%1_8tap_1d_v_ %+ %%px %+ _8, 6, 8, 14, dst, dstride, src, sstride, h, filtery, src4, sstride3 585 cglobal vp9_%1%2 %+ %%szsuf, 5, 7, 4, dst, dstride, src, sstride, h, dstride3, sstride3 589 cglobal vp9_%1%2 %+ %%szsuf, 5, 5, %8, dst, dstrid [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 127 else if (type_sz(inst->dst.type) >= 8 || type_sz(t) >= 8 || in inferred_exec_pipe() 132 } else if (brw_reg_type_is_floating_point(inst->dst.type)) in inferred_exec_pipe() 1039 if (is_valid(wr_dep) && inst->dst.file != BAD_FILE && 1040 !inst->dst.is_null()) { 1042 sb.set(byte_offset(inst->dst, REG_SIZE * j), wr_dep); 1163 if (inst->dst.file != BAD_FILE && !inst->dst.is_null() && in gather_inst_dependencies() 1164 !inst->dst.is_accumulator()) { in gather_inst_dependencies() 1167 sb.get(byte_offset(inst->dst, REG_SIZE * j)))); in gather_inst_dependencies() 1172 inst->dst in gather_inst_dependencies() [all...] |
/third_party/mksh/ |
H A D | expr.c | 708 utf_widthadj(const char *src, const char **dst) in utf_widthadj() argument 721 if (dst) in utf_widthadj() 722 *dst = src + len; in utf_widthadj() 790 utf_mbtowc(unsigned int *dst, const char *src) in utf_mbtowc() argument 797 if (dst != NULL) in utf_mbtowc() 798 *dst = wc; in utf_mbtowc() 833 utf_wctomb(char *dst, unsigned int wc) in utf_wctomb() argument 838 *dst = asc2rtt(wc); in utf_wctomb() 842 d = (unsigned char *)dst; in utf_wctomb() 850 return ((char *)d - dst); in utf_wctomb() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | inlined_vector.h | 85 // If kUseMemcpy is true, memcpy(dst, src, n); else do nothing. 89 inline void MemcpyIfAllowed(void* dst, const void* src, size_t n); 93 inline void MemcpyIfAllowed<true>(void* dst, const void* src, size_t n) { in MemcpyIfAllowed() argument 94 memcpy(dst, src, n); in MemcpyIfAllowed() 518 pointer dst; in InitFrom() local 520 dst = GetInlinedData(); in InitFrom() 527 dst = AllocatorTraits::allocate(*GetAllocPtr(), new_capacity); in InitFrom() 528 SetAllocatedData(dst, new_capacity); in InitFrom() 532 MemcpyIfAllowed<IsMemcpyOk::value>(dst, src, sizeof(dst[ in InitFrom() 535 inlined_vector_internal::ConstructElements(GetAllocPtr(), dst, &values, n); InitFrom() local [all...] |
/third_party/skia/include/private/ |
H A D | SkNx_neon.h | 48 AI static void Store2(void* dst, const SkNx& a, const SkNx& b) { in Store2() argument 53 vst2_f32((float*) dst, ab); in Store2() 56 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() argument 62 vst3_f32((float*) dst, abc); in Store3() 65 AI static void Store4(void* dst, const SkNx& a, const SkNx& b, const SkNx& c, const SkNx& d) { in Store4() argument 72 vst4_f32((float*) dst, abcd); in Store4() 178 AI static void Store4(void* dst, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() argument 185 vst4q_f32((float*) dst, rgba); in Store4() 323 AI static void Store4(void* dst, const SkNx& r, const SkNx& g, const SkNx& b, const SkNx& a) { in Store4() argument 330 vst4_u16((uint16_t*) dst, rgb in Store4() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 961 struct scatterlist *dst, in talitos_sg_unmap() 969 if (is_sec1 && dst && dst_nents > 1) { in talitos_sg_unmap() 972 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap() 975 if (src != dst) { in talitos_sg_unmap() 979 if (dst && (dst_nents == 1 || !is_sec1)) in talitos_sg_unmap() 980 dma_unmap_sg(dev, dst, dst_nents, DMA_FROM_DEVICE); in talitos_sg_unmap() 1003 talitos_sg_unmap(dev, edesc, areq->src, areq->dst, in ipsec_esp_unmap() 1013 sg_pcopy_to_buffer(areq->dst, dst_nents, ctx->iv, ivsize, in ipsec_esp_unmap() 1225 (areq->src == areq->dst) ? in ipsec_esp() 1263 if (areq->src != areq->dst) { in ipsec_esp() 958 talitos_sg_unmap(struct device *dev, struct talitos_edesc *edesc, struct scatterlist *src, struct scatterlist *dst, unsigned int len, unsigned int offset) talitos_sg_unmap() argument 1318 talitos_edesc_alloc(struct device *dev, struct scatterlist *src, struct scatterlist *dst, u8 *iv, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize, unsigned int ivsize, int icv_stashing, u32 cryptoflags, bool encrypt) talitos_edesc_alloc() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 25 #include <net/dst.h> 607 struct dst_entry *dst; in cxgbi_check_route() local 627 dst = &rt->dst; in cxgbi_check_route() 628 n = dst_neigh_lookup(dst, &daddr->sin_addr.s_addr); in cxgbi_check_route() 664 pr_info("dst %pI4, %s, NOT cxgbi device.\n", in cxgbi_check_route() 682 csk->dst = dst; in cxgbi_check_route() 723 struct dst_entry *dst; in cxgbi_check_route6() local 744 dst in cxgbi_check_route6() 1101 struct dst_entry *dst = csk->dst; cxgbi_sock_select_mss() local 2216 char *dst = skb->data + task->hdr_len; cxgbi_conn_init_pdu() local [all...] |