Home
last modified time | relevance | path

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

/src/sys/contrib/zlib/
H A Dinftrees.c199 case DISTS: in inflate_table()
217 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
286 (type == DISTS && used > ENOUGH_DISTS)) in inflate_table()
348 inflate_table(DISTS, lens, 32, &(next), &(bits), work); in buildtables()
H A Dinftrees.h57 DISTS enumerator
H A Dinfback.c411 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflateBack()
H A Dinflate.c900 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()
/src/sys/contrib/zlib/test/
H A Dinfcover.c632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()
636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); in cover_trees()