Searched refs:DISTS (Results 1 – 14 of 14) sorted by relevance
/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,
|
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/src/ |
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/src/contrib/infback9/ |
D | inftree9.c | 206 (type == DISTS && used >= ENOUGH_DISTS)) 274 (type == DISTS && used >= ENOUGH_DISTS))
|
D | inftree9.h | 56 DISTS enumerator
|
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/u-boot/lib/zlib/ |
D | inftrees.h | 50 DISTS enumerator
|
D | inflate.c | 714 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
|
/external/zlib/src/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()
|