Home
last modified time | relevance | path

Searched defs:dst (Results 101 - 125 of 6804) sorted by relevance

12345678910>>...273

/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader_io.cpp44 bool ZipFileReaderIo::ReadBuffer(uint8_t *dst, size_t startPos, size_t bufferSize) in ReadBuffer() argument
/foundation/arkui/ace_engine/frameworks/base/base64/
H A Dbase64_util.cpp23 bool Base64Util::Decode(const std::string& src, std::string& dst) in Decode() argument
/foundation/arkui/ui_lite/frameworks/engines/gfx/hi3516/
H A Dhi3516_engine.cpp29 void Hi3516GfxEngine::Fill(BufferInfo& dst, in Fill() argument
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils.h37 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 Dsurface_test.cpp45 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 Ddrawing_canvas_utils.cpp27 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 Dcoap_client.h32 const coap_address_t *dst; member
/kernel/linux/linux-5.10/crypto/
H A Dcompress.c12 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 Dio.c21 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 Dio.c13 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 Dio.c72 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 Dio.c71 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 Dmemmove.c38 char *dst = v_dst; in memmove() local
61 char *dst = v_dst; in memmove() local
[all...]
H A Dmemcpy.c39 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 Dchecksum.c132 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 Dextable.c35 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 Dtwofish_glue.c54 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 Dserpent-sse2.h17 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 Dkasan.h25 static inline void kasan_copy_shadow(pgd_t *dst) { } in kasan_copy_shadow() argument
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dsrm_printk.c15 char *src, *dst; in srm_printk() local
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-psil-priv.h33 struct psil_ep *dst; member
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Duaccess_flushcache.c10 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 Dio.c68 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 Dchecksum.c132 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 Dmemmove.c37 char *dst = v_dst; in memmove() local
[all...]

Completed in 8 milliseconds

12345678910>>...273