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