Searched defs:POW2 (Results 1 – 4 of 4) sorted by relevance
338 #define POW2(x) ((__u64) 1 << (x)) in list_super2() macro
56 #define module(x, POW2) ((x)&((POW2)-1)) argument
1127 #define POW2(x) (((x & ~(x - 1)) == x) ? x : 0) macro
60 #define POW2 (double)cpi->oxcf.two_pass_vbrbias / 100.0 macro