HomeSort by relevance Sort by last modified time
    Searched refs:DISTS (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/zlib/
inftrees.h 57 DISTS
inftrees.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
193 default: /* DISTS */
212 (type == DISTS && used >= ENOUGH_DISTS))
281 (type == DISTS && used >= ENOUGH_DISTS))
infback.c 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
463 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
inflate.c 269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 50 DISTS
infback.c 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
454 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
inflate.c 234 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
    [all...]
  /external/zlib/src/contrib/infback9/
inftree9.h 56 DISTS
inftree9.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
187 default: /* DISTS */
206 (type == DISTS && used >= ENOUGH_DISTS))
274 (type == DISTS && used >= ENOUGH_DISTS))
infback9.c 77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
456 ret = inflate_table9(DISTS, state->lens + state->nlen,
  /external/zlib/src/
inftrees.h 57 DISTS
inftrees.c 25 to be generated, CODES, LENS, or DISTS. On return, zero is success,
193 default: /* DISTS */
212 (type == DISTS && used > ENOUGH_DISTS))
281 (type == DISTS && used > ENOUGH_DISTS))
infback.c 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
inflate.c 290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
    [all...]
  /external/zlib/src/test/
infcover.c 631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);

Completed in 169 milliseconds