Searched defs:most (Results 1 - 1 of 1) sorted by relevance

/external/zlib/src/examples/
H A Denough.c208 int most; /* most number of syms to use at this juncture */ local
231 /* we can use at most this many bit patterns, lest there not be enough
233 no limit to the code length, this would become: most = left - 1) */
234 most = (((code_t)left << (max - len)) - syms) /
239 for (use = least; use <= most; use++) {
325 int most; /* most number of syms to use at this juncture */ local
367 /* we can use at most this many bit patterns, lest there not be enough
369 no limit to the code length, this would become: most
[all...]

Completed in 84 milliseconds