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