/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inftrees.h | 60 DISTS enumerator
|
D | inftrees.c | 204 (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()
|
D | infback.c | 339 ret = zng_inflate_table(DISTS, state->lens + state->nlen, state->ndist, in PREFIX()
|
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/ |
D | inftree9.h | 56 DISTS enumerator
|
D | inftree9.c | 206 (type == DISTS && used >= ENOUGH_DISTS)) 274 (type == DISTS && used >= ENOUGH_DISTS))
|
D | infback9.c | 77 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/ |
D | inftrees.c | 210 (type == DISTS && used > ENOUGH_DISTS)) 279 (type == DISTS && used > ENOUGH_DISTS))
|
D | inftrees.h | 57 DISTS enumerator
|
D | infback.c | 111 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/ |
D | inftrees.c | 210 (type == DISTS && used > ENOUGH_DISTS)) 279 (type == DISTS && used > ENOUGH_DISTS))
|
D | inftrees.h | 57 DISTS enumerator
|
D | infback.c | 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
D | inflate.c | 307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 1032 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
/external/zlib/ |
D | inftrees.c | 210 (type == DISTS && used > ENOUGH_DISTS)) 279 (type == DISTS && used > ENOUGH_DISTS))
|
D | inftrees.h | 57 DISTS enumerator
|
D | infback.c | 111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 471 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
D | inflate.c | 308 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/ |
D | inftrees.h | 57 DISTS enumerator
|
D | inftrees.c | 212 (type == DISTS && used >= ENOUGH_DISTS)) 281 (type == DISTS && used >= ENOUGH_DISTS))
|
D | infback.c | 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 463 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
|
D | inflate.c | 269 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/ |
D | makefixed.c | 32 zng_inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in buildfixedtables()
|
/external/zlib/patches/ |
D | 0005-infcover-gtest.patch | 350 - 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/ |
D | infcover.c | 631 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/ |
D | infcover.c | 643 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()
|