Searched defs:IS_ALIGNED (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dgdma_util.h82 #define IS_ALIGNED(x, a) (((x) & ((__typeof(x))(a) - 1)) == 0) macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dncsw_ext.h185 #define IS_ALIGNED(n,align) (!((uint32_t)(n) & (align - 1))) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h128 #define IS_ALIGNED(x, a) (((x) & ((__typeof(x))(a) - 1)) == 0) macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h258 #define IS_ALIGNED(x, y) (((x) & ((y) - 1)) == 0) macro
/freebsd-current/sys/dev/oce/
H A Doce_if.h1127 #define IS_ALIGNED(x,a) ((x % a) == 0) macro

Completed in 167 milliseconds