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