Searched refs:DISTS (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.h52 DISTS enumerator in enum:__anon9344
H A Dinflate.c241 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
961 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.h57 DISTS enumerator in enum:__anon110
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 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,
/illumos-gate/usr/src/boot/lib/libz/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 73 milliseconds