Searched refs:IS_ALIGNED (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h184 #ifndef IS_ALIGNED
185 #define IS_ALIGNED(n,align) (!((uint32_t)(n) & (align - 1))) macro
186 #endif /* IS_ALIGNED */
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h260 #define IS_ALIGNED(x, y) (((x) & ((y) - 1)) == 0) macro
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h138 #define IS_ALIGNED(x, a) (((x) & ((__typeof(x))(a) - 1)) == 0) macro
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h1127 #define IS_ALIGNED(x,a) ((x % a) == 0) macro
H A Doce_sysctl.c644 if (!IS_ALIGNED(fw->datasize, sizeof(uint32_t))) {
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1366 if (!IS_ALIGNED(p_QmFqrParams->stashingParams.fqContextAddr, CACHELINE_SIZE))

Completed in 170 milliseconds