/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 962 struct scatterlist *dst, in talitos_sg_unmap() 970 if (is_sec1 && dst && dst_nents > 1) { in talitos_sg_unmap() 973 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap() 976 if (src != dst) { in talitos_sg_unmap() 980 if (dst && (dst_nents == 1 || !is_sec1)) in talitos_sg_unmap() 981 dma_unmap_sg(dev, dst, dst_nents, DMA_FROM_DEVICE); in talitos_sg_unmap() 1004 talitos_sg_unmap(dev, edesc, areq->src, areq->dst, in ipsec_esp_unmap() 1014 sg_pcopy_to_buffer(areq->dst, dst_nents, ctx->iv, ivsize, in ipsec_esp_unmap() 1226 (areq->src == areq->dst) ? in ipsec_esp() 1264 if (areq->src != areq->dst) { in ipsec_esp() 959 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 1319 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-6.6/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...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 503 * a norefcounted dst in __sock_queue_rcv_skb() 598 struct dst_entry *dst = __sk_dst_get(sk); in __sk_dst_check() local 600 if (dst && dst->obsolete && in __sk_dst_check() 601 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 602 dst, cookie) == NULL) { in __sk_dst_check() 606 dst_release(dst); in __sk_dst_check() 610 return dst; in __sk_dst_check() 616 struct dst_entry *dst = sk_dst_get(sk); in sk_dst_check() local 618 if (dst in sk_dst_check() 1589 groups_to_user(sockptr_t dst, const struct group_info *src) groups_to_user() argument 2425 sk_dst_gso_max_size(struct sock *sk, struct dst_entry *dst) sk_dst_gso_max_size() argument 2443 sk_setup_caps(struct sock *sk, struct dst_entry *dst) sk_setup_caps() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 231 static void getDistinctSamplerTypes (vector<glu::DataType>& dst, const glu::VarType& type) in getDistinctSamplerTypes() argument 236 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end()) in getDistinctSamplerTypes() 237 dst.push_back(basicType); in getDistinctSamplerTypes() 240 getDistinctSamplerTypes(dst, type.getElementType()); in getDistinctSamplerTypes() 246 getDistinctSamplerTypes(dst, structType.getMember(i).getType()); in getDistinctSamplerTypes() 1032 bool getActiveUniforms (vector<BasicUniformReportGL>& dst, const vector<BasicUniformReportRef>& ref, deUint32 programGL); 1034 bool getActiveUniformsiv (vector<BasicUniformReportGL>& dst, const vector<BasicUniformReportRef>& ref, deUint32 programGL); 1066 void writeUniformDefinitions (std::ostringstream& dst) cons 1308 writeUniformCompareExpr(std::ostringstream& dst, const BasicUniform& uniform) const writeUniformCompareExpr() argument 1318 writeUniformComparisons(std::ostringstream& dst, const vector<BasicUniform>& basicUniforms, const char* const variableName) const writeUniformComparisons() argument [all...] |
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_socket_test.cpp | 1926 char dst[TEST_BUF_SIZE] = {0}; 1927 int32_t ret = SoftBusInetPtoN(SOFTBUS_AF_INET, src, dst); 1929 EXPECT_EQ(0x100A8C0, *(unsigned int *)dst); 1941 char dst[TEST_BUF_SIZE] = {0}; 1942 int32_t ret = SoftBusInetPtoN(SOFTBUS_AF_INET, src, dst); 1955 char dst[TEST_BUF_SIZE] = {0}; 1956 int32_t ret = SoftBusInetPtoN(SOFTBUS_AF_INET, src, dst); 1969 char dst[TEST_BUF_SIZE] = {0}; 1970 int32_t ret = SoftBusInetPtoN(SOFTBUS_AF_INET, src, dst); 1983 char dst[TEST_BUF_SIZ [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | bcm-sba-raid.c | 653 dma_addr_t dst, dma_addr_t src) in sba_fillup_memcpy_msg() 698 cmdsp->data = dst + msg_offset; in sba_fillup_memcpy_msg() 712 dma_addr_t off, dma_addr_t dst, dma_addr_t src, in sba_prep_dma_memcpy_req() 726 off, len, dst, src); in sba_prep_dma_memcpy_req() 736 sba_prep_dma_memcpy(struct dma_chan *dchan, dma_addr_t dst, dma_addr_t src, in sba_prep_dma_memcpy() argument 748 req = sba_prep_dma_memcpy_req(sba, off, dst, src, in sba_prep_dma_memcpy() 772 dma_addr_t dst, dma_addr_t *src, u32 src_cnt) in sba_fillup_xor_msg() 837 cmdsp->data = dst + msg_offset; in sba_fillup_xor_msg() 851 dma_addr_t off, dma_addr_t dst, dma_addr_t *src, in sba_prep_dma_xor_req() 865 off, len, dst, sr in sba_prep_dma_xor_req() 649 sba_fillup_memcpy_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t src) sba_fillup_memcpy_msg() argument 711 sba_prep_dma_memcpy_req(struct sba_device *sba, dma_addr_t off, dma_addr_t dst, dma_addr_t src, size_t len, unsigned long flags) sba_prep_dma_memcpy_req() argument 768 sba_fillup_xor_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t *src, u32 src_cnt) sba_fillup_xor_msg() argument 850 sba_prep_dma_xor_req(struct sba_device *sba, dma_addr_t off, dma_addr_t dst, dma_addr_t *src, u32 src_cnt, size_t len, unsigned long flags) sba_prep_dma_xor_req() argument 875 sba_prep_dma_xor(struct dma_chan *dchan, dma_addr_t dst, dma_addr_t *src, u32 src_cnt, size_t len, unsigned long flags) sba_prep_dma_xor() argument 1342 sba_prep_dma_pq(struct dma_chan *dchan, dma_addr_t *dst, dma_addr_t *src, u32 src_cnt, const u8 *scf, size_t len, unsigned long flags) sba_prep_dma_pq() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.c | 383 display_pipe_dest_params_st *dst = &pipes[j].pipe.dest; in fetch_pipe_params() local 423 mode_lib->vba.Interlace[mode_lib->vba.NumberOfActivePlanes] = dst->interlaced; in fetch_pipe_params() 424 if (dst->interlaced && !ip->ptoi_supported) { in fetch_pipe_params() 432 mode_lib->vba.HTotal[mode_lib->vba.NumberOfActivePlanes] = dst->htotal; in fetch_pipe_params() 433 mode_lib->vba.VTotal[mode_lib->vba.NumberOfActivePlanes] = dst->vtotal; in fetch_pipe_params() 442 mode_lib->vba.HActive[mode_lib->vba.NumberOfActivePlanes] = dst->hactive; in fetch_pipe_params() 443 mode_lib->vba.VActive[mode_lib->vba.NumberOfActivePlanes] = dst->vactive; in fetch_pipe_params() 447 dst->recout_width; // TODO: or should this be full_recout_width???...maybe only when in hsplit mode? in fetch_pipe_params() 449 dst->odm_combine; in fetch_pipe_params() 523 mode_lib->vba.PixelClock[mode_lib->vba.NumberOfActivePlanes] = dst in fetch_pipe_params() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 731 struct drm_rect src[R_MAX], dst[R_MAX]; in dpu_plane_validate_multirect_v2() local 770 dst[i] = drm_plane_state_dest(drm_state[i]); in dpu_plane_validate_multirect_v2() 772 if (drm_rect_calc_hscale(&src[i], &dst[i], 1, 1) != 1 || in dpu_plane_validate_multirect_v2() 773 drm_rect_calc_vscale(&src[i], &dst[i], 1, 1) != 1) { in dpu_plane_validate_multirect_v2() 815 if (dst[R1].y1 >= dst[R0].y2 + buffer_lines || in dpu_plane_validate_multirect_v2() 816 dst[R0].y1 >= dst[R1].y2 + buffer_lines) { in dpu_plane_validate_multirect_v2() 942 struct drm_rect src, dst, fb_rect = { 0 }; in dpu_plane_atomic_check() local 965 dst in dpu_plane_atomic_check() [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl.c | 1831 struct xfs_icwalk *dst) in xfs_fs_eofblocks_from_user() 1843 dst->icw_flags = 0; in xfs_fs_eofblocks_from_user() 1845 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user() 1847 dst->icw_flags |= XFS_ICWALK_FLAG_UID; in xfs_fs_eofblocks_from_user() 1849 dst->icw_flags |= XFS_ICWALK_FLAG_GID; in xfs_fs_eofblocks_from_user() 1851 dst->icw_flags |= XFS_ICWALK_FLAG_PRID; in xfs_fs_eofblocks_from_user() 1853 dst->icw_flags |= XFS_ICWALK_FLAG_MINFILESIZE; in xfs_fs_eofblocks_from_user() 1855 dst->icw_prid = src->eof_prid; in xfs_fs_eofblocks_from_user() 1856 dst->icw_min_file_size = src->eof_min_file_size; in xfs_fs_eofblocks_from_user() 1858 dst in xfs_fs_eofblocks_from_user() 1829 xfs_fs_eofblocks_from_user( struct xfs_fs_eofblocks *src, struct xfs_icwalk *dst) xfs_fs_eofblocks_from_user() argument [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | bcm-sba-raid.c | 645 dma_addr_t dst, dma_addr_t src) in sba_fillup_memcpy_msg() 690 cmdsp->data = dst + msg_offset; in sba_fillup_memcpy_msg() 704 dma_addr_t off, dma_addr_t dst, dma_addr_t src, in sba_prep_dma_memcpy_req() 718 off, len, dst, src); in sba_prep_dma_memcpy_req() 728 sba_prep_dma_memcpy(struct dma_chan *dchan, dma_addr_t dst, dma_addr_t src, in sba_prep_dma_memcpy() argument 740 req = sba_prep_dma_memcpy_req(sba, off, dst, src, in sba_prep_dma_memcpy() 764 dma_addr_t dst, dma_addr_t *src, u32 src_cnt) in sba_fillup_xor_msg() 829 cmdsp->data = dst + msg_offset; in sba_fillup_xor_msg() 843 dma_addr_t off, dma_addr_t dst, dma_addr_t *src, in sba_prep_dma_xor_req() 857 off, len, dst, sr in sba_prep_dma_xor_req() 641 sba_fillup_memcpy_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t src) sba_fillup_memcpy_msg() argument 703 sba_prep_dma_memcpy_req(struct sba_device *sba, dma_addr_t off, dma_addr_t dst, dma_addr_t src, size_t len, unsigned long flags) sba_prep_dma_memcpy_req() argument 760 sba_fillup_xor_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t *src, u32 src_cnt) sba_fillup_xor_msg() argument 842 sba_prep_dma_xor_req(struct sba_device *sba, dma_addr_t off, dma_addr_t dst, dma_addr_t *src, u32 src_cnt, size_t len, unsigned long flags) sba_prep_dma_xor_req() argument 867 sba_prep_dma_xor(struct dma_chan *dchan, dma_addr_t dst, dma_addr_t *src, u32 src_cnt, size_t len, unsigned long flags) sba_prep_dma_xor() argument 1334 sba_prep_dma_pq(struct dma_chan *dchan, dma_addr_t *dst, dma_addr_t *src, u32 src_cnt, const u8 *scf, size_t len, unsigned long flags) sba_prep_dma_pq() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 252 static enum vc4_scaling_mode vc4_get_scaling_mode(u32 src, u32 dst) in vc4_get_scaling_mode() argument 254 if (dst == src) in vc4_get_scaling_mode() 256 if (3 * dst >= 2 * src) in vc4_get_scaling_mode() 475 vc4_state->crtc_x = state->dst.x1; in vc4_plane_setup_clipping_and_scaling() 476 vc4_state->crtc_y = state->dst.y1; in vc4_plane_setup_clipping_and_scaling() 477 vc4_state->crtc_w = state->dst.x2 - state->dst.x1; in vc4_plane_setup_clipping_and_scaling() 478 vc4_state->crtc_h = state->dst.y2 - state->dst.y1; in vc4_plane_setup_clipping_and_scaling() 522 static void vc4_write_tpz(struct vc4_plane_state *vc4_state, u32 src, u32 dst) in vc4_write_tpz() argument 540 vc4_write_ppf(struct vc4_plane_state *vc4_state, u32 src, u32 dst) vc4_write_ppf() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 278 struct dst_entry *dst = NULL; in seg6_lookup_any_nexthop() local 295 dst = ip6_route_input_lookup(net, skb->dev, &fl6, skb, flags); in seg6_lookup_any_nexthop() 304 dst = &rt->dst; in seg6_lookup_any_nexthop() 313 if (dst && (dst->dev->flags & dev_flags) && !dst->error) { in seg6_lookup_any_nexthop() 314 dst_release(dst); in seg6_lookup_any_nexthop() 315 dst = NULL; in seg6_lookup_any_nexthop() 319 if (!dst) { in seg6_lookup_any_nexthop() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodec_template.c | 654 #define SPLIT(dst,sf,n) \ 657 dst = sf - 3 * m; \ 660 dst = sf & 3; \ 664 dst = sf - 5 * m; \ 668 dst = sf - 6 * m; \ 671 dst = 0; \ 739 *dst = v; 742 #define READ_FLIP_SIGN(dst,src) \ 744 AV_WN32A(dst, v); 746 #define READ_FLIP_SIGN(dst,sr 905 INTFLOAT *ptr, *dst, *ptr1; reorder_block() local [all...] |
H A D | me_cmp.c | 561 static int hadamard8_diff8x8_c(MpegEncContext *s, uint8_t *dst, in hadamard8_diff8x8_c() argument 571 src[stride * i + 0] - dst[stride * i + 0], in hadamard8_diff8x8_c() 572 src[stride * i + 1] - dst[stride * i + 1]); in hadamard8_diff8x8_c() 574 src[stride * i + 2] - dst[stride * i + 2], in hadamard8_diff8x8_c() 575 src[stride * i + 3] - dst[stride * i + 3]); in hadamard8_diff8x8_c() 577 src[stride * i + 4] - dst[stride * i + 4], in hadamard8_diff8x8_c() 578 src[stride * i + 5] - dst[stride * i + 5]); in hadamard8_diff8x8_c() 580 src[stride * i + 6] - dst[stride * i + 6], in hadamard8_diff8x8_c() 581 src[stride * i + 7] - dst[stride * i + 7]); in hadamard8_diff8x8_c() 994 static int name16(MpegEncContext *s, uint8_t *dst, uint8_ [all...] |
H A D | mpegvideo.c | 269 static void gray16(uint8_t *dst, const uint8_t *src, ptrdiff_t linesize, int h) in gray16() argument 272 memset(dst + h*linesize, 128, 16); in gray16() 275 static void gray8(uint8_t *dst, const uint8_t *src, ptrdiff_t linesize, int h) in gray8() argument 278 memset(dst + h*linesize, 128, 8); in gray8() 476 int ff_update_duplicate_context(MpegEncContext *dst, const MpegEncContext *src) in ff_update_duplicate_context() argument 481 backup_duplicate_context(&bak, dst); in ff_update_duplicate_context() 482 memcpy(dst, src, sizeof(MpegEncContext)); in ff_update_duplicate_context() 483 backup_duplicate_context(dst, &bak); in ff_update_duplicate_context() 485 dst->pblocks[i] = &dst in ff_update_duplicate_context() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 377 /* dst[i] = (src[i] >> 8) | ((src[i] << 8) & 0xff00); */ in swap2() 787 struct pipe_resource *dst = NULL; in download_texture_compute() local 959 dst = pack->BufferObj->buffer; in download_texture_compute() 962 dst = pipe_buffer_create(screen, PIPE_BIND_SHADER_BUFFER, PIPE_USAGE_STAGING, buffer_size); in download_texture_compute() 963 if (!dst) in download_texture_compute() 966 buffer.buffer = dst; in download_texture_compute() 1000 return dst; in download_texture_compute() 1007 struct pipe_resource *dst, enum pipe_format dst_format, in copy_converted_buffer() 1015 uint8_t *map = pipe_buffer_map(st->pipe, dst, PIPE_MAP_READ | PIPE_MAP_ONCE, &xfer); in copy_converted_buffer() 1032 GLubyte *dst in copy_converted_buffer() local 1004 copy_converted_buffer(struct gl_context * ctx, struct gl_pixelstore_attrib *pack, enum pipe_texture_target view_target, struct pipe_resource *dst, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void *pixels) copy_converted_buffer() argument 1061 struct pipe_resource *dst = NULL; st_GetTexSubImage_shader() local [all...] |
/third_party/lwip/src/core/ |
H A D | tcp_out.c | 97 #define TCP_DATA_COPY(dst, src, len, seg) do { \ 98 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), \ 101 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) \ 102 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), len, chksum, chksum_swapped); 104 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) 105 #define TCP_DATA_COPY2(dst, src, len, chksum, chksum_swapped) MEMCPY(dst, src, len) 132 tcp_route(const struct tcp_pcb *pcb, const ip_addr_t *src, const ip_addr_t *dst) in tcp_route() argument 148 return ip_route(src, dst, grou in tcp_route() 1934 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, const ip_addr_t *src, const ip_addr_t *dst) tcp_output_control_segment() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 1811 const char **dst; in add_path_entry() local 1819 dst = includepath; in add_path_entry() 1820 while (*dst) { in add_path_entry() 1821 if (strcmp(*dst, path) == 0) in add_path_entry() 1823 dst++; in add_path_entry() 1826 dst = *where; in add_path_entry() 1831 * Move them all up starting at dst, in add_path_entry() 1835 const char *tmp = *dst; in add_path_entry() 1836 *dst = next; in add_path_entry() 1838 dst in add_path_entry() 1887 const char **dst = includepath; add_dirafter_entry() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_glue.c | 635 const u8 *dst; member 652 os_memcmp(hapd->own_addr, idata->dst, ETH_ALEN) != 0) in hostapd_wpa_auth_ft_iter() 694 static int hostapd_wpa_auth_send_ether(void *ctx, const u8 *dst, u16 proto, in hostapd_wpa_auth_send_ether() argument 710 MAC2STR(dst), hex); in hostapd_wpa_auth_send_ether() 722 idata.dst = dst; in hostapd_wpa_auth_send_ether() 739 os_memcpy(buf->h_dest, dst, ETH_ALEN); in hostapd_wpa_auth_send_ether() 743 ret = l2_packet_send(hapd->l2, dst, proto, (u8 *) buf, in hostapd_wpa_auth_send_ether() 794 wpa_printf(MSG_DEBUG, "RRB(%s): %s src=" MACSTR_SEC " dst=" MACSTR_SEC in hostapd_oui_deliver_later() 856 "RRB(%s): local delivery to %s dst in hostapd_wpa_auth_oui_iter() 889 hostapd_wpa_auth_send_oui(void *ctx, const u8 *dst, u8 oui_suffix, const u8 *data, size_t data_len) hostapd_wpa_auth_send_oui() argument 1027 hostapd_wpa_auth_send_ft_action(void *ctx, const u8 *dst, const u8 *data, size_t data_len) hostapd_wpa_auth_send_ft_action() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 407 dst_release(ep->dst); in _c4iw_free_ep() 1230 dst_confirm(ep->dst); in act_establish() 2072 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep() 2079 n = dst_neigh_lookup(dst, peer_ip); in import_ep() 2127 ep->mtu = dst_mtu(dst); in import_ep() 2202 ep->dst = cxgb_find_route(&ep->com.dev->rdev.lldi, get_real_dev, in c4iw_reconnect() 2210 ep->dst = cxgb_find_route6(&ep->com.dev->rdev.lldi, in c4iw_reconnect() 2221 if (!ep->dst) { in c4iw_reconnect() 2226 err = import_ep(ep, iptype, ra, ep->dst, ep->com.dev, false, in c4iw_reconnect() 2248 dst_release(ep->dst); in c4iw_reconnect() 2071 import_ep(struct c4iw_ep *ep, int iptype, __u8 *peer_ip, struct dst_entry *dst, struct c4iw_dev *cdev, bool clear_mpa_v1, enum chip_type adapter_type, u8 tos) import_ep() argument 2523 struct dst_entry *dst; pass_accept_req() local 4071 struct dst_entry *dst; rx_pkt() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 407 dst_release(ep->dst); in _c4iw_free_ep() 1230 dst_confirm(ep->dst); in act_establish() 2072 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep() 2079 n = dst_neigh_lookup(dst, peer_ip); in import_ep() 2127 ep->mtu = dst_mtu(dst); in import_ep() 2202 ep->dst = cxgb_find_route(&ep->com.dev->rdev.lldi, get_real_dev, in c4iw_reconnect() 2210 ep->dst = cxgb_find_route6(&ep->com.dev->rdev.lldi, in c4iw_reconnect() 2221 if (!ep->dst) { in c4iw_reconnect() 2226 err = import_ep(ep, iptype, ra, ep->dst, ep->com.dev, false, in c4iw_reconnect() 2248 dst_release(ep->dst); in c4iw_reconnect() 2071 import_ep(struct c4iw_ep *ep, int iptype, __u8 *peer_ip, struct dst_entry *dst, struct c4iw_dev *cdev, bool clear_mpa_v1, enum chip_type adapter_type, u8 tos) import_ep() argument 2517 struct dst_entry *dst; pass_accept_req() local 4068 struct dst_entry *dst; rx_pkt() local [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 3260 uint64_t dst[5] = {0, 0, 0, 0, 0}; 3262 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst); 3283 ASSERT_EQUAL_64(0x76543210, dst[0]); 3285 ASSERT_EQUAL_64(0xfedcba9800000000, dst[1]); 3287 ASSERT_EQUAL_64(0x0123456789abcdef, dst[2]); 3289 ASSERT_EQUAL_64(0x3200, dst[3]); 3291 ASSERT_EQUAL_64(0x765400, dst[4]); 3302 uint32_t dst[8192]; 3304 uintptr_t dst_base = reinterpret_cast<uintptr_t>(dst); 3306 memset(dst, [all...] |
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 320 __u32 *dst, u32 bytes) in bank_reads8() 331 *dst = readl_relaxed(src); in bank_reads8() 334 dst++; in bank_reads8() 338 *dst = __raw_readl(src); in bank_reads8() 341 dst++; in bank_reads8() 348 /* in case we have 3, 2 or 1 by left. The dst buffer may not be fully in bank_reads8() 356 dst_byteptr = (void *) dst; in bank_reads8() 366 static void isp1760_mem_read(struct usb_hcd *hcd, u32 src_offset, void *dst, in isp1760_mem_read() argument 374 bank_reads8(priv->base, src_offset, ISP_BANK_0, dst, bytes); in isp1760_mem_read() 405 static void mem_read(struct usb_hcd *hcd, u32 src_offset, __u32 *dst, in mem_read() argument 319 bank_reads8(void __iomem *src_base, u32 src_offset, u32 bank_addr, __u32 *dst, u32 bytes) bank_reads8() argument 419 __u32 __iomem *dst; isp1760_mem_write() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_psr.c | 1844 val = (clip->y1 + plane_state->uapi.dst.y1) << 16; in intel_psr2_program_plane_sel_fetch_noarm() 1845 val |= plane_state->uapi.dst.x1; in intel_psr2_program_plane_sel_fetch_noarm() 1975 if (plane_state->uapi.dst.y1 < 0 || in psr2_sel_fetch_plane_state_supported() 1976 plane_state->uapi.dst.x1 < 0 || in psr2_sel_fetch_plane_state_supported() 2047 !drm_rect_equals(&new_plane_state->uapi.dst, in intel_psr2_sel_fetch_update() 2048 &old_plane_state->uapi.dst)) { in intel_psr2_sel_fetch_update() 2050 damaged_area.y1 = old_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update() 2051 damaged_area.y2 = old_plane_state->uapi.dst.y2; in intel_psr2_sel_fetch_update() 2057 damaged_area.y1 = new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update() 2058 damaged_area.y2 = new_plane_state->uapi.dst in intel_psr2_sel_fetch_update() [all...] |
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 805 const char* src, char* dst, int i) { in exec_ops() 1248 store(dst + 1*i, cast<U8>(to_fixed(a * 255))); in exec_ops() 1253 store(dst + 1*i, cast<U8>(to_fixed(g * 255))); in exec_ops() 1257 store<U16>(dst + 2*i, cast<U16>(to_fixed(r * 15) << 12) in exec_ops() 1264 store<U16>(dst + 2*i, cast<U16>(to_fixed(r * 31) << 0 ) in exec_ops() 1270 uint8_t* rgb = (uint8_t*)dst + 3*i; in exec_ops() 1308 store(dst + 4*i, cast<U32>(to_fixed(r * 255)) << 0 in exec_ops() 1315 store(dst + 4*i, cast<U32>(to_fixed(r * 1023)) << 0 in exec_ops() 1322 uintptr_t ptr = (uintptr_t)(dst + 6*i); in exec_ops() 1323 assert( (ptr & 1) == 0 ); // The dst pointe in exec_ops() 804 exec_ops(const Op* ops, const void** args, const char* src, char* dst, int i) exec_ops() argument 1565 run_program(const Op* program, const void** arguments, const char* src, char* dst, int n, const size_t src_bpp, const size_t dst_bpp) run_program() argument [all...] |