Searched refs:at_most (Results 1 – 2 of 2) sorted by relevance
251 def cpu_count(at_least=1, at_most=64): argument253 return max(min(cpus, at_most), at_least)
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()