| /OK3568_Linux_fs/external/mpp/osal/android/ |
| H A D | os_mem.c | 38 int os_realloc(void *src, void **dst, size_t alignment, size_t size) in os_realloc()
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | cacheflush.h | 37 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument
|
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A D | async_memcpy.c | 32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy()
|
| /OK3568_Linux_fs/kernel/arch/arm64/lib/ |
| H A D | uaccess_flushcache.c | 10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | SysUtil.h | 25 INLINE void sysCopyMap(MemMapping* dst, const MemMapping* src) { in sysCopyMap()
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | SysUtil.h | 25 INLINE void sysCopyMap(MemMapping* dst, const MemMapping* src) in sysCopyMap()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | eabi_compat.c | 30 void __aeabi_memcpy(void *dest, const void *src, size_t n) in __aeabi_memcpy()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbgetsp.c | 34 FbBits *src, *dst; in fbGetSpans() local
|
| /OK3568_Linux_fs/kernel/fs/cramfs/ |
| H A D | uncompress.c | 31 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen) in cramfs_uncompress_block()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | softcursor.c | 29 u8 *src, *dst; in soft_cursor() local
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | sf.c | 24 u8 *src, *dst; in dm_test_spi_flash() local
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | route.h | 198 static inline int ip_route_input(struct sk_buff *skb, __be32 dst, __be32 src, in ip_route_input() 291 static inline void ip_route_connect_init(struct flowi4 *fl4, __be32 dst, __be32 src, in ip_route_connect_init() 307 __be32 dst, __be32 src, u32 tos, in ip_route_connect()
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 94 io_outsb (unsigned long port, const void *src, unsigned long count) in io_outsb() 101 io_outsw (unsigned long port, const void *src, unsigned long count) in io_outsw() 108 io_outsl (unsigned long port, const void *src, unsigned long count) in io_outsl()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_rm_xics.c | 290 u16 src; in icp_rm_deliver_irq() local 683 u16 src; in ics_rm_eoi() local 864 u16 src; in kvmppc_deliver_irq_passthru() local
|
| /OK3568_Linux_fs/kernel/sound/pci/lola/ |
| H A D | lola_mixer.c | 269 unsigned int src, unsigned int dest, in lola_mixer_set_mapping_gain() 480 int src = i % chip->mixer.src_phys_ins; in init_mixer_values() local 488 int src = chip->mixer.src_stream_out_ofs + i; in init_mixer_values() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/ |
| H A D | hmm.c | 340 char *src, *des; in load_and_flush_by_kmap() local 390 void *src = bo->vmap_addr; in load_and_flush() local 440 char *src, *des; in hmm_store() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-param.c | 33 static void __hw_param_copy(void *dst, void *src) in __hw_param_copy() 40 struct param_global_shotmode *dst, *src; in __fimc_is_hw_update_param_global_shotmode() local 49 struct param_sensor_framerate *dst, *src; in __fimc_is_hw_update_param_sensor_framerate() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hwint.h | 278 sext_hwi (HOST_WIDE_INT src, unsigned int prec) in sext_hwi() 308 zext_hwi (unsigned HOST_WIDE_INT src, unsigned int prec) in zext_hwi()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A D | st7586.c | 70 u8 *src, *buf, val; in st7586_xrgb8888_to_gray332() local 96 void *src = cma_obj->vaddr; in st7586_buf_copy() local
|
| /OK3568_Linux_fs/kernel/tools/spi/ |
| H A D | spidev_test.c | 62 static void hex_dump(const void *src, size_t length, size_t line_size, in hex_dump() 98 char *src = _src; in unescape() local
|
| /OK3568_Linux_fs/kernel/include/linux/byteorder/ |
| H A D | generic.h | 191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() 199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | kgdb.c | 185 #define PACK64(ptr, src) do { *(ptr++) = (src); } while (0) argument 187 #define PACK32(ptr, src) do { \ argument
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | acompress.h | 28 struct scatterlist *src; member 238 struct scatterlist *src, in acomp_request_set_params()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_ringmic_pdm_test.c | 59 int *bytesToInt(char *src, int *length) in bytesToInt() 170 static int add_channel(char *src, char **dst, int len) in add_channel()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | uaccess.h | 469 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 478 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
|