Searched defs:dst (Results 1 – 2 of 2) sorted by relevance
194 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array()202 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array()
210 void *memmove(void *dst, const void *src, uint64_t size) in memmove()