Home
last modified time | relevance | path

Searched defs:const_ilog2 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dlog2.h77 #define const_ilog2(n) \ macro
/linux/tools/testing/selftests/ublk/
H A Dkublk.c1369 #define const_ilog2(x) (63 - __builtin_clzll(x)) in cmd_dev_get_features() macro