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

/external/zlib/contrib/puff/
H A Dpuff.c423 struct huffman *lencode,
446 symbol = decode(s, lencode);
521 static struct huffman lencode, distcode; local
537 construct(&lencode, lengths, FIXLCODES);
544 /* construct lencode and distcode */
545 lencode.count = lencnt;
546 lencode.symbol = lensym;
555 return codes(s, &lencode, &distcode);
651 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */
653 struct huffman lencode, distcod local
422 codes(struct state *s, struct huffman *lencode, struct huffman *distcode) argument
[all...]
/external/chromium/third_party/zlib/
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;
/external/qemu/distrib/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;
/external/zlib/
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.c123 state->lencode = state->distcode = state->next = state->codes;
277 state->lencode = lenfix;
324 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
325 state.lencode[low].val);
908 state->lencode = (code const FAR *)(state->next);
923 here = state->lencode[BITS(state->lenbits)];
983 state->lencode = (code const FAR *)(state->next);
1017 here = state->lencode[BITS(state->lenbits)];
1024 here = state->lencode[las
[all...]
H A Dinfback.c110 state->lencode = lenfix;
377 state->lencode = (code const FAR *)(state->next);
392 here = state->lencode[BITS(state->lenbits)];
452 state->lencode = (code const FAR *)(state->next);
486 here = state->lencode[BITS(state->lenbits)];
493 here = state->lencode[last.val +
H A Dinffast.c86 code const FAR *lcode; /* local strm->lencode */
113 lcode = state->lencode;
/external/zlib/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 +
/external/zlib/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);
/external/zlib/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/external/zlib/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/external/zlib/contrib/masmx86/
H A Dinffas32.asm147 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */

Completed in 117 milliseconds