Home
last modified time | relevance | path

Searched defs:src (Results 51 – 75 of 3039) sorted by relevance

12345678910>>...122

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/4xx/
H A Duic.c53 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local
71 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local
85 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local
96 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local
121 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local
200 int src; in uic_irq_cascade() local
323 int src; in uic_get_irq() local
/OK3568_Linux_fs/kernel/lib/
H A Dstrncpy_from_user.c16 #define IS_UNALIGNED(src, dst) 0 argument
18 #define IS_UNALIGNED(src, dst) \ argument
28 static inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user()
113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
H A Dstring_helpers.c133 static bool unescape_space(char **src, char **dst) in unescape_space()
161 static bool unescape_octal(char **src, char **dst) in unescape_octal()
180 static bool unescape_hex(char **src, char **dst) in unescape_hex()
204 static bool unescape_special(char **src, char **dst) in unescape_special()
268 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
497 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem()
546 int string_escape_mem_ascii(const char *src, size_t isz, char *dst, in string_escape_mem_ascii()
569 char *kstrdup_quotable(const char *src, gfp_t gfp) in kstrdup_quotable()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/misc/
H A DSlowBcopy.c35 xf86_really_slow_bcopy(unsigned char *src, unsigned char *dst, int len) in xf86_really_slow_bcopy()
46 xf86SlowBcopy(unsigned char *src, unsigned char *dst, int len) in xf86SlowBcopy()
77 xf86SlowBCopyFromBus(unsigned char *src, unsigned char *dst, int count) in xf86SlowBCopyFromBus()
98 xf86SlowBCopyToBus(unsigned char *src, unsigned char *dst, int count) in xf86SlowBCopyToBus()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_rect.c16 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_div_by_zero() local
42 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_not_clipped() local
98 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_clipped() local
202 struct drm_rect src, dst, clip; in igt_drm_rect_clip_scaled_signed_vs_unsigned() local
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dchacha20poly1305.c57 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt()
90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt()
112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt()
125 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_decrypt()
168 bool chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_decrypt()
194 bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_decrypt()
208 bool chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, in chacha20poly1305_crypt_sg_inplace()
333 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_encrypt_sg_inplace()
343 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_decrypt_sg_inplace()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci_io.h72 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single()
97 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single()
128 static inline u8 zpci_get_max_write_size(u64 src, u64 dst, int len, int max) in zpci_get_max_write_size()
141 const volatile void __iomem *src, in zpci_memcpy_fromio()
161 const void *src, unsigned long n) in zpci_memcpy_toio()
188 u8 *src = kmalloc(count, GFP_KERNEL); in zpci_memset_io() local
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dmemcpy.S19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
43 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
51 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
57 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c30 glamor_pixmap_fbo *src; member
39 glamor_pixmap_fbo *src = args->src; in use_copyarea() local
68 glamor_pixmap_fbo *src = args->src; in use_copyplane() local
162 glamor_copy_bail(DrawablePtr src, in glamor_copy_bail()
200 glamor_copy_cpu_fbo(DrawablePtr src, in glamor_copy_cpu_fbo()
286 glamor_copy_fbo_cpu(DrawablePtr src, in glamor_copy_fbo_cpu()
346 glamor_copy_fbo_fbo_draw(DrawablePtr src, in glamor_copy_fbo_fbo_draw()
503 glamor_copy_fbo_fbo_temp(DrawablePtr src, in glamor_copy_fbo_fbo_temp()
626 glamor_copy_needs_temp(DrawablePtr src, in glamor_copy_needs_temp()
689 glamor_copy_gl(DrawablePtr src, in glamor_copy_gl()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dcfb.c37 const u8 *src, u8 *dst) in crypto_cfb_encrypt_one()
49 u8 *src = walk->src.virt.addr; in crypto_cfb_final() local
63 u8 *src = walk->src.virt.addr; in crypto_cfb_encrypt_segment() local
86 u8 *src = walk->src.virt.addr; in crypto_cfb_encrypt_inplace() local
133 u8 *src = walk->src.virt.addr; in crypto_cfb_decrypt_segment() local
156 u8 *src = walk->src.virt.addr; in crypto_cfb_decrypt_inplace() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp444 … template <int bidx, typename T> static __device__ __forceinline__ T RGB2GrayConvert(const T* src) in RGB2GrayConvert()
449 template <int bidx> static __device__ __forceinline__ uchar RGB2GrayConvert(uint src) in RGB2GrayConvert()
457 … template <int bidx> static __device__ __forceinline__ float RGB2GrayConvert(const float* src) in RGB2GrayConvert()
500 …late <int bidx, typename T, typename D> static __device__ void RGB2YUVConvert(const T* src, D& dst) in RGB2YUVConvert()
513 …t bidx, typename D> static __device__ __forceinline__ void RGB2YUVConvert(const float* src, D& dst) in RGB2YUVConvert()
549 …late <int bidx, typename T, typename D> static __device__ void YUV2RGBConvert(const T& src, D* dst) in YUV2RGBConvert()
563 template <int bidx> static __device__ uint YUV2RGBConvert(uint src) in YUV2RGBConvert()
585 …t bidx, typename T> static __device__ __forceinline__ void YUV2RGBConvert(const T& src, float* dst) in YUV2RGBConvert()
639 …te <int bidx, typename T, typename D> static __device__ void RGB2YCrCbConvert(const T* src, D& dst) in RGB2YCrCbConvert()
652 template <int bidx> static __device__ uint RGB2YCrCbConvert(uint src) in RGB2YCrCbConvert()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp444 … template <int bidx, typename T> static __device__ __forceinline__ T RGB2GrayConvert(const T* src) in RGB2GrayConvert()
449 template <int bidx> static __device__ __forceinline__ uchar RGB2GrayConvert(uint src) in RGB2GrayConvert()
457 … template <int bidx> static __device__ __forceinline__ float RGB2GrayConvert(const float* src) in RGB2GrayConvert()
500 …late <int bidx, typename T, typename D> static __device__ void RGB2YUVConvert(const T* src, D& dst) in RGB2YUVConvert()
513 …t bidx, typename D> static __device__ __forceinline__ void RGB2YUVConvert(const float* src, D& dst) in RGB2YUVConvert()
549 …late <int bidx, typename T, typename D> static __device__ void YUV2RGBConvert(const T& src, D* dst) in YUV2RGBConvert()
563 template <int bidx> static __device__ uint YUV2RGBConvert(uint src) in YUV2RGBConvert()
585 …t bidx, typename T> static __device__ __forceinline__ void YUV2RGBConvert(const T& src, float* dst) in YUV2RGBConvert()
639 …te <int bidx, typename T, typename D> static __device__ void RGB2YCrCbConvert(const T* src, D& dst) in RGB2YCrCbConvert()
652 template <int bidx> static __device__ uint RGB2YCrCbConvert(uint src) in RGB2YCrCbConvert()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp444 … template <int bidx, typename T> static __device__ __forceinline__ T RGB2GrayConvert(const T* src) in RGB2GrayConvert()
449 template <int bidx> static __device__ __forceinline__ uchar RGB2GrayConvert(uint src) in RGB2GrayConvert()
457 … template <int bidx> static __device__ __forceinline__ float RGB2GrayConvert(const float* src) in RGB2GrayConvert()
500 …late <int bidx, typename T, typename D> static __device__ void RGB2YUVConvert(const T* src, D& dst) in RGB2YUVConvert()
513 …t bidx, typename D> static __device__ __forceinline__ void RGB2YUVConvert(const float* src, D& dst) in RGB2YUVConvert()
549 …late <int bidx, typename T, typename D> static __device__ void YUV2RGBConvert(const T& src, D* dst) in YUV2RGBConvert()
563 template <int bidx> static __device__ uint YUV2RGBConvert(uint src) in YUV2RGBConvert()
585 …t bidx, typename T> static __device__ __forceinline__ void YUV2RGBConvert(const T& src, float* dst) in YUV2RGBConvert()
639 …te <int bidx, typename T, typename D> static __device__ void RGB2YCrCbConvert(const T* src, D& dst) in RGB2YCrCbConvert()
652 template <int bidx> static __device__ uint RGB2YCrCbConvert(uint src) in RGB2YCrCbConvert()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dstring.c14 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy()
28 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy()
53 void *memmove(void *dest, const void *src, size_t n) in memmove()
68 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_rect.c55 static u32 clip_scaled(int src, int dst, int *clip) in clip_scaled()
92 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled()
134 static int drm_calc_scale(int src, int dst) in drm_calc_scale()
169 int drm_rect_calc_hscale(const struct drm_rect *src, in drm_rect_calc_hscale()
204 int drm_rect_calc_vscale(const struct drm_rect *src, in drm_rect_calc_vscale()
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dio.c19 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
54 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio()
319 void outsb(unsigned long port, const void * src, unsigned long count) in outsb()
337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw()
409 void outsl (unsigned long port, const void *src, unsigned long count) in outsl()
/OK3568_Linux_fs/u-boot/lib/
H A Dlz4_wrapper.c14 static u16 LZ4_readLE16(const void *src) in LZ4_readLE16()
18 static void LZ4_copy4(void *dst, const void *src) in LZ4_copy4()
22 static void LZ4_copy8(void *dst, const void *src) in LZ4_copy8()
52 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn) in ulz4fn()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dglue_helper.c34 const u8 *src = walk.src.virt.addr; in glue_ecb_req_128bit() local
78 const u128 *src = (u128 *)walk.src.virt.addr; in glue_cbc_encrypt_req_128bit() local
111 const u128 *src = walk.src.virt.addr; in glue_cbc_decrypt_req_128bit() local
172 const u128 *src = walk.src.virt.addr; in glue_ctr_req_128bit() local
235 u128 *src = walk->src.virt.addr; in __glue_xts_req_128bit() local
317 struct scatterlist *src, *dst; in glue_xts_req_128bit() local
362 void glue_xts_crypt_128bit_one(const void *ctx, u8 *dst, const u8 *src, in glue_xts_crypt_128bit_one()
H A Dtwofish_glue_3way.c28 static inline void twofish_enc_blk_3way(const void *ctx, u8 *dst, const u8 *src) in twofish_enc_blk_3way()
34 const u8 *src) in twofish_enc_blk_xor_3way()
43 const u128 *src = (const u128 *)s; in twofish_dec_blk_cbc_3way() local
59 const u128 *src = (const u128 *)s; in twofish_enc_blk_ctr() local
76 const u128 *src = (const u128 *)s; in twofish_enc_blk_ctr_3way() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dcamellia.h57 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk()
62 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor()
68 const u8 *src) in camellia_enc_blk_2way()
74 const u8 *src) in camellia_enc_blk_xor_2way()
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dallegro-mail.c249 u32 *src) in allegro_decode_config_blob()
351 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init()
362 u32 *src) in allegro_dec_create_channel()
391 u32 *src) in allegro_dec_destroy_channel()
401 allegro_dec_encode_frame(struct mcu_msg_encode_frame_response *msg, u32 *src) in allegro_dec_encode_frame()
514 int allegro_decode_mail(void *msg, u32 *src) in allegro_decode_mail()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Diomap.c104 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb()
112 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw()
120 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl()
146 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep()
152 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite16_rep()
158 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvringh.c228 static int slow_copy(struct vringh *vrh, void *dst, const void *src, in slow_copy()
275 void *dst, const void *src, size_t len)) in __vringh_iov()
426 const struct vring_used_elem in __vringh_complete()
586 void *dst, const void *src, size_t len) in copydesc_user()
594 const struct vring_used_elem *src, in putused_user()
601 static inline int xfer_from_user(const struct vringh *vrh, void *src, in xfer_from_user()
609 void *dst, void *src, size_t len) in xfer_to_user()
745 const void *src, size_t len) in vringh_iov_push_user()
858 void *dst, const void *src, size_t len) in copydesc_kern()
866 const struct vring_used_elem *src, in putused_kern()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dghash-ce-glue.c71 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update()
96 void ghash_do_simd_update(int blocks, u64 dg[], const char *src, in ghash_do_simd_update()
115 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update()
274 static void gcm_update_mac(u64 dg[], const u8 *src, int count, u8 buf[], in gcm_update_mac()
367 const u8 *src = walk.src.virt.addr; in gcm_encrypt() local
399 const u8 *src = walk.src.virt.addr; in gcm_encrypt() local
488 const u8 *src = walk.src.virt.addr; in gcm_decrypt() local
526 const u8 *src = walk.src.virt.addr; in gcm_decrypt() local
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Dstring.c77 char *strcpy(char *dest, const char *src) in strcpy()
103 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy()
127 char *strncpy(char *dest, const char *src, size_t n) in strncpy()
145 char *strcat(char *dest, const char *src) in strcat()
169 size_t strlcat(char *dest, const char *src, size_t n) in strlcat()
200 char *strncat(char *dest, const char *src, size_t n) in strncat()

12345678910>>...122