Searched refs:value_to_round (Results 1 – 1 of 1) sorted by relevance
47 int roundUp(int value_to_round, int multiple, int max_value) { in roundUp() argument49 (value_to_round + multiple - 1) / multiple * multiple; in roundUp()