Home
last modified time | relevance | path

Searched refs:USE_UNALIGNED_RTE_MEMCPY (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_memcpy_64.h70 #define USE_UNALIGNED_RTE_MEMCPY(dst, src, n) \ macro
74 #define USE_UNALIGNED_RTE_MEMCPY(dst, src, n) \
83 (USE_ALIGNED_RTE_MEMCPY(dst, src, n) || USE_UNALIGNED_RTE_MEMCPY(dst, src, n))