Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c1110 int roundedMaximum; in SetupSlider() local
1136 roundedMaximum = (max / increment) * increment; in SetupSlider()
1137 if (roundedMaximum < max) { roundedMaximum += increment; } in SetupSlider()
1141 if (roundedValue > roundedMaximum) { roundedValue = roundedMaximum; } in SetupSlider()
1143 if (roundedMinimum == roundedMaximum) { in SetupSlider()
1158 (LPARAM) (roundedMaximum - roundedMinimum) / increment ); in SetupSlider()
1168 new_info->max = roundedMaximum; in SetupSlider()