Searched refs:vmax (Results 1 – 1 of 1) sorted by relevance
126 s32 vmax = static_cast<s32>(max); in ChangeValue() local128 if (value < vmin) { value += (vmax+1); } in ChangeValue()129 if (vmax < value) { value -= (vmax+1); value += vmin; } in ChangeValue()