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

/external/zlib/src/contrib/puff/
H A Dpuff.c437 const struct huffman *lencode,
460 symbol = decode(s, lencode);
541 static struct huffman lencode, distcode; local
548 /* construct lencode and distcode */
549 lencode.count = lencnt;
550 lencode.symbol = lensym;
563 construct(&lencode, lengths, FIXLCODES);
575 return codes(s, &lencode, &distcode);
671 short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */
673 struct huffman lencode, distcod local
436 codes(struct state *s, const struct huffman *lencode, const struct huffman *distcode) argument
[all...]
/external/chromium_org/third_party/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/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/src/
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.c122 state->lencode = state->distcode = state->next = state->codes;
298 state->lencode = lenfix;
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
924 state->lencode = (const code FAR *)(state->next);
939 here = state->lencode[BITS(state->lenbits)];
998 state->lencode = (const code FAR *)(state->next);
1032 here = state->lencode[BITS(state->lenbits)];
1039 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;
/external/zlib/src/contrib/infback9/
H A Dinfback9.c240 code const FAR *lencode; /* starting table for length/literal codes */ local
242 unsigned lenbits; /* index bits for lencode */
269 lencode = Z_NULL;
292 lencode = lenfix;
370 lencode = (code const FAR *)(state->next);
385 here = lencode[BITS(lenbits)];
445 lencode = (code const FAR *)(state->next);
470 here = lencode[BITS(lenbits)];
477 here = lencode[last.val +
/external/zlib/src/contrib/blast/
H A Dblast.c289 static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */
292 static struct huffman lencode = {lencnt, lensym}; /* length code */ local
314 construct(&lencode, lenlen, sizeof(lenlen));
329 symbol = decode(s, &lencode);
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm142 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */

Completed in 288 milliseconds