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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h102 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
104 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c123 state->lencode = state->distcode = state->next = state->codes;
242 state->lencode = lenfix;
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
864 state->lencode = (code const FAR *)(state->next);
879 this = state->lencode[BITS(state->lenbits)];
930 state->lencode = (code const FAR *)(state->next);
958 this = state->lencode[BITS(state->lenbits)];
965 this = state->lencode[las
[all...]
H A Dinfback.c110 state->lencode = lenfix;
377 state->lencode = (code const FAR *)(state->next);
392 this = state->lencode[BITS(state->lenbits)];
443 state->lencode = (code const FAR *)(state->next);
477 this = state->lencode[BITS(state->lenbits)];
484 this = state->lencode[last.val +
H A Dinffast.c86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h102 code const FAR *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
104 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c123 state->lencode = state->distcode = state->next = state->codes;
242 state->lencode = lenfix;
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
864 state->lencode = (code const FAR *)(state->next);
879 this = state->lencode[BITS(state->lenbits)];
930 state->lencode = (code const FAR *)(state->next);
958 this = state->lencode[BITS(state->lenbits)];
965 this = state->lencode[las
[all...]
H A Dinfback.c110 state->lencode = lenfix;
377 state->lencode = (code const FAR *)(state->next);
392 this = state->lencode[BITS(state->lenbits)];
443 state->lencode = (code const FAR *)(state->next);
477 this = state->lencode[BITS(state->lenbits)];
484 this = state->lencode[last.val +
H A Dinffast.c86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h94 code const *lencode; /* starting table for length/literal codes */ member in struct:inflate_state
96 unsigned lenbits; /* index bits for lencode */
H A Dinflate.c38 state->lencode = state->distcode = state->next = state->codes;
82 state->lencode = lenfix;
474 state->lencode = (code const *)(state->next);
488 this = state->lencode[BITS(state->lenbits)];
539 state->lencode = (code const *)(state->next);
566 this = state->lencode[BITS(state->lenbits)];
573 this = state->lencode[last.val +
H A Dinffast.c86 code const *lcode; /* local strm->lencode */
113 lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c415 struct huffman *lencode,
438 symbol = decode(s, lencode);
507 static struct huffman lencode = {lencnt, lensym}; local
524 construct(&lencode, lengths, FIXLCODES);
536 return codes(s, &lencode, &distcode);
632 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */
634 struct huffman lencode = {lencnt, lensym}; /* length code */ local
652 /* build huffman table for code lengths codes (use lencode temporarily) */
653 err = construct(&lencode, lengths, 19);
662 symbol = decode(s, &lencode);
414 codes(struct state *s, struct huffman *lencode, struct huffman *distcode) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c415 struct huffman *lencode,
438 symbol = decode(s, lencode);
507 static struct huffman lencode = {lencnt, lensym}; local
524 construct(&lencode, lengths, FIXLCODES);
536 return codes(s, &lencode, &distcode);
632 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */
634 struct huffman lencode = {lencnt, lensym}; /* length code */ local
652 /* build huffman table for code lengths codes (use lencode temporarily) */
653 err = construct(&lencode, lengths, 19);
662 symbol = decode(s, &lencode);
414 codes(struct state *s, struct huffman *lencode, struct huffman *distcode) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/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 this = lencode[BITS(lenbits)];
438 lencode = (code const FAR *)(state->next);
463 this = lencode[BITS(lenbits)];
470 this = lencode[last.val +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/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 this = lencode[BITS(lenbits)];
438 lencode = (code const FAR *)(state->next);
463 this = lencode[BITS(lenbits)];
470 this = lencode[last.val +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm147 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm147 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */

Completed in 205 milliseconds