Searched defs:POW2 (Results 1 – 3 of 3) sorted by relevance
336 #define POW2(x) ((__u64) 1 << (x)) in list_super2() macro
1134 #define POW2(x) (((x & ~(x - 1)) == x) ? x : 0) macro
58 #define POW2 (double)cpi->oxcf.two_pass_vbrbias / 100.0 macro