| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_grey_shader_filter.cpp | 36 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
| H A D | rs_foreground_effect_filter.h | 28 Drawing::Rect dst; member
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_skia_filter_test.cpp | 64 Drawing::Rect dst;
in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | allocator.h | 34 inline bool CloneData(void* const dst, const size_t dstSize, const void* const src, const size_t srcSize) in CloneData() argument 48 inline bool MoveData(void* const dst, const size_t dstSize, const void* const src, const size_t srcSize) in MoveData() argument 62 inline bool ClearToValue(void* dst, size_t dstSize, uint8_t val, size_t count) in ClearToValue() argument [all...] |
| /foundation/graphic/graphic_2d/utils/color_manager/src/ |
| H A D | color_space_convertor.cpp | 20 ColorSpaceConvertor(const ColorSpace &src, const ColorSpace &dst, GamutMappingMode mappingMode) ColorSpaceConvertor() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| H A D | rs_common_tools_test.cpp | 65 std::string dst = "/path/to/nonexistent/directory/"; in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
| H A D | base64_decode.h | 60 inline void DecodeQuartets(uint8_t* dst, const char* src, signed left) in DecodeQuartets() argument
|
| H A D | base64_encode.h | 45 inline signed EncodeTriplets(char*& dst, const uint8_t*& src, signed left) in EncodeTriplets() argument 55 inline void FillTriplet(uint8_t* dst, const uint8_t*& src, signed left) in FillTriplet() argument 65 inline void EncodeTail(char* dst, const uint8_t* src, signed left) in EncodeTail() argument 84 auto dst = encodedString.data(); in Base64Encode() local [all...] |
| /foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
| H A D | render_strategy.cpp | 23 void RenderStrategy::Init(const std::shared_ptr<EffectBuffer> &src, const std::shared_ptr<EffectBuffer> &dst) in Init() argument 35 EffectBuffer *ChooseBufOnSetInOutput(EffectBuffer *buffer, EffectBuffer *src, EffectBuffer *dst, in ChooseBufOnSetInOutput() argument
|
| /foundation/multimedia/player_framework/test/unittest/avmetadatahelper_test/ |
| H A D | av_thumbnail_generator_unit_test.cpp | 138 sptr<SurfaceBuffer> dst = nullptr; in HWTEST_F() local
|
| /foundation/resourceschedule/memmgr/test/unittest/phone/ |
| H A D | xml_helper_test.cpp | 60 int dst; in HWTEST_F() local 70 int dst; in HWTEST_F() local 80 int dst; in HWTEST_F() local 90 int dst; in HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/ |
| H A D | string_utils.h | 36 std::vector<uint8_t> dst; in StrToBytes() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
| H A D | sdp_util.c | 41 void SdpReverseForBigEndian(const uint8_t *src, uint8_t *dst, int length) in SdpReverseForBigEndian() argument
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | poly1305_generic.c | 106 static int crypto_poly1305_final(struct shash_desc *desc, u8 *dst) in crypto_poly1305_final() argument
|
| /kernel/linux/linux-5.10/arch/arm64/lib/ |
| H A D | memset.S | 41 dst .req x8 label [all...] |
| H A D | uaccess_flushcache.c | 10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() argument
|
| H A D | copy_template.S | 31 dst .req x6 label [all...] |
| /kernel/linux/linux-5.10/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| H A D | copy_mc.c | 66 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() argument 77 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user() argument [all...] |
| H A D | csum-wrappers_64.c | 24 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 49 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() argument 72 csum_partial_copy_nocheck(const void *src, void *dst, int len) csum_partial_copy_nocheck() argument [all...] |
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| H A D | uaccess.h | 73 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src, in hexagon_strncpy_from_user() argument
|
| /kernel/linux/linux-5.10/arch/csky/lib/ |
| H A D | usercopy.c | 81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() argument 108 long strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() argument
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | io.c | 77 void _memset_io(volatile void __iomem *dst, int c, size_t count) in _memset_io() argument
|
| /kernel/linux/linux-5.10/arch/hexagon/mm/ |
| H A D | copy_from_user.S | 29 #define dst r0 define
|
| H A D | copy_to_user.S | 28 #define dst r0 define
|