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

/haiku-buildtools/gcc/zlib/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...]
/haiku-buildtools/binutils/zlib/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...]
/haiku-buildtools/gcc/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.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);
923 state->lencode = (code const FAR *)(state->next);
938 here = state->lencode[BITS(state->lenbits)];
997 state->lencode = (code const FAR *)(state->next);
1031 here = state->lencode[BITS(state->lenbits)];
1038 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;
/haiku-buildtools/binutils/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.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;
/haiku-buildtools/gcc/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 +
/haiku-buildtools/binutils/zlib/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 +
/haiku-buildtools/gcc/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);
/haiku-buildtools/binutils/zlib/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);
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dinffas8664.c92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
137 ar.lcode = state->lencode;
/haiku-buildtools/gcc/zlib/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/haiku-buildtools/binutils/zlib/contrib/inflate86/
H A Dinffas86.c87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
120 ar.lcode = state->lencode;
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dinffas32.asm142 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dinffas32.asm142 lencode_state equ (64+4+zlib1222sup) ;/* state->lencode */

Completed in 210 milliseconds