Searched refs:at_most (Results 1 – 1 of 1) sorted by relevance
809 static int chip_away_bits(int total, int at_most) in chip_away_bits() argument811 return total % at_most ? : at_most; in chip_away_bits()