Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbuild_bug.h58 #define BUILD_BUG_ON_NOT_POWER_OF_2(x) BUILD_BUG_ON(!powerof2(x)) macro
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h83 #define BUILD_BUG_ON_NOT_POWER_OF_2(x) macro