Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dbyteorder.h194 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()
/DragonStub/lib/
H A Dinit.c210 void *memmove(void *dst, const void *src, uint64_t size) in memmove()