Searched refs:scale_fact (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; local
171 scale_fact = scale_factors[i];
173 if (whole >= LLONG_MAX / scale_fact) {
179 whole *= scale_fact;
184 while (fpart >= LLONG_MAX / scale_fact) {
188 fpart *= scale_fact;

Completed in 64 milliseconds