HomeSort by: relevance | last modified time | path
    Searched refs:DISTS (Results 1 - 8 of 8) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inftree9.h 56 DISTS
inftree9.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
182 default: /* DISTS */
201 (type == DISTS && used >= ENOUGH_DISTS))
269 (type == DISTS && used >= ENOUGH_DISTS))
infback9.c 72 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
446 ret = inflate_table9(DISTS, state->lens + state->nlen,
  /src/common/dist/zlib/
inftrees.h 57 DISTS
inftrees.c 27 to be generated, CODES, LENS, or DISTS. On return, zero is success,
188 default: /* DISTS */
207 (type == DISTS && used > ENOUGH_DISTS))
276 (type == DISTS && used > ENOUGH_DISTS))
infback.c 105 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
460 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
inflate.c 281 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
1021 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
  /src/common/dist/zlib/test/
infcover.c 632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);

Completed in 43 milliseconds