Home
last modified time | relevance | path

Searched refs:count_until_next_change (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/util/
Dinteger_division_unittest.cc25 int count_until_next_change = denom; in TestRangeAboutZero() local
32 --count_until_next_change; in TestRangeAboutZero()
33 if (count_until_next_change == 0) { // Next result will be one higher. in TestRangeAboutZero()
35 count_until_next_change = denom; in TestRangeAboutZero()