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

  /external/opencv3/3rdparty/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 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/pdfium/third_party/zlib_v128/
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/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 867 milliseconds