Searched refs:lencode (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c436 const struct huffman *lencode,
459 symbol = decode(s, lencode);
540 static struct huffman lencode, distcode; local
547 /* construct lencode and distcode */
548 lencode.count = lencnt;
549 lencode.symbol = lensym;
562 construct(&lencode, lengths, FIXLCODES);
574 return codes(s, &lencode, &distcode);
670 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */
672 struct huffman lencode, distcod local
435 codes(struct state *s, const struct huffman *lencode, const struct huffman *distcode) argument
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h106 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
108 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c121 state->lencode = state->distcode = state->next = state->codes;
297 state->lencode = lenfix;
344 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
345 state.lencode[low].bits, state.lencode[low].val);
928 state->lencode = (code const FAR *)(state->next);
943 here = state->lencode[BITS(state->lenbits)];
1002 state->lencode = (code const FAR *)(state->next);
1036 here = state->lencode[BITS(state->lenbits)];
1043 here = state->lencode[las
[all...]
H A Dinfback.c119 state->lencode = lenfix;
386 state->lencode = (code const FAR *)(state->next);
401 here = state->lencode[BITS(state->lenbits)];
460 state->lencode = (code const FAR *)(state->next);
494 here = state->lencode[BITS(state->lenbits)];
501 here = state->lencode[last.val +
H A Dinffast.c86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.c241 code const FAR *lencode; /* starting table for length/literal codes */ local
243 unsigned lenbits; /* index bits for lencode */
271 lencode = Z_NULL;
294 lencode = lenfix;
372 lencode = (code const FAR *)(state->next);
387 here = lencode[BITS(lenbits)];
447 lencode = (code const FAR *)(state->next);
472 here = lencode[BITS(lenbits)];
479 here = lencode[last.val +
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c287 static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */
290 static struct huffman lencode = {lencnt, lensym}; /* length code */ local
312 construct(&lencode, lenlen, sizeof(lenlen));
327 symbol = decode(s, &lencode);
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dinffas32.asm142 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */

Completed in 46 milliseconds