Searched refs:igt_fls (Results 1 – 2 of 2) sorted by relevance
302 #define igt_fls(x) ((x) ? __builtin_choose_expr(sizeof(x) == 8, \ macro306 #define roundup_power_of_two(x) ((x) != 0 ? 1 << igt_fls((x) - 1) : 0)
109 no.nhandles = 1 << (igt_fls(gtt_size) - 1);