Searched defs:const_ilog2 (Results 1 – 2 of 2) sorted by relevance
77 #define const_ilog2(n) \ macro
1197 #define const_ilog2(x) (63 - __builtin_clzll(x)) in cmd_dev_get_features() macro