Lines Matching refs:sfmax
1108 int x, sfmax = 0;
1122 if (sfmax < x) {
1123 sfmax = x;
1131 if (sfmax < x) {
1132 sfmax = x;
1136 return sfmax;
1169 int const sfmax = flattenDistribution(sfwork, wrk, dm, bi, p);
1170 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);
1187 int const sfmax = flattenDistribution(sfwork, wrk, dm, bi_ok, p);
1188 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);
1201 int const sfmax = flattenDistribution(sfwork, wrk, dm, dm, bi);
1202 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);
1219 int const sfmax = flattenDistribution(sfwork, wrk, dm, dm, bi_ok);
1220 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax);