Searched defs:top_bit (Results 1 – 2 of 2) sorted by relevance
58 static __inline__ int top_bit(unsigned int bits) { in top_bit() function
80 const int top_bit = 64 - CLZ(size); in compute_minrun() local