Home
last modified time | relevance | path

Searched refs:DISTS (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/crates/libz-sys/src/zlib-ng/
Dinftrees.h60 DISTS enumerator
Dinftrees.c204 (type == DISTS && used > ENOUGH_DISTS)) in zng_inflate_table()
272 if ((type == LENS && used > ENOUGH_LENS) || (type == DISTS && used > ENOUGH_DISTS)) in zng_inflate_table()
Dinfback.c339 ret = zng_inflate_table(DISTS, state->lens + state->nlen, state->ndist, in PREFIX()
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinftree9.h56 DISTS enumerator
Dinftree9.c206 (type == DISTS && used >= ENOUGH_DISTS))
274 (type == DISTS && used >= ENOUGH_DISTS))
Dinfback9.c77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); in makefixed9()
456 ret = inflate_table9(DISTS, state->lens + state->nlen,
/external/python/cpython2/Modules/zlib/
Dinftrees.c210 (type == DISTS && used > ENOUGH_DISTS))
279 (type == DISTS && used > ENOUGH_DISTS))
Dinftrees.h57 DISTS enumerator
Dinfback.c111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/external/rust/crates/libz-sys/src/zlib/
Dinftrees.c210 (type == DISTS && used > ENOUGH_DISTS))
279 (type == DISTS && used > ENOUGH_DISTS))
Dinftrees.h57 DISTS enumerator
Dinfback.c111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
Dinflate.c307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
1032 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/external/zlib/
Dinftrees.c210 (type == DISTS && used > ENOUGH_DISTS))
279 (type == DISTS && used > ENOUGH_DISTS))
Dinftrees.h57 DISTS enumerator
Dinfback.c111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
Dinflate.c308 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
1033 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/external/libwebsockets/win32port/zlib/
Dinftrees.h57 DISTS enumerator
Dinftrees.c212 (type == DISTS && used >= ENOUGH_DISTS))
281 (type == DISTS && used >= ENOUGH_DISTS))
Dinfback.c102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
463 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
Dinflate.c269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
994 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/external/rust/crates/libz-sys/src/zlib-ng/tools/
Dmakefixed.c32 zng_inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in buildfixedtables()
/external/zlib/patches/
D0005-infcover-gtest.patch350 - ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
354 - ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
372 +/* ret = inflate_table(DISTS, lens, 16, &next, &bits, work); */
376 +/* ret = inflate_table(DISTS, lens, 16, &next, &bits, work); */
/external/rust/crates/libz-sys/src/zlib/test/
Dinfcover.c631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dinfcover.c643 ret = zng_inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
647 ret = zng_inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()

12