Home
last modified time | relevance | path

Searched refs:src (Results 6826 - 6850 of 13643) sorted by relevance

1...<<271272273274275276277278279280>>...546

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcpumask_common.h54 void bpf_cpumask_copy(struct bpf_cpumask *dst, const struct cpumask *src) __ksym;
55 u32 bpf_cpumask_any_distribute(const struct cpumask *src) __ksym;
/kernel/liteos_a/fs/jffs2/
H A DMakefile61 $(LOCAL_PATH)/src/jffs2_hash.c \
62 $(LOCAL_PATH)/src/vfs_jffs2.c \
/kernel/liteos_a/kernel/extended/plimit/
H A Dlos_schedlimit.c65 VOID OsSchedLimitCopy(UINTPTR dest, UINTPTR src) in OsSchedLimitCopy() argument
68 ProcSchedLimiter *plimitSrc = (ProcSchedLimiter *)src; in OsSchedLimitCopy()
/kernel/linux/linux-6.6/sound/pci/ac97/
H A Dac97_patch.h65 static int snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src,
69 static void snd_ac97_rename_vol_ctl(struct snd_ac97 *ac97, const char *src,
/kernel/linux/linux-6.6/kernel/printk/
H A Dindex.c70 #define seq_escape_printf_format(s, src) \
71 seq_escape_str(s, src, ESCAPE_ANY | ESCAPE_NAP | ESCAPE_APPEND, "\"\\")
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_last.c105 static int nft_last_clone(struct nft_expr *dst, const struct nft_expr *src) in nft_last_clone() argument
108 struct nft_last_priv *priv_src = nft_expr_priv(src); in nft_last_clone()
H A Dxt_cluster.c18 return (__force u32)ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip; in nf_ct_orig_ipv4_src()
23 return (__force u32 *)ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip6; in nf_ct_orig_ipv6_src()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.h52 static inline char *safe_strncpy(char *dst, const char *src, size_t size) in safe_strncpy() argument
56 strncpy(dst, src, size - 1); in safe_strncpy()
H A Dxdp_fwd_kern.c80 struct in6_addr *src = (struct in6_addr *) fib_params.ipv6_src; in xdp_fwd_flags() local
96 *src = ip6h->saddr; in xdp_fwd_flags()
/third_party/ffmpeg/libavcodec/
H A Ddvaudiodec.c92 const uint8_t *src = pkt->data; in decode_frame() local
105 const uint8_t *v = &src[s->shuffle[i]]; in decode_frame()
H A Dmjpeg2jpeg_bsf.c59 static uint8_t *append(uint8_t *buf, const uint8_t *src, int size) in append() argument
61 memcpy(buf, src, size); in append()
/third_party/eudev/test/
H A Dtest-udev.c51 const char *src; in fake_filesystems() member
78 err = mount(fakefss[i].src, fakefss[i].target, NULL, MS_BIND, NULL); in fake_filesystems()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dhevcdsp_init_aarch64.c60 void ff_hevc_sao_edge_filter_16x16_8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst,
62 void ff_hevc_sao_edge_filter_8x8_8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst,
/third_party/ffmpeg/libavfilter/
H A Dfifo.c99 FifoContext *s = outlink->src->priv; in request_frame()
103 if ((ret = ff_request_frame(outlink->src->inputs[0])) < 0) in request_frame()
H A Dvf_nlmeans_init.h78 const uint8_t *const src, in compute_weights_line_c()
123 sum[x] += weight * src[x]; in compute_weights_line_c()
74 compute_weights_line_c(const uint32_t *const iia, const uint32_t *const iib, const uint32_t *const iid, const uint32_t *const iie, const uint8_t *const src, float *total_weight, float *sum, const float *const weight_lut, int max_meaningful_diff, int startx, int endx) compute_weights_line_c() argument
/third_party/ffmpeg/libavformat/
H A Dbit.c82 uint16_t* src=buf; in read_packet() local
106 put_bits(&pbo,1, AV_RL16(src++) == BIT_1 ? 1 : 0); in read_packet()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_pp7.asm29 ;void ff_pp7_dctB_mmx(int16_t *dst, int16_t *src)
30 cglobal pp7_dctB, 2, 2, 0, dst, src
/third_party/ffmpeg/libavutil/
H A Dhwcontext.h385 * Copy data to or from a hw surface. At least one of dst/src must have an
388 * If src has an AVHWFramesContext attached, then the format of dst (if set)
389 * must use one of the formats returned by av_hwframe_transfer_get_formats(src,
391 * If dst has an AVHWFramesContext attached, then the format of src must use one
409 * @param src the source frame.
413 int av_hwframe_transfer_data(AVFrame *dst, const AVFrame *src, int flags);
547 * and origin of the src and dst frames. On input, src should be a usable
549 * by av_frame_alloc()). src should have an associated hwframe context, and
552 * If src wa
[all...]
H A Dpixdesc.h328 * Write the values from src to the pixel format component c of an
331 * @param src array containing the values to write
340 * @param src_element_size size of elements in src array (2 or 4 byte)
342 void av_write_image_line2(const void *src, uint8_t *data[4],
346 void av_write_image_line(const uint16_t *src, uint8_t *data[4],
H A Dvulkan_shaderc.c56 shd->src.str, strlen(shd->src.str), in shdc_shader_compile()
/third_party/gn/src/base/posix/
H A Dfile_descriptor_shuffle.cc92 bool FileDescriptorTableInjection::Move(int src, int dest) { in Move() argument
93 return HANDLE_EINTR(dup2(src, dest)) != -1; in Move()
/third_party/ffmpeg/libswresample/
H A Ddither_template.c55 const DELEM *src = (const DELEM*)srcs->ch[ch]; in swri_noise_shaping() local
61 double d1, d = src[i]*S_1; in swri_noise_shaping()
/third_party/backends/backend/
H A Dhp-hpmem.c94 sanei_hp_memdup (const void * src, size_t sz) in sanei_hp_memdup() argument
99 return memcpy(new, src, sz); in sanei_hp_memdup()
/third_party/backends/include/sane/
H A Dconfig.h732 const char * inet_ntop (int af, const void *src, char *dst, size_t cnt);
738 int inet_pton (int af, const char *src, void *dst);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dlistformatter.h98 FormattedList(FormattedList&& src) U_NOEXCEPT;
116 FormattedList& operator=(FormattedList&& src) U_NOEXCEPT;

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...546