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

/external/zlib/src/examples/
H A Denough.c205 int most; /* most number of syms to use at this juncture */ local
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 */ local
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
[all...]

Completed in 80 milliseconds