/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_plane.c | 520 const struct drm_rect *dst = &state->state.dst; in rcar_du_plane_setup_format() local 528 rcar_du_plane_write(rgrp, index, PnDSXR, drm_rect_width(dst)); in rcar_du_plane_setup_format() 529 rcar_du_plane_write(rgrp, index, PnDSYR, drm_rect_height(dst)); in rcar_du_plane_setup_format() 530 rcar_du_plane_write(rgrp, index, PnDPXR, dst->x1); in rcar_du_plane_setup_format() 531 rcar_du_plane_write(rgrp, index, PnDPYR, dst->y1); in rcar_du_plane_setup_format()
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_guest.c | 92 get_cid_msg.dst = in vmci_get_vm_context_id() 272 check_msg->dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_check_host_caps() 338 while (dg->dst.resource != VMCI_INVALID_ID || in vmci_dispatch_dgs() 346 if (dg->dst.resource == VMCI_INVALID_ID) { in vmci_dispatch_dgs() 406 dg->dst.resource == VMCI_EVENT_HANDLER) { in vmci_dispatch_dgs() 414 dg->dst.resource, result); in vmci_dispatch_dgs()
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sctp.h | 563 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check() 566 return t->dst; in sctp_transport_dst_check() 598 static inline __u32 sctp_dst_mtu(const struct dst_entry *dst) in sctp_dst_mtu() argument 600 return SCTP_TRUNC4(max_t(__u32, dst_mtu(dst), in sctp_dst_mtu() 606 __u32 pmtu = sctp_dst_mtu(t->dst); in sctp_transport_pmtu_check()
|
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | common.c | 67 void qce_cpu_to_be32p_array(__be32 *dst, const u8 *src, unsigned int len) in qce_cpu_to_be32p_array() argument 69 __be32 *d = dst; in qce_cpu_to_be32p_array() 281 static void qce_xts_swapiv(__be32 *dst, const u8 *src, unsigned int ivsize) in qce_xts_swapiv() argument 295 qce_cpu_to_be32p_array(dst, swap, QCE_AES_IV_LENGTH); in qce_xts_swapiv() 405 static unsigned int qce_be32_to_cpu_array(u32 *dst, const u8 *src, unsigned int len) in qce_be32_to_cpu_array() argument 407 u32 *d = dst; in qce_be32_to_cpu_array()
|
/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 438 skb_dst_set(skb, &rt->dst); in ipvlan_process_v4_outbound() 470 struct dst_entry *dst; in ipvlan_route_v6_outbound() local 473 dst = ip6_route_output(dev_net(dev), NULL, &fl6); in ipvlan_route_v6_outbound() 474 err = dst->error; in ipvlan_route_v6_outbound() 476 dst_release(dst); in ipvlan_route_v6_outbound() 479 skb_dst_set(skb, dst); in ipvlan_route_v6_outbound()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | pptp.c | 176 tdev = rt->dst.dev; in pptp_xmit() 241 if (ip_dont_fragment(sk, &rt->dst)) in pptp_xmit() 249 iph->ttl = ip4_dst_hoplimit(&rt->dst); in pptp_xmit() 253 skb_dst_set(skb, &rt->dst); in pptp_xmit() 460 sk_setup_caps(sk, &rt->dst); in pptp_connect() 462 po->chan.mtu = dst_mtu(&rt->dst); in pptp_connect()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_plane.c | 539 const struct drm_rect *dst = &state->state.dst; in rcar_du_plane_setup_format() local 547 rcar_du_plane_write(rgrp, index, PnDSXR, drm_rect_width(dst)); in rcar_du_plane_setup_format() 548 rcar_du_plane_write(rgrp, index, PnDSYR, drm_rect_height(dst)); in rcar_du_plane_setup_format() 549 rcar_du_plane_write(rgrp, index, PnDPXR, dst->x1); in rcar_du_plane_setup_format() 550 rcar_du_plane_write(rgrp, index, PnDPYR, dst->y1); in rcar_du_plane_setup_format()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_layer.c | 122 dst_w = drm_rect_width(&state->dst); in sun8i_vi_layer_update_coord() 123 dst_h = drm_rect_height(&state->dst); in sun8i_vi_layer_update_coord() 233 state->dst.x1, state->dst.y1); in sun8i_vi_layer_update_coord() 237 SUN8I_MIXER_COORD(state->dst.x1, state->dst.y1)); in sun8i_vi_layer_update_coord()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_symmetric.sh | 450 local dst=$1; shift 453 dst $dst vlan 10 455 dst $dst vlan 20 483 dst $vtep_ip vlan 4001
|
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | rseq-x86-bits.h | 408 void *dst, void *src, size_t len, in rseq_cmpeqv_trymemcpy_storev() 423 "movq %[dst], %[rseq_scratch1]\n\t" in rseq_cmpeqv_trymemcpy_storev() 442 "movb %%al, (%[dst])\n\t" \ in rseq_cmpeqv_trymemcpy_storev() 444 "inc %[dst]\n\t" \ in rseq_cmpeqv_trymemcpy_storev() 455 "movq %[rseq_scratch1], %[dst]\n\t" in rseq_cmpeqv_trymemcpy_storev() 459 "movq %[rseq_scratch1], %[dst]\n\t" in rseq_cmpeqv_trymemcpy_storev() 464 "movq %[rseq_scratch1], %[dst]\n\t" in rseq_cmpeqv_trymemcpy_storev() 470 "movq %[rseq_scratch1], %[dst]\n\t" in rseq_cmpeqv_trymemcpy_storev() 475 "movq %[rseq_scratch1], %[dst]\n\t" in rseq_cmpeqv_trymemcpy_storev() 487 [dst] " in rseq_cmpeqv_trymemcpy_storev() 407 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) rseq_cmpeqv_trymemcpy_storev() argument 870 rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, void *dst, void *src, size_t len, intptr_t newv, int cpu) rseq_cmpeqv_trymemcpy_storev() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubenc.c | 236 static void copy_rectangle(AVSubtitleRect *dst, AVSubtitleRect *src, int cmap[]) in copy_rectangle() argument 242 q = dst->data[0] + (src->x - dst->x) + in copy_rectangle() 243 (src->y - dst->y) * dst->linesize[0]; in copy_rectangle() 248 q += dst->linesize[0] - src->w; in copy_rectangle()
|
H A D | wmv2dec.c | 60 uint8_t *dst, int stride, int n) in wmv2_add_block() 67 w->common.wdsp.idct_add(dst, stride, block1); in wmv2_add_block() 70 ff_simple_idct84_add(dst, stride, block1); in wmv2_add_block() 71 ff_simple_idct84_add(dst + 4 * stride, stride, w->abt_block2[n]); in wmv2_add_block() 75 ff_simple_idct48_add(dst, stride, block1); in wmv2_add_block() 76 ff_simple_idct48_add(dst + 4, stride, w->abt_block2[n]); in wmv2_add_block() 59 wmv2_add_block(WMV2DecContext *w, int16_t *block1, uint8_t *dst, int stride, int n) wmv2_add_block() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_bilateral.c | 112 AVFilterContext *ctx = inlink->dst; in config_input() 340 type *dst = (type *)out->data[plane] + i * dst_linesize; \ 343 dst[j] = lrintf(img_out_f[j]); \ 410 uint8_t *dst = out->data[plane]; in bilateralo_planes() local 412 av_image_copy_plane(dst + slice_start * dst_linesize, in bilateralo_planes() 433 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
H A D | vf_xmedian.c | 148 type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ 152 av_image_copy_plane((uint8_t *)dst, out->linesize[p], \ 174 dst[x] = values[index]; \ 176 dst[x] = (values[index] + values[index - 1]) >> 1; \ 179 dst += dst_linesize; \ 399 AVFilterContext *ctx = inlink->dst; in tmedian_filter_frame()
|
H A D | vsrc_gradients.c | 255 uint32_t *dst = (uint32_t *)frame->data[0] + start * linesize; in draw_gradients_slice() local 260 dst[x] = lerp_colors(s->color_rgba, s->nb_colors, s->nb_colors + (s->type >= 2), factor); in draw_gradients_slice() 263 dst += linesize; in draw_gradients_slice() 278 uint64_t *dst = (uint64_t *)frame->data[0] + start * linesize; in draw_gradients_slice16() local 283 dst[x] = lerp_colors16(s->color_rgba, s->nb_colors, s->nb_colors + s->type >= 2, factor); in draw_gradients_slice16() 286 dst += linesize; in draw_gradients_slice16()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | vc1dsp_altivec.c | 315 #define GET_TMP2(dst, p) \ in vc1_inv_trans_8x4_altivec() 319 #define GET_TMP2(dst,p) \ in vc1_inv_trans_8x4_altivec() 320 tmp = vec_vsx_ld (0, dst); \ in vc1_inv_trans_8x4_altivec() 337 #define PUT_OP_U8_ALTIVEC(d, s, dst) d = s 338 #define AVG_OP_U8_ALTIVEC(d, s, dst) d = vec_avg(dst, s)
|
/third_party/ffmpeg/libavutil/ |
H A D | tx.c | 139 int dst = src_map[src]; in ff_tx_gen_ptwo_inplace_revtab_idx() local 142 if (dst <= src) in ff_tx_gen_ptwo_inplace_revtab_idx() 150 if (dst == s->map[j]) { in ff_tx_gen_ptwo_inplace_revtab_idx() 155 dst = src_map[dst]; in ff_tx_gen_ptwo_inplace_revtab_idx() 156 } while (dst != src && !found); in ff_tx_gen_ptwo_inplace_revtab_idx()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple.c | 1007 * \param dst pointer to destination 1010 void snd_mixer_selem_id_copy(snd_mixer_selem_id_t *dst, const snd_mixer_selem_id_t *src) in snd_mixer_selem_id_copy() argument 1012 assert(dst && src); in snd_mixer_selem_id_copy() 1013 *dst = *src; in snd_mixer_selem_id_copy() 1063 * \param dst Parsed simple mixer element identifier 1066 int snd_mixer_selem_id_parse(snd_mixer_selem_id_t *dst, const char *str) in snd_mixer_selem_id_parse() argument 1072 memset(dst, 0, sizeof(*dst)); in snd_mixer_selem_id_parse() 1108 dst->index = atoi(str); in snd_mixer_selem_id_parse() 1110 snd_strlcpy(dst in snd_mixer_selem_id_parse() [all...] |
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 194 osmesa_read_buffer(OSMesaContext osmesa, struct pipe_resource *res, void *dst, in osmesa_read_buffer() argument 212 dst = (ubyte *)dst + (res->height0 - 1) * dst_stride; in osmesa_read_buffer() 219 memcpy(dst, src, bpp * res->width0); in osmesa_read_buffer() 220 dst = (ubyte *)dst + dst_stride; in osmesa_read_buffer()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | xattrs.c | 269 int dst; in getmappingitem() local 279 dst = 0; in getmappingitem() 285 if ((dst < LINESZ) in getmappingitem() 289 maptext[dst++] = buf[src]; in getmappingitem() 299 maptext[dst] = '\0'; in getmappingitem() 300 dst = 0; in getmappingitem()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | image.c | 45 * store the result in another array (dst). For in-place byte-swapping this 46 * function can be called with the same array for src and dst. 48 * \param dst the array where byte-swapped data will be stored. 53 swap2_copy( GLushort *dst, GLushort *src, GLuint n ) in swap2_copy() argument 57 dst[i] = (src[i] >> 8) | ((src[i] << 8) & 0xff00); in swap2_copy() 69 * store the result in another array (dst). For in-place byte-swapping this 70 * function can be called with the same array for src and dst. 72 * \param dst the array where byte-swapped data will be stored. 77 swap4_copy( GLuint *dst, GLuint *src, GLuint n ) in swap4_copy() argument 86 dst[ in swap4_copy() 865 _mesa_swap_bytes_2d_image(GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLvoid *dst, const GLvoid *src) _mesa_swap_bytes_2d_image() argument [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 608 const char *lwip_inet_ntop(int af, const void *src, char *dst, socklen_t size); 609 int lwip_inet_pton(int af, const char *src, void *dst); 677 #define inet_ntop(af,src,dst,size) lwip_inet_ntop(af,src,dst,size) 679 #define inet_pton(af,src,dst) lwip_inet_pton(af,src,dst)
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 1277 SVGA3dSurfaceImageId dst; member 1294 SVGA3dSurfaceImageId dst; member 1313 SVGA3dSurfaceImageId dst; member 1331 SVGA3dSurfaceImageId dst; member 1349 SVGA3dSurfaceImageId dst; member 1372 SVGA3dSurfaceImageId dst; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_zscan.c | 486 struct pipe_sampler_view *src, struct pipe_surface *dst) in vl_zscan_init_buffer() 497 buffer->viewport.scale[0] = dst->width; in vl_zscan_init_buffer() 498 buffer->viewport.scale[1] = dst->height; in vl_zscan_init_buffer() 508 buffer->fb_state.width = dst->width; in vl_zscan_init_buffer() 509 buffer->fb_state.height = dst->height; in vl_zscan_init_buffer() 511 pipe_surface_reference(&buffer->fb_state.cbufs[0], dst); in vl_zscan_init_buffer() 485 vl_zscan_init_buffer(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, struct pipe_sampler_view *src, struct pipe_surface *dst) vl_zscan_init_buffer() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 243 /* Replace the storage of dst with src. */ 245 struct pipe_resource *dst, in r600_replace_buffer_storage() 249 struct r600_resource *rdst = r600_resource(dst); in r600_replace_buffer_storage() 264 rctx->rebind_buffer(ctx, dst, old_gpu_address); in r600_replace_buffer_storage() 464 struct pipe_resource *dst, *src; in r600_buffer_do_flush_region() local 468 dst = transfer->resource; in r600_buffer_do_flush_region() 475 ctx->resource_copy_region(ctx, dst, 0, box->x, 0, 0, src, 0, &dma_box); in r600_buffer_do_flush_region() 244 r600_replace_buffer_storage(struct pipe_context *ctx, struct pipe_resource *dst, struct pipe_resource *src) r600_replace_buffer_storage() argument
|