Home
last modified time | relevance | path

Searched defs:IS_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h22 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h185 #define IS_ALIGNED(n,align) (!((uint32_t)(n) & (align - 1))) macro