Home
last modified time | relevance | path

Searched refs:src (Results 3201 - 3225 of 13271) sorted by relevance

1...<<121122123124125126127128129130>>...531

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_literals.h17 size_t ZSTD_noCompressLiterals (void* dst, size_t dstCapacity, const void* src, size_t srcSize);
19 size_t ZSTD_compressRleLiteralsBlock (void* dst, size_t dstCapacity, const void* src, size_t srcSize);
26 const void* src, size_t srcSize,
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264chroma_lasx.h29 void ff_put_h264_chroma_mc4_lasx(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
31 void ff_put_h264_chroma_mc8_lasx(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
33 void ff_avg_h264_chroma_mc8_lasx(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
/third_party/elfutils/libelf/
H A Dgelf_xlatetof.c41 gelf_xlatetof (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetof() argument
48 ? INTUSE(elf32_xlatetof) (dest, src, encode) in gelf_xlatetof()
49 : INTUSE(elf64_xlatetof) (dest, src, encode)); in gelf_xlatetof()
H A Dgelf_xlatetom.c41 gelf_xlatetom (Elf *elf, Elf_Data *dest, const Elf_Data * src, in gelf_xlatetom() argument
48 ? INTUSE(elf32_xlatetom) (dest, src, encode) in gelf_xlatetom()
49 : INTUSE(elf64_xlatetom) (dest, src, encode)); in gelf_xlatetom()
/third_party/ffmpeg/libavfilter/
H A Dvf_pp7.h38 uint8_t *src; member
40 int (*requantize)(struct PP7Context *p, int16_t *src, int qp);
41 void (*dctB)(int16_t *dst, int16_t *src);
/third_party/libsnd/src/
H A Dtest_strncpy_crlf.c30 { const char *src = "a\nb\nc\n" ; in test_psf_strlcpy_crlf() local
48 psf_strlcpy_crlf (dest, src, dest_len, sizeof (*src)) ; in test_psf_strlcpy_crlf()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_worklist.c39 nir_instr_worklist_add_srcs_cb(nir_src *src, void *state) in nir_instr_worklist_add_srcs_cb() argument
43 if (src->is_ssa) in nir_instr_worklist_add_srcs_cb()
44 nir_instr_worklist_push_tail(wl, src->ssa->parent_instr); in nir_instr_worklist_add_srcs_cb()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.h45 static inline void si_compute_reference(struct si_compute **dst, struct si_compute *src) in si_compute_reference() argument
47 if (pipe_reference(&(*dst)->sel.base.reference, &src->sel.base.reference)) in si_compute_reference()
50 *dst = src; in si_compute_reference()
/third_party/icu/icu4c/source/samples/layout/
H A Darraymem.h17 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
/third_party/skia/src/core/
H A DSkMipmapBuilder.h22 * If these levels are compatible with src, return a new Image that combines src's base level
25 sk_sp<SkImage> attachTo(const SkImage* src);
27 sk_sp<SkImage> attachTo(sk_sp<SkImage> src) { in attachTo() argument
28 return this->attachTo(src.get()); in attachTo()
H A DSkVM.cpp13 #include "src/core/SkColorSpacePriv.h"
14 #include "src/core/SkColorSpaceXformSteps.h"
15 #include "src/core/SkCpu.h"
16 #include "src/core/SkEnumerate.h"
17 #include "src/core/SkOpts.h"
18 #include "src/core/SkVM.h"
45 #include "src/core/SkLeanWindows.h"
1566 Color Builder::blend(SkBlendMode mode, Color src, Color dst) { in blend() argument
1575 fn(src.r, dst.r), in blend()
1576 fn(src in blend()
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Darraymem.h17 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
/third_party/skia/third_party/externals/tint/src/ast/
H A Dbreak_statement_test.cc15 #include "src/ast/break_statement.h"
17 #include "src/ast/test_helper.h"
27 auto src = stmt->source; in TEST_F() local
28 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
29 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dcontinue_statement_test.cc15 #include "src/ast/continue_statement.h"
17 #include "src/ast/test_helper.h"
27 auto src = stmt->source; in TEST_F() local
28 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
29 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dphony_expression_test.cc15 #include "src/ast/test_helper.h"
30 auto src = p->source; in TEST_F() local
31 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
32 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
/third_party/skia/docs/examples/
H A DMatrix_mapPoints.cpp10 SkPoint src[count]; in REG_FIDDLE() local
11 matrix.mapRectToQuad(src, {40, 70, 180, 220} ); in REG_FIDDLE()
16 matrix.mapPoints(dst, src, count); in REG_FIDDLE()
/kernel/linux/linux-5.10/crypto/
H A Dauthencesn.c38 struct scatterlist src[2]; member
176 skcipher_request_set_crypt(skreq, req->src, req->dst, len, NULL); in crypto_authenc_esn_copy()
191 struct scatterlist *src, *dst; in crypto_authenc_esn_encrypt() local
194 sg_init_table(areq_ctx->src, 2); in crypto_authenc_esn_encrypt()
195 src = scatterwalk_ffwd(areq_ctx->src, req->src, assoclen); in crypto_authenc_esn_encrypt()
196 dst = src; in crypto_authenc_esn_encrypt()
198 if (req->src != req->dst) { in crypto_authenc_esn_encrypt()
210 skcipher_request_set_crypt(skreq, src, ds in crypto_authenc_esn_encrypt()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40_ll.c30 u32 l1 = 0; /* src */ in d40_log_cfg()
32 /* src is mem? -> increase address pos */ in d40_log_cfg()
42 /* src is hw? -> master port 1 */ in d40_log_cfg()
69 u32 src = 0; in d40_phy_cfg() local
75 src |= BIT(D40_SREG_CFG_MST_POS); in d40_phy_cfg()
76 src |= D40_TYPE_TO_EVENT(cfg->dev_type); in d40_phy_cfg()
79 src |= BIT(D40_SREG_CFG_PHY_TM_POS); in d40_phy_cfg()
81 src |= 3 << D40_SREG_CFG_PHY_TM_POS; in d40_phy_cfg()
98 src |= BIT(D40_SREG_CFG_EIM_POS); in d40_phy_cfg()
103 src | in d40_phy_cfg()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhead_32.h254 .macro tovirt_vmstack dst, src
256 tovirt(\dst, \src)
258 .ifnc \dst, \src
259 mr \dst, \src
264 .macro tovirt_novmstack dst, src
266 tovirt(\dst, \src)
268 .ifnc \dst, \src
269 mr \dst, \src
274 .macro tophys_novmstack dst, src
276 tophys(\dst, \src)
[all...]
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Diomap.c482 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() argument
485 iomap_ops[ADDR_TO_REGION(addr)]->write8r(addr, src, count); in iowrite8_rep()
488 *(u8 *)addr = *(u8 *)src; in iowrite8_rep()
489 src++; in iowrite8_rep()
494 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite16_rep() argument
497 iomap_ops[ADDR_TO_REGION(addr)]->write16r(addr, src, count); in iowrite16_rep()
500 *(u16 *)addr = *(u16 *)src; in iowrite16_rep()
501 src += 2; in iowrite16_rep()
506 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep() argument
509 iomap_ops[ADDR_TO_REGION(addr)]->write32r(addr, src, coun in iowrite32_rep()
[all...]
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Daes_glue.c205 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_aes_encrypt() argument
209 ctx->ops->encrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst); in crypto_aes_encrypt()
212 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_aes_decrypt() argument
216 ctx->ops->decrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst); in crypto_aes_decrypt()
233 ctx->ops->ecb_encrypt(&ctx->key[0], walk.src.virt.addr, in ecb_encrypt()
258 ctx->ops->ecb_decrypt(key_end, walk.src.virt.addr, in ecb_decrypt()
282 ctx->ops->cbc_encrypt(&ctx->key[0], walk.src.virt.addr, in cbc_encrypt()
308 ctx->ops->cbc_decrypt(key_end, walk.src.virt.addr, in cbc_decrypt()
324 u8 *src = walk->src in ctr_crypt_final() local
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dtraps_32.c90 unsigned char *src, *dst; in handle_unaligned_ins() local
127 src = (unsigned char *)rm; in handle_unaligned_ins()
129 src += 4-count; in handle_unaligned_ins()
134 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
141 src = (unsigned char*) rm; in handle_unaligned_ins()
145 if (ma->to(dstu, src, 4)) in handle_unaligned_ins()
153 src = (unsigned char*) rm; in handle_unaligned_ins()
156 src += 4-count; in handle_unaligned_ins()
158 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
193 src in handle_unaligned_ins()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dghes_edac.c586 struct dimm_info *src, *dst; in ghes_edac_register() local
590 src = &ghes_hw.dimms[i]; in ghes_edac_register()
592 dst->idx = src->idx; in ghes_edac_register()
593 dst->smbios_handle = src->smbios_handle; in ghes_edac_register()
594 dst->nr_pages = src->nr_pages; in ghes_edac_register()
595 dst->mtype = src->mtype; in ghes_edac_register()
596 dst->edac_mode = src->edac_mode; in ghes_edac_register()
597 dst->dtype = src->dtype; in ghes_edac_register()
598 dst->grain = src->grain; in ghes_edac_register()
601 * If no src in ghes_edac_register()
[all...]
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Diomap.c466 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() argument
469 iomap_ops[ADDR_TO_REGION(addr)]->write8r(addr, src, count); in iowrite8_rep()
472 *(u8 *)addr = *(u8 *)src; in iowrite8_rep()
473 src++; in iowrite8_rep()
478 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite16_rep() argument
481 iomap_ops[ADDR_TO_REGION(addr)]->write16r(addr, src, count); in iowrite16_rep()
484 *(u16 *)addr = *(u16 *)src; in iowrite16_rep()
485 src += 2; in iowrite16_rep()
490 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep() argument
493 iomap_ops[ADDR_TO_REGION(addr)]->write32r(addr, src, coun in iowrite32_rep()
[all...]
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Daes_glue.c205 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_aes_encrypt() argument
209 ctx->ops->encrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst); in crypto_aes_encrypt()
212 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_aes_decrypt() argument
216 ctx->ops->decrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst); in crypto_aes_decrypt()
233 ctx->ops->ecb_encrypt(&ctx->key[0], walk.src.virt.addr, in ecb_encrypt()
258 ctx->ops->ecb_decrypt(key_end, walk.src.virt.addr, in ecb_decrypt()
282 ctx->ops->cbc_encrypt(&ctx->key[0], walk.src.virt.addr, in cbc_encrypt()
308 ctx->ops->cbc_decrypt(key_end, walk.src.virt.addr, in cbc_decrypt()
324 u8 *src = walk->src in ctr_crypt_final() local
[all...]

Completed in 19 milliseconds

1...<<121122123124125126127128129130>>...531