Searched refs:LENS (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
H A D | inftree9.h | 55 LENS, enumerator in enum:__anon17359
|
H A D | inftree9.c | 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 163 provided *table space. It is checked for LENS and DIST tables against 180 case LENS: 205 if ((type == LENS && used >= ENOUGH_LENS) || 273 if ((type == LENS && used >= ENOUGH_LENS) ||
|
H A D | infback9.c | 70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); 449 ret = inflate_table9(LENS, state->lens, state->nlen,
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | inftrees.h | 56 LENS, enumerator in enum:__anon17375
|
H A D | inftrees.c | 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 169 provided *table space. It is checked for LENS and DIST tables against 186 case LENS: 211 if ((type == LENS && used >= ENOUGH_LENS) || 280 if ((type == LENS && used >= ENOUGH_LENS) ||
|
H A D | infback.c | 104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 462 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
|
H A D | inflate.c | 282 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 1004 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
|
Completed in 55 milliseconds