| /foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
| H A D | zip_file_reader_io.cpp | 44 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
|
| /foundation/arkui/ace_engine/frameworks/base/base64/ |
| H A D | base64_util.cpp | 23 bool Base64Util::Decode(const std::string& src, std::string& dst) in Decode() argument
|
| /foundation/arkui/ui_lite/frameworks/engines/gfx/hi3516/ |
| H A D | hi3516_engine.cpp | 29 void Hi3516GfxEngine::Fill(BufferInfo& dst, in Fill() argument
|
| /foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
| H A D | utils.h | 37 char *dst = reinterpret_cast<char *>(AdapterMalloc(len + 1)); in Strdup() local 55 void *dst = AdapterMalloc(len); in Memdup() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
| H A D | surface_test.cpp | 45 OH_Drawing_Rect* dst = OH_Drawing_RectCreate(0, 0, 256, 256); // 0, 0, 256, 256 创建矩形 in OnTestPerformance() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/ |
| H A D | drawing_canvas_utils.cpp | 27 DrawPixelMapRect(Drawing::Canvas* canvas, std::shared_ptr<Media::PixelMap> pixelMap, const Drawing::Rect* src, const Drawing::Rect* dst, const Drawing::SamplingOptions* sampling) DrawPixelMapRect() argument
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
| H A D | coap_client.h | 32 const coap_address_t *dst; member
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | compress.c | 12 crypto_comp_compress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_compress() argument 23 crypto_comp_decompress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_decompress() argument
|
| /kernel/linux/linux-5.10/arch/hexagon/lib/ |
| H A D | io.c | 21 short int *dst = (short int *) data; in __raw_readsw() local 41 volatile short int *dst = (short int *)addr; in __raw_writesw() local 57 long *dst = (long *) data; in __raw_readsl() local 72 volatile long *dst = (long *)addr; in __raw_writesl() local
|
| /kernel/linux/linux-5.10/arch/ia64/lib/ |
| H A D | io.c | 13 char *dst = to; in memcpy_fromio() local 41 void memset_io(volatile void __iomem *dst, int c, long count) in memset_io() argument
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| H A D | io.c | 72 void __memset_io(volatile void __iomem *dst, int c, size_t count) in __memset_io() argument
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| H A D | io.c | 71 void __memset_io(volatile void __iomem *dst, int c, size_t count) in __memset_io() argument
|
| /kernel/linux/linux-5.10/arch/microblaze/lib/ |
| H A D | memmove.c | 38 char *dst = v_dst; in memmove() local 61 char *dst = v_dst; in memmove() local [all...] |
| H A D | memcpy.c | 39 char *dst = v_dst; in memcpy() local 51 char *dst = v_dst; in memcpy() local [all...] |
| /kernel/linux/linux-5.10/arch/m68k/lib/ |
| H A D | checksum.c | 132 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 276 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument
|
| /kernel/linux/linux-5.10/arch/arc/mm/ |
| H A D | extable.c | 35 long arc_strncpy_from_user_noinline(char *dst, const char __user *src, in arc_strncpy_from_user_noinline() argument
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | twofish_glue.c | 54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt() argument 56 twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src); in twofish_encrypt() local 59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt() argument 61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src); in twofish_decrypt() local
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
| H A D | serpent-sse2.h | 17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() argument 28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() argument 22 serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, u8 *dst, const u8 *src) serpent_enc_blk_xway_xor() argument 42 serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) serpent_enc_blk_xway() argument 47 serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, u8 *dst, const u8 *src) serpent_enc_blk_xway_xor() argument 53 serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) serpent_dec_blk_xway() argument [all...] |
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | kasan.h | 25 static inline void kasan_copy_shadow(pgd_t *dst) { } in kasan_copy_shadow() argument
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| H A D | srm_printk.c | 15 char *src, *dst; in srm_printk() local
|
| /kernel/linux/linux-5.10/drivers/dma/ti/ |
| H A D | k3-psil-priv.h | 33 struct psil_ep *dst; member
|
| /kernel/linux/linux-6.6/arch/arm64/lib/ |
| H A D | uaccess_flushcache.c | 10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() argument
|
| /kernel/linux/linux-6.6/arch/loongarch/kernel/ |
| H A D | io.c | 68 void __memset_io(volatile void __iomem *dst, int c, size_t count) in __memset_io() argument
|
| /kernel/linux/linux-6.6/arch/m68k/lib/ |
| H A D | checksum.c | 132 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 274 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument
|
| /kernel/linux/linux-6.6/arch/microblaze/lib/ |
| H A D | memmove.c | 37 char *dst = v_dst; in memmove() local [all...] |