Home
last modified time | relevance | path

Searched refs:dst (Results 4676 - 4700 of 10382) sorted by relevance

1...<<181182183184185186187188189190>>...416

/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c252 union lsdc_pixpll_reg_bitmap *dst) in __pixpll_rreg()
255 dst->d = readq(this->mmio); in __pixpll_rreg()
257 dst->w[0] = readl(this->mmio); in __pixpll_rreg()
258 dst->w[1] = readl(this->mmio + 4); in __pixpll_rreg()
251 __pixpll_rreg(struct lsdc_pixpll *this, union lsdc_pixpll_reg_bitmap *dst) __pixpll_rreg() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c207 mtk_plane_state->pending.x = new_state->dst.x1; in mtk_plane_update_new_state()
208 mtk_plane_state->pending.y = new_state->dst.y1; in mtk_plane_update_new_state()
209 mtk_plane_state->pending.width = drm_rect_width(&new_state->dst); in mtk_plane_update_new_state()
210 mtk_plane_state->pending.height = drm_rect_height(&new_state->dst); in mtk_plane_update_new_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dbase.c47 u32 dst, src, cmd; in nvkm_falcon_dma_wr() local
67 dst = mem_base; in nvkm_falcon_dma_wr()
71 dma->xfer(falcon, dst, src - dma_start, cmd); in nvkm_falcon_dma_wr()
95 dst += dmalen; in nvkm_falcon_dma_wr()
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Drseq-riscv-bits.h345 void *dst, void *src, size_t len, in rseq_cmpeqv_trymemcpy_storev()
364 RSEQ_ASM_OP_R_BAD_MEMCPY(dst, src, len) in rseq_cmpeqv_trymemcpy_storev()
380 [dst] "r" (dst), in rseq_cmpeqv_trymemcpy_storev()
344 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
H A Drseq-arm64-bits.h323 void *dst, void *src, size_t len, in rseq_cmpeqv_trymemcpy_storev()
344 RSEQ_ASM_OP_R_BAD_MEMCPY(dst, src, len) in rseq_cmpeqv_trymemcpy_storev()
360 [dst] "r" (dst), in rseq_cmpeqv_trymemcpy_storev()
322 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
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c89 route_err = rt->dst.error; in __nft_fib6_eval_type()
90 dst_release(&rt->dst); in __nft_fib6_eval_type()
99 dst_release(&rt->dst); in __nft_fib6_eval_type()
197 if (rt->dst.error) in nft_fib6_eval()
/kernel/linux/linux-6.6/net/ipv6/
H A Dxfrm6_protocol.c79 struct dst_entry *dst; in xfrm6_rcv_encap() local
89 dst = ip6_route_input_lookup(dev_net(skb->dev), skb->dev, &fl6, in xfrm6_rcv_encap()
91 if (dst->error) in xfrm6_rcv_encap()
93 skb_dst_set(skb, dst); in xfrm6_rcv_encap()
/third_party/ffmpeg/libavcodec/
H A Dhapenc.c89 static int hap_compress_frame(AVCodecContext *avctx, uint8_t *dst) in hap_compress_frame() argument
109 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
159 static void hap_write_frame_header(HapContext *ctx, uint8_t *dst, int frame_length) in hap_write_frame_header() argument
164 bytestream2_init_writer(&pbc, dst, frame_length); in hap_write_frame_header()
H A Dwcmv.c51 uint8_t *dst; in decode_frame() local
184 dst = s->prev_frame->data[0] + (avctx->height - y - 1) * s->prev_frame->linesize[0] + x * bpp; in decode_frame()
186 zstream->next_out = dst; in decode_frame()
196 dst -= s->prev_frame->linesize[0]; in decode_frame()
/third_party/ffmpeg/libavfilter/
H A Dvf_elbg.c114 AVFilterContext *ctx = inlink->dst; in config_input()
147 ELBGFilterContext *const elbg = inlink->dst->priv; in filter_frame()
182 AVFilterLink *outlink = inlink->dst->outputs[0]; in filter_frame()
232 return ff_filter_frame(inlink->dst->outputs[0], frame); in filter_frame()
H A Dvf_aspect.c71 AspectContext *s = link->dst->priv; in filter_frame()
74 return ff_filter_frame(link->dst->outputs[0], frame); in filter_frame()
91 AVFilterContext *ctx = inlink->dst; in get_aspect_ratio()
92 AspectContext *s = inlink->dst->priv; in get_aspect_ratio()
H A Daf_asubboost.c78 AVFilterContext *ctx = inlink->dst; in config_input()
116 double *dst = (double *)out->extended_data[ch]; in filter_channels() local
143 dst[n] = (src[n] * dry + w[2] * buffer[write_pos] * mix) * wet; in filter_channels()
157 AVFilterContext *ctx = inlink->dst; in filter_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Dv210enc.asm53 ; v210_planar_pack_10(const uint16_t *y, const uint16_t *u, const uint16_t *v, uint8_t *dst, ptrdiff_t width)
54 cglobal v210_planar_pack_10, 5, 5, 4+cpuflag(avx2), y, u, v, dst, width
108 ; v210_planar_pack_8(const uint8_t *y, const uint8_t *u, const uint8_t *v, uint8_t *dst, ptrdiff_t width)
109 cglobal v210_planar_pack_8, 5, 5, 7, y, u, v, dst, width
H A Dac3dsp.asm74 ; void ff_float_to_fixed24(int32_t *dst, const float *src, unsigned int len)
78 cglobal float_to_fixed24, 3, 3, 9, dst, src, len
183 %macro PABSD 1-2 ; src/dst, unused
186 %else ; src/dst, tmp
H A Daudiodsp.asm49 ; void ff_vector_clip_int32(int32_t *dst, const int32_t *src, int32_t min,
59 cglobal vector_clip_int32%5, 5,5,%1, dst, src, min, max, len
121 ; void ff_vector_clipf_sse(float *dst, const float *src,
124 cglobal vector_clipf, 3, 3, 6, dst, src, len, min, max
/third_party/ffmpeg/libavutil/tests/
H A Dblowfish.c128 static void test_blowfish(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src, in test_blowfish() argument
132 av_blowfish_crypt(ctx, dst, src, len, iv, dir); in test_blowfish()
133 if (memcmp(dst, ref, 8*len)) { in test_blowfish()
137 printf("%02x ", dst[i]); in test_blowfish()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_convolution.asm28 ; void filter_3x3_sse4(uint8_t *dst, int width,
52 cglobal filter_3x3, 4, 15, 7, dst, width, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x
54 cglobal filter_3x3, 4, 15, 7, dst, width, rdiv, bias, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x
62 DEFINE_ARGS dst, width, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x
/third_party/ffmpeg/tests/checkasm/
H A Dllviddsp.c51 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, uint8_t *src, ptrdiff_t w); in check_add_bytes()
81 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, const uint8_t *src1, in check_add_median_pred()
117 declare_func_emms(AV_CPU_FLAG_MMX, int, uint8_t *dst, uint8_t *src, ptrdiff_t w, int acc); in check_add_left_pred()
146 declare_func_emms(AV_CPU_FLAG_MMX, int, uint16_t *dst, uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc); in check_add_left_pred_16()
/third_party/alsa-lib/src/rawmidi/
H A Dump.c342 * \param dst destination snd_ump_endpoint_info_t structure
345 void snd_ump_endpoint_info_copy(snd_ump_endpoint_info_t *dst, in snd_ump_endpoint_info_copy() argument
348 *dst = *src; in snd_ump_endpoint_info_copy()
531 * \param dst destination snd_ump_block_info_t structure
534 void snd_ump_block_info_copy(snd_ump_block_info_t *dst, in snd_ump_block_info_copy() argument
537 *dst = *src; in snd_ump_block_info_copy()
/third_party/mbedtls/library/
H A Dssl_cache.c40 mbedtls_ssl_cache_entry **dst) in ssl_cache_find_entry()
66 *dst = cur; in ssl_cache_find_entry()
133 mbedtls_ssl_cache_entry **dst) in ssl_cache_pick_writing_slot()
242 *dst = cur; in ssl_cache_pick_writing_slot()
37 ssl_cache_find_entry(mbedtls_ssl_cache_context *cache, unsigned char const *session_id, size_t session_id_len, mbedtls_ssl_cache_entry **dst) ssl_cache_find_entry() argument
130 ssl_cache_pick_writing_slot(mbedtls_ssl_cache_context *cache, unsigned char const *session_id, size_t session_id_len, mbedtls_ssl_cache_entry **dst) ssl_cache_pick_writing_slot() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp261 ir_variable *dst[4]; in lower_op_to_function_call() local
279 dst[i] = body.make_temp(result_type, "expanded_64bit_result"); in lower_op_to_function_call()
287 new(mem_ctx) ir_dereference_variable(dst[i]); in lower_op_to_function_call()
296 ir_rvalue *const rv = compact_destination(body, ir->type, dst); in lower_op_to_function_call()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_assembler.cpp271 Definition dst(PhysReg(7), s1);
277 bld.smem(aco_opcode::s_load_dword, dst, sbase, offset);
280 bld.smem(aco_opcode::s_load_dword, dst, sbase, Operand::c32(0x42));
284 bld.smem(aco_opcode::s_load_dword, dst, sbase, Operand::c32(0x42), offset);
/third_party/ltp/lib/
H A Dsafe_file_ops.c305 void (*cleanup_fn) (void), const char *src, const char *dst) in safe_cp()
307 size_t len = strlen(src) + strlen(dst) + 16; in safe_cp()
311 snprintf(buf, sizeof(buf), "cp \"%s\" \"%s\"", src, dst); in safe_cp()
317 "Failed to copy '%s' to '%s'", src, dst); in safe_cp()
304 safe_cp(const char *file, const int lineno, void (*cleanup_fn) (void), const char *src, const char *dst) safe_cp() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_liveness.cpp275 bool alive = remove_vec(n.dst); in process_outs()
305 live_changed |= add_vec(n.dst, false); in process_ins()
328 if(!n.dst.empty() || n.is_cf_op(CF_OP_CALL_FS)) { in process_op()
383 update_src_vec(n->dst, false); in process_phi_outs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c157 struct ureg_dst dst = in si_create_dma_compute_shader() local
160 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &dst, 1, srcs, 2, load_qualifier, in si_create_dma_compute_shader()
170 struct ureg_dst dst = ureg_writemask(dstbuf, u_bit_consecutive(0, inst_dwords[d])); in si_create_dma_compute_shader() local
172 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dst, 1, srcs, 2, store_qualifier, in si_create_dma_compute_shader()

Completed in 18 milliseconds

1...<<181182183184185186187188189190>>...416