Searched refs:is_power_of_2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlog2.h45 is_power_of_2(unsigned long n) function
/freebsd-13-stable/contrib/flex/src/
H A Dflexdef.h112 #define is_power_of_2(n) ((n) > 0 && ((n) & ((n) - 1)) == 0) macro
H A Ddfa.c466 if (numecs <= csize && is_power_of_2(numecs)) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h124 is_power_of_2(unsigned long n) function
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c924 if (!is_power_of_2(dev->caps.num_mpts))

Completed in 196 milliseconds