Searched refs:cnttz (Results 1 – 2 of 2) sorted by relevance
281 #define LITOL2BSZ(n,m,b) ((((n) == 0) ? (m) : cnttz((n))) + (b))
112 static int cnttz(u32 word);3110 static int cnttz(u32 word) in cnttz() function