Home
last modified time | relevance | path

Searched defs:dst (Results 26 – 50 of 2474) sorted by relevance

12345678910>>...99

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp741 void rga_check_perpare(rga_buffer_t *src, rga_buffer_t *dst, rga_buffer_t *pat, in rga_check_perpare()
807 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync, int *release_fence_fd) { in imcopy()
837 IM_API IM_STATUS imresize(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int inter… in imresize()
889 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int s… in imcvtcolor()
918 IM_API IM_STATUS imcrop(const rga_buffer_t src, rga_buffer_t dst, im_rect rect, int sync, int *rele… in imcrop()
944 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync, int … in imtranslate()
981 IM_API IM_STATUS imrotate(const rga_buffer_t src, rga_buffer_t dst, int rotation, int sync, int *re… in imrotate()
1007 IM_API IM_STATUS imflip(const rga_buffer_t src, rga_buffer_t dst, int mode, int sync, int *release_… in imflip()
1033 IM_API IM_STATUS imcomposite(const rga_buffer_t srcA, const rga_buffer_t srcB, rga_buffer_t dst, in… in imcomposite()
1057 IM_API IM_STATUS imblend(const rga_buffer_t src, rga_buffer_t dst, int mode, int sync, int *release… in imblend()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp195 inline O copy_dispatch(I first, I last, O dst, in copy_dispatch()
206 inline O copy_dispatch(I first, I last, O dst, in copy_dispatch()
213 inline O copy(I first, I last, O dst) in copy()
231 O uninitialized_copy_dispatch(I first, I last, O dst, in uninitialized_copy_dispatch()
243 F uninitialized_copy_dispatch(I first, I last, F dst, in uninitialized_copy_dispatch()
251 F uninitialized_copy(I first, I last, F dst) in uninitialized_copy()
269 O uninitialized_move_dispatch(I first, I last, O dst, in uninitialized_move_dispatch()
281 O uninitialized_move_dispatch(I first, I last, O dst, in uninitialized_move_dispatch()
306 O uninitialized_move(I first, I last, O dst) in uninitialized_move()
326 O move_dispatch(I first, I last, O dst, in move_dispatch()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dftrace.h22 #define safe_load(load, src, dst, error) \ argument
44 #define safe_store(store, src, dst, error) \ argument
66 #define safe_load_code(dst, src, error) \ argument
68 #define safe_store_code(src, dst, error) \ argument
71 #define safe_load_stack(dst, src, error) \ argument
74 #define safe_store_stack(src, dst, error) \ argument
/OK3568_Linux_fs/u-boot/common/
H A Dlcd_console_rotation.c18 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in lcd_putc_xy90() local
35 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in console_setrow90() local
50 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in console_moverow90() local
70 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in lcd_putc_xy180() local
90 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in console_setrow180() local
102 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in console_moverow180() local
119 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in lcd_putc_xy270() local
137 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in console_setrow270() local
151 fbptr_t *dst = (fbptr_t *)pcons->fbbase + in console_moverow270() local
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dxgene-rng.c53 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument
55 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument
57 #define ALARM_THRESHOLD_SET(dst, src) \ argument
59 #define ENABLE_RNG_SET(dst, src) \ argument
61 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument
63 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument
65 #define POKER_FAIL_MASK_SET(dst, src) \ argument
67 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument
69 #define RUN_FAIL_MASK_SET(dst, src) \ argument
71 #define NOISE_FAIL_MASK_SET(dst, src) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c224 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) in pvrdma_qp_cap_to_ib()
233 void ib_qp_cap_to_pvrdma(struct pvrdma_qp_cap *dst, const struct ib_qp_cap *src) in ib_qp_cap_to_pvrdma()
242 void pvrdma_gid_to_ib(union ib_gid *dst, const union pvrdma_gid *src) in pvrdma_gid_to_ib()
248 void ib_gid_to_pvrdma(union pvrdma_gid *dst, const union ib_gid *src) in ib_gid_to_pvrdma()
254 void pvrdma_global_route_to_ib(struct ib_global_route *dst, in pvrdma_global_route_to_ib()
264 void ib_global_route_to_pvrdma(struct pvrdma_global_route *dst, in ib_global_route_to_pvrdma()
274 void pvrdma_ah_attr_to_rdma(struct rdma_ah_attr *dst, in pvrdma_ah_attr_to_rdma()
288 void rdma_ah_attr_to_pvrdma(struct pvrdma_ah_attr *dst, in rdma_ah_attr_to_pvrdma()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h243 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
249 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
255 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy()
265 static inline void bitmap_copy_clear_tail(unsigned long *dst, in bitmap_copy_clear_tail()
291 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
299 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
308 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
317 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
325 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement()
441 static inline void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right()
[all …]
H A Dstring_helpers.h35 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any()
62 char *dst, size_t osz, const char *only) in string_escape_mem_any_np()
67 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str()
73 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
79 static inline void string_upper(char *dst, const char *src) in string_upper()
86 static inline void string_lower(char *dst, const char *src) in string_lower()
H A Duuid.h41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy()
46 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid()
51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid()
66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid()
76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
H A Dtask_io_accounting_ops.h49 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
85 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add()
93 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
103 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add()
109 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c416 RootlessFillSpans(DrawablePtr dst, GCPtr pGC, int nInit, in RootlessFillSpans()
470 RootlessSetSpans(DrawablePtr dst, GCPtr pGC, char *pSrc, in RootlessSetSpans()
516 RootlessPutImage(DrawablePtr dst, GCPtr pGC, in RootlessPutImage()
543 RootlessCopyArea(DrawablePtr pSrc, DrawablePtr dst, GCPtr pGC, in RootlessCopyArea()
585 RootlessCopyPlane(DrawablePtr pSrc, DrawablePtr dst, in RootlessCopyPlane()
626 RootlessPolyPoint(DrawablePtr dst, GCPtr pGC, in RootlessPolyPoint()
724 RootlessPolylines(DrawablePtr dst, GCPtr pGC, in RootlessPolylines()
800 RootlessPolySegment(DrawablePtr dst, GCPtr pGC, int nseg, xSegment * pSeg) in RootlessPolySegment()
882 RootlessPolyRectangle(DrawablePtr dst, GCPtr pGC, in RootlessPolyRectangle()
944 RootlessPolyArc(DrawablePtr dst, GCPtr pGC, int narcs, xArc * parcs) in RootlessPolyArc()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duaccess_64.h50 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user()
56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user()
62 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long size) in raw_copy_in_user()
76 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache()
84 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dallegro-mail.c44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init()
84 allegro_encode_config_blob(u32 *dst, struct create_channel_param *param) in allegro_encode_config_blob()
227 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel()
265 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel()
275 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers()
295 allegro_enc_put_stream_buffer(u32 *dst, in allegro_enc_put_stream_buffer()
312 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame()
462 ssize_t allegro_encode_mail(u32 *dst, void *msg) in allegro_encode_mail()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_nf_core.c24 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, in fake_update_pmtu()
30 static void fake_redirect(struct dst_entry *dst, struct sock *sk, in fake_redirect()
35 static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old) in fake_cow_metrics()
40 static struct neighbour *fake_neigh_lookup(const struct dst_entry *dst, in fake_neigh_lookup()
47 static unsigned int fake_mtu(const struct dst_entry *dst) in fake_mtu()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dblowfish_glue.c32 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
37 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor()
43 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_4way()
49 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor_4way()
55 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
60 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
134 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local
175 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_decrypt() local
255 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
269 u64 *dst = (u64 *)walk->dst.virt.addr; in __ctr_crypt() local
H A Ddes3_ede_glue.c34 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk()
42 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk()
50 static inline void des3_ede_enc_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk_3way()
58 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk_3way()
66 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_encrypt()
71 static void des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_decrypt()
142 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local
183 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_decrypt() local
262 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
277 __be64 *dst = (__be64 *)walk->dst.virt.addr; in __ctr_crypt() local
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_marshall.c63 struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user()
97 struct ib_uverbs_qp_attr *dst, in ib_copy_qp_attr_to_user()
136 static void __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in __ib_copy_path_rec_to_user()
161 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user()
175 void ib_copy_path_rec_from_user(struct sa_path_rec *dst, in ib_copy_path_rec_from_user()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbrop.h51 #define FbDoMergeRop(src, dst) \ argument
56 #define FbDoMaskMergeRop(src, dst, mask) \ argument
59 #define FbDoLeftMaskByteMergeRop(dst, src, lb, l) { \ argument
64 #define FbDoRightMaskByteMergeRop(dst, src, rb, r) { \ argument
69 #define FbDoRRop(dst, and, xor) (((dst) & (and)) ^ (xor)) argument
71 #define FbDoMaskRRop(dst, and, xor, mask) \ argument
98 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \ argument
101 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \ argument
104 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \ argument
109 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \ argument
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dmemcpy.c23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user()
32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user()
41 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long len) in raw_copy_in_user()
49 void * memcpy(void * dst,const void *src, size_t count) in memcpy()
/OK3568_Linux_fs/kernel/crypto/
H A Dlz4hc.c53 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto()
66 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_scompress()
73 unsigned int slen, u8 *dst, in lz4hc_compress_crypto()
83 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto()
95 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_sdecompress()
102 unsigned int slen, u8 *dst, in lz4hc_decompress_crypto()
H A Dlz4.c54 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto()
67 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress()
74 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto()
82 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto()
94 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress()
101 unsigned int slen, u8 *dst, in lz4_decompress_crypto()
H A Dlzo.c53 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress()
68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress()
76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress()
83 u8 *dst, unsigned int *dlen) in __lzo_decompress()
98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()
H A Dlzo-rle.c53 u8 *dst, unsigned int *dlen, void *ctx) in __lzorle_compress()
68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzorle_compress()
76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_scompress()
83 u8 *dst, unsigned int *dlen) in __lzorle_decompress()
98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzorle_decompress()
104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_sdecompress()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_memcpy.c38 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa()
67 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu()
113 bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_memcpy_from_wc()
138 void i915_unaligned_memcpy_from_wc(void *dst, void *src, unsigned long len) in i915_unaligned_memcpy_from_wc()
/OK3568_Linux_fs/kernel/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

12345678910>>...99