HomeSort by: relevance | last modified time | path
    Searched defs:least (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/examples/
enough.c 275 // we need to use at least this many bit patterns so that the code won't be
277 int least = (left << 1) - syms; local in function:count
278 if (least < 0)
279 least = 0;
289 for (int use = least; use <= most; use++) {
412 // we need to use at least this many bit patterns so that the code won't be
414 int least = (left << 1) - syms; local in function:examine
415 if (least < 0)
416 least = 0;
424 // occupy least table spaces, creating new sub-tables as neede
    [all...]
enough.c 275 // we need to use at least this many bit patterns so that the code won't be
277 int least = (left << 1) - syms; local in function:count
278 if (least < 0)
279 least = 0;
289 for (int use = least; use <= most; use++) {
412 // we need to use at least this many bit patterns so that the code won't be
414 int least = (left << 1) - syms; local in function:examine
415 if (least < 0)
416 least = 0;
424 // occupy least table spaces, creating new sub-tables as neede
    [all...]

Completed in 25 milliseconds