Searched refs:top_bit (Results 1 – 3 of 3) sorted by relevance
58 static __inline__ int top_bit(unsigned int bits) { in top_bit() function81 static __inline__ int top_bit(unsigned int bits) {101 static __inline int top_bit(unsigned int bits) {221 seg = top_bit(linear | 0xFF) - 7; in linear_to_ulaw()296 seg = top_bit(linear | 0xFF) - 7; in linear_to_alaw()
129 top_bit = 1 << DEGREE134 if q & top_bit:
80 const int top_bit = 64 - CLZ(size); in compute_minrun() local81 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()