/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...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_engine.cpp | 121 RectI dst(dstRect.x, dstRect.y, dstRect.w, dstRect.h); in DrawLayers() 122 RSUniRenderUtil::DrawRectForDfx(canvas, dst, Drawing::Color::COLOR_YELLOW, REDRAW_DFX_ALPHA, in DrawLayers()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 26 LayerContext::LayerContext(GraphicIRect dst, GraphicIRect src, uint32_t zorder, LayerType layerType) in LayerContext() argument 27 : dst_(dst), src_(src), zorder_(zorder), layerType_(layerType) in LayerContext()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_kawase_blur_test.cpp | 49 Drawing::Rect dst;
in HWTEST_F() local 50 KawaseParameter param = KawaseParameter(src, dst, 1);
in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | mount_argument_utils.cpp | 151 auto dst = GetFullDst(); in GetCtrlPath() local 152 auto res = MocklispHash(dst); in GetCtrlPath()
|
/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color_space.h | 139 inline bool FloatEqual(const float src, const float dst)
in FloatEqual() argument 141 return fabs(src - dst) < COLOR_EPSILON;
in FloatEqual()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
H A D | pen_fuzzer.cpp | 125 Path dst; in PenFuzzTestInner04() local 128 PenTwo.GetFillPath(src, dst, &rect, matrix); in PenFuzzTestInner04()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/ |
H A D | videoenc_sample.h | 105 uint32_t ReadOneFrameYUV420SP(uint8_t *dst); 106 void ReadOneFrameRGBA8888(uint8_t *dst);
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/ |
H A D | image_source_filter.cpp | 78 CopyInfo dst = { in UpdateInputBufferIfNeed() local 88 MemcpyHelper::CopyData(srcBuffer.get(), dst); in UpdateInputBufferIfNeed()
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes_xts.c | 119 walk.dst.virt.addr, in p8_aes_xts_crypt() 124 walk.dst.virt.addr, in p8_aes_xts_crypt()
|