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);
77 rte_mov48(uint8_t *dst,
const uint8_t *src);
89 rte_mov64(uint8_t *dst,
const uint8_t *src);
133 rte_memcpy(
void *dst,
const void *src,
size_t n);