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