Home
last modified time | relevance | path

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

/dpdk/lib/eal/x86/include/
H A Drte_memcpy.h96 #define ALIGNMENT_MASK 0x3F macro
318 #define ALIGNMENT_MASK 0x1F macro
499 #define ALIGNMENT_MASK 0x0F macro
848 if (!(((uintptr_t)dst | (uintptr_t)src) & ALIGNMENT_MASK)) in rte_memcpy()