Searched refs:cntlz (Results 1 – 2 of 2) sorted by relevance
265 #define NLSTOL2BSZ(n) (31 - cntlz((n)) + BUDMIN)
98 static int cntlz(u32 value);3115 static int cntlz(u32 value) in cntlz() function