Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_memcpy.h50 #define ALIGNMENT_MASK 0x3F macro
291 #define ALIGNMENT_MASK 0x1F macro
484 #define ALIGNMENT_MASK 0x0F macro
871 if (!(((uintptr_t)dst | (uintptr_t)src) & ALIGNMENT_MASK)) in rte_memcpy()