Home
last modified time | relevance | path

Searched refs:dst (Results 3576 - 3600 of 9896) sorted by relevance

1...<<141142143144145146147148149150>>...396

/third_party/skia/src/core/
H A DSkEdgeClipper.cpp31 /* src[] must be monotonic in Y. This routine copies src into dst, and sorts
35 static bool sort_increasing_Y(SkPoint dst[], const SkPoint src[], int count) { in sort_increasing_Y() argument
39 dst[i] = src[count - i - 1]; in sort_increasing_Y()
43 memcpy(dst, src, count * sizeof(SkPoint)); in sort_increasing_Y()
275 static void chop_mono_cubic_at_y(SkPoint src[4], SkScalar y, SkPoint dst[7]) { in chop_mono_cubic_at_y() argument
276 if (SkChopMonoCubicAtY(src, y, dst)) { in chop_mono_cubic_at_y()
279 SkChopCubicAt(src, dst, mono_cubic_closestT(&src->fY, y)); in chop_mono_cubic_at_y()
329 static void chop_mono_cubic_at_x(SkPoint src[4], SkScalar x, SkPoint dst[7]) { in chop_mono_cubic_at_x() argument
330 if (SkChopMonoCubicAtX(src, x, dst)) { in chop_mono_cubic_at_x()
333 SkChopCubicAt(src, dst, mono_cubic_closest in chop_mono_cubic_at_x()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp58 auto &dst = state->createIntermediate(resultId, resultTy.componentCount); in EmitLoad() local
64 dst.move(el.index, p.Load<SIMD::Float>(robustness, state->activeLaneMask(), atomic, memoryOrder)); in EmitLoad()
67 SPIRV_SHADER_DBG("Load(atomic: {0}, order: {1}, ptr: {2}, val: {3}, mask: {4})", atomic, int(memoryOrder), ptr, dst, state->activeLaneMask()); in EmitLoad()
152 auto &dst = routine->getVariable(resultId); in EmitVariable() local
157 dst[offset++] = routine->inputs[scalarSlot]; in EmitVariable()
265 auto dst = dstPtr + dstOffset; in EmitCopyMemory()
267 if(dstInterleavedByLane) { dst = InterleaveByLane(dst); } in EmitCopyMemory()
270 // TODO(b/131224163): Optimize based on src/dst storage classes. in EmitCopyMemory()
274 dst in EmitCopyMemory()
[all...]
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcsum_ipv6_magic.S24 ldq_u $0,0($16) # e0 : load src & dst addr words
60 or $2,$23,$2 # .. e1 : 1st dst word complete
65 or $3,$24,$3 # .. e1 : 2nd dst word complete
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
H A Duprobes.c18 void *dst = xol_page_kaddr + (vaddr & ~PAGE_MASK); in arch_uprobe_copy_ixol() local
21 memcpy(dst, src, len); in arch_uprobe_copy_ixol()
24 sync_icache_aliases(dst, len); in arch_uprobe_copy_ixol()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Duaccess.h214 unsigned long __must_check raw_copy_to_user(void __user *dst, const void *src,
216 unsigned long __must_check raw_copy_from_user(void *dst, const void __user *src,
218 unsigned long __must_check raw_copy_in_user(void __user *dst, const void __user *src,
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S24 ldq_u $0,0($16) # e0 : load src & dst addr words
60 or $2,$23,$2 # .. e1 : 1st dst word complete
65 or $3,$24,$3 # .. e1 : 2nd dst word complete
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsram-init.c64 void *dst = NULL; in omap_sram_push() local
75 dst = fncpy(sram, funcp, size); in omap_sram_push()
79 return dst; in omap_sram_push()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c33 #define CORE_READ(dst, src) bpf_core_read(dst, sizeof(*(dst)), src)
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/
H A Dg2d-hw.c84 struct g2d_frame *dst) in g2d_set_v41_stretch()
89 w((src->c_width << 16) / dst->c_width, SRC_XSCALE_REG); in g2d_set_v41_stretch()
90 w((src->c_height << 16) / dst->c_height, SRC_YSCALE_REG); in g2d_set_v41_stretch()
83 g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, struct g2d_frame *dst) g2d_set_v41_stretch() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Drecv_linux.c87 bool mcast = is_multicast_ether_addr(pattrib->dst); in rtw_recv_indicatepkt()
89 if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), in rtw_recv_indicatepkt()
95 psta = rtw_get_stainfo(pstapriv, pattrib->dst); in rtw_recv_indicatepkt()
/kernel/linux/linux-5.10/include/trace/events/
H A Dfib.h30 __array( __u8, dst, 4 )
55 p32 = (__be32 *) __entry->dst;
96 __entry->src, __entry->sport, __entry->dst, __entry->dport,
H A Dfib6.h29 __array( __u8, dst, 16 )
52 in6 = (struct in6_addr *)__entry->dst;
84 __entry->src, __entry->sport, __entry->dst, __entry->dport,
/kernel/linux/linux-5.10/fs/squashfs/
H A Dzstd_wrapper.c82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
106 out_buf.dst = squashfs_next_page(output); in zstd_uncompress()
107 if (out_buf.dst == NULL) { in zstd_uncompress()
/kernel/linux/linux-5.10/net/ipv6/
H A Dxfrm6_output.c14 #include <net/dst.h>
70 struct dst_entry *dst = skb_dst(skb); in __xfrm6_output() local
71 struct xfrm_state *x = dst->xfrm; in __xfrm6_output()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_ftp.c81 newaddr = ct->tuplehash[!dir].tuple.dst.u3; in nf_nat_ftp()
82 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nf_nat_ftp()
93 exp->tuple.dst.u.tcp.port = htons(port); in nf_nat_ftp()
H A Dnf_nat_irc.c45 newaddr = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3; in help()
47 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in help()
55 exp->tuple.dst.u.tcp.port = htons(port); in help()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_rect.h210 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
213 const struct drm_rect *dst,
216 const struct drm_rect *dst,
/kernel/linux/linux-5.10/include/linux/
H A Dinterconnect-provider.h63 int (*set)(struct icc_node *src, struct icc_node *dst);
121 int icc_link_destroy(struct icc_node *src, struct icc_node *dst);
152 static inline int icc_link_destroy(struct icc_node *src, struct icc_node *dst) in icc_link_destroy() argument
H A Dlz4.h328 * LZ4_compress_HC() - Compress data from `src` into `dst`, using HC algorithm
330 * @dst: output buffer address of the compressed data
332 * @dstCapacity: full or partial size of buffer 'dst',
340 * Compress data from 'src' into 'dst', using the more powerful
344 * Return : the number of bytes written into 'dst' or 0 if compression fails.
346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
384 * @dst: output buffer address of the compressed data,
405 * 'dst' buffer should be sized to handle worst case scenarios, using
413 * Return: Number of bytes written into buffer 'dst' or 0 if compression fails
416 char *dst, in
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dlz4.h328 * LZ4_compress_HC() - Compress data from `src` into `dst`, using HC algorithm
330 * @dst: output buffer address of the compressed data
332 * @dstCapacity: full or partial size of buffer 'dst',
340 * Compress data from 'src' into 'dst', using the more powerful
344 * Return : the number of bytes written into 'dst' or 0 if compression fails.
346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
384 * @dst: output buffer address of the compressed data,
405 * 'dst' buffer should be sized to handle worst case scenarios, using
413 * Return: Number of bytes written into buffer 'dst' or 0 if compression fails
416 char *dst, in
[all...]
H A Dkernel_stat.h98 extern void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu);
106 static inline void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu) in kcpustat_cpu_fetch() argument
108 *dst = kcpustat_cpu(cpu); in kcpustat_cpu_fetch()
/kernel/linux/linux-6.6/include/crypto/
H A Drng.h61 u8 *dst, unsigned int dlen);
172 * @dst: output buffer holding the random numbers
183 u8 *dst, unsigned int dlen) in crypto_rng_generate()
195 alg->generate(tfm, src, slen, dst, dlen)); in crypto_rng_generate()
181 crypto_rng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) crypto_rng_generate() argument
/kernel/linux/linux-6.6/include/trace/events/
H A Dfib.h30 __array( __u8, dst, 4 )
54 p32 = (__be32 *) __entry->dst;
95 __entry->src, __entry->sport, __entry->dst, __entry->dport,
H A Dfib6.h29 __array( __u8, dst, 16 )
52 in6 = (struct in6_addr *)__entry->dst;
81 __entry->src, __entry->sport, __entry->dst, __entry->dport,
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx2_glue.c22 asmlinkage void camellia_ecb_enc_32way(const void *ctx, u8 *dst, const u8 *src);
23 asmlinkage void camellia_ecb_dec_32way(const void *ctx, u8 *dst, const u8 *src);
25 asmlinkage void camellia_cbc_dec_32way(const void *ctx, u8 *dst, const u8 *src);

Completed in 12 milliseconds

1...<<141142143144145146147148149150>>...396