Searched refs:transValue (Results 1 – 1 of 1) sorted by relevance
94 int transValue = next - minimum; in increment() local99 transValue %= (transMax + 1); // modulo max+1 since max is permissible in increment()100 transValue = (transValue < 0)? (transValue + (transMax+1)) : transValue; in increment()105 next = transValue + minimum; in increment()