Searched refs:DISTS (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | inftrees.h | 52 DISTS enumerator in enum:__anon9344
|
H A D | inflate.c | 241 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 D | inftrees.h | 57 DISTS enumerator in enum:__anon110
|
H A D | inftrees.c | 25 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 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,
|
H A D | inflate.c | 290 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 D | infcover.c | 631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); 635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
|
Completed in 80 milliseconds