Searched refs:test_pwr2 (Results 1 – 1 of 1) sorted by relevance
490 unsigned int test_pwr2; in roundup_pwr2() local495 test_pwr2 = 4; in roundup_pwr2()497 if (test_pwr2 > n) in roundup_pwr2()498 return test_pwr2; in roundup_pwr2()499 test_pwr2 = test_pwr2 << 1; in roundup_pwr2()