Searched refs:top_bit (Results 1 – 1 of 1) sorted by relevance
80 const int top_bit = 64 - CLZ(size); in compute_minrun() local81 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()