Searched refs:DISTS (Results 1 - 20 of 20) sorted by path

/external/chromium_org/third_party/zlib/
H A Dinfback.c102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
463 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinflate.c269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
994 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.c25 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))
H A Dinftrees.h57 DISTS enumerator in enum:__anon16407
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dfx_zlib_inflate.c290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
1009 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dfx_zlib_inftrees.c25 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))
H A Dinftrees.h57 DISTS enumerator in enum:__anon28596
/external/qemu/distrib/zlib-1.2.8/
H A Dinfback.c111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinflate.c290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
1009 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.c25 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))
H A Dinftrees.h57 DISTS enumerator in enum:__anon29635
/external/zlib/src/contrib/infback9/
H A Dinfback9.c77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
456 ret = inflate_table9(DISTS, state->lens + state->nlen,
H A Dinftree9.c25 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))
H A Dinftree9.h56 DISTS enumerator in enum:__anon34341
/external/zlib/src/
H A Dinfback.c111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinflate.c290 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
1009 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinftrees.c25 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))
H A Dinftrees.h57 DISTS enumerator in enum:__anon34357
/external/zlib/src/test/
H A Dinfcover.c631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);

Completed in 970 milliseconds