Searched refs:cutoff_processor (Results 1 – 1 of 1) sorted by relevance
149 SizeType cutoff_processor = n % p; in operator ()() local150 SizeType cutoff = cutoff_processor * (n / p + 1); in operator ()()153 else return cutoff_processor + (i - cutoff) / (n / p); in operator ()()161 ID cutoff_processor = n % p; in start() local162 if (id < cutoff_processor) return estimate; in start()163 else return estimate - (id - cutoff_processor); in start()