Searched refs:lencode (Results 1 – 3 of 3) sorted by relevance
109 code const FAR *lencode; /* starting table for length/literal codes */ member
137 state->lencode = state->distcode = state->next = state->codes;315 state->lencode = lenfix;362 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()363 state.lencode[low].bits, state.lencode[low].val); in makefixed()947 state->lencode = (const code FAR *)(state->next);962 here = state->lencode[BITS(state->lenbits)];1021 state->lencode = (const code FAR *)(state->next);1055 here = state->lencode[BITS(state->lenbits)];1062 here = state->lencode[last.val +1493 if (state->lencode >= state->codes &&[all …]
96 lcode = state->lencode;