Searched defs:roundup_power_of_two (Results 1 – 2 of 2) sorted by relevance
306 #define roundup_power_of_two(x) ((x) != 0 ? 1 << igt_fls((x) - 1) : 0) macro
577 #define roundup_power_of_two(x) ((x) != 0 ? 1ULL << gbm_fls((x) - 1) : 0) macro