Lines Matching refs:most
205 int most; /* most number of syms to use at this juncture */
228 /* we can use at most this many bit patterns, lest there not be enough
230 no limit to the code length, this would become: most = left - 1) */
231 most = (((code_t)left << (max - len)) - syms) /
236 for (use = least; use <= most; use++) {
322 int most; /* most number of syms to use at this juncture */
364 /* we can use at most this many bit patterns, lest there not be enough
366 no limit to the code length, this would become: most = left - 1) */
367 most = (((code_t)left << (max - len)) - syms) /
380 for (use = least; use <= most; use++) {
494 /* make sure that the calculation of most will not overflow */