Go to the documentation of this file.
34 #ifndef _RTE_MEMCPY_H_
35 #define _RTE_MEMCPY_H_
53 rte_mov16(uint8_t *dst,
const uint8_t *src);
65 rte_mov32(uint8_t *dst,
const uint8_t *src);
79 rte_mov48(uint8_t *dst,
const uint8_t *src);
93 rte_mov64(uint8_t *dst,
const uint8_t *src);
137 rte_memcpy(
void *dst,
const void *src,
size_t n);