Home
last modified time | relevance | path

Searched refs:lencode (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c437 const struct huffman *lencode, in codes() argument
460 symbol = decode(s, lencode); in codes()
541 static struct huffman lencode, distcode; in fixed() local
549 lencode.count = lencnt; in fixed()
550 lencode.symbol = lensym; in fixed()
563 construct(&lencode, lengths, FIXLCODES); in fixed()
575 return codes(s, &lencode, &distcode); in fixed()
673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local
678 lencode.count = lencnt; in dynamic()
679 lencode.symbol = lensym; in dynamic()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c437 const struct huffman *lencode, in codes() argument
460 symbol = decode(s, lencode); in codes()
541 static struct huffman lencode, distcode; in fixed() local
549 lencode.count = lencnt; in fixed()
550 lencode.symbol = lensym; in fixed()
563 construct(&lencode, lengths, FIXLCODES); in fixed()
575 return codes(s, &lencode, &distcode); in fixed()
673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local
678 lencode.count = lencnt; in dynamic()
679 lencode.symbol = lensym; in dynamic()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c437 const struct huffman *lencode, in codes() argument
460 symbol = decode(s, lencode); in codes()
541 static struct huffman lencode, distcode; in fixed() local
549 lencode.count = lencnt; in fixed()
550 lencode.symbol = lensym; in fixed()
563 construct(&lencode, lengths, FIXLCODES); in fixed()
575 return codes(s, &lencode, &distcode); in fixed()
673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local
678 lencode.count = lencnt; in dynamic()
679 lencode.symbol = lensym; in dynamic()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c437 const struct huffman *lencode, in codes() argument
460 symbol = decode(s, lencode); in codes()
541 static struct huffman lencode, distcode; in fixed() local
549 lencode.count = lencnt; in fixed()
550 lencode.symbol = lensym; in fixed()
563 construct(&lencode, lengths, FIXLCODES); in fixed()
575 return codes(s, &lencode, &distcode); in fixed()
673 struct huffman lencode, distcode; /* length and distance codes */ in dynamic() local
678 lencode.count = lencnt; in dynamic()
679 lencode.symbol = lensym; in dynamic()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/infback9/
H A Dinfback9.c240 code const FAR *lencode; /* starting table for length/literal codes */ local
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 +
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/infback9/
H A Dinfback9.c240 code const FAR *lencode; /* starting table for length/literal codes */ local
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 +
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
H A Dinfback9.c240 code const FAR *lencode; /* starting table for length/literal codes */ local
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 +
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
H A Dinfback9.c240 code const FAR *lencode; /* starting table for length/literal codes */ local
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 +
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c130 state->lencode = state->distcode = state->next = state->codes;
249 state->lencode = lenfix;
296 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()
297 state.lencode[low].val); in makefixed()
883 state->lencode = (code const FAR *)(state->next);
899 this = state->lencode[BITS(state->lenbits)];
950 state->lencode = (code const FAR *)(state->next);
979 this = state->lencode[BITS(state->lenbits)];
986 this = state->lencode[last.val +
1382 if (state->lencode >= state->codes &&
[all …]
H A Dinflate.h104 code const FAR *lencode; /* starting table for length/literal codes */ member
/netbsd-src/external/gpl3/gdb/dist/zlib/
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);
495 here = state->lencode[BITS(state->lenbits)];
502 here = state->lencode[last.val +
H A Dinflate.c138 state->lencode = state->distcode = state->next = state->codes;
316 state->lencode = lenfix;
363 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
364 state.lencode[low].bits, state.lencode[low].val); in makefixed()
961 state->lencode = (const code FAR *)(state->next);
977 here = state->lencode[BITS(state->lenbits)];
1036 state->lencode = (const code FAR *)(state->next);
1072 here = state->lencode[BITS(state->lenbits)];
1079 here = state->lencode[last.val +
1524 if (state->lencode >= state->codes &&
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
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);
495 here = state->lencode[BITS(state->lenbits)];
502 here = state->lencode[last.val +
H A Dinflate.c138 state->lencode = state->distcode = state->next = state->codes;
316 state->lencode = lenfix;
363 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
364 state.lencode[low].bits, state.lencode[low].val); in makefixed()
961 state->lencode = (const code FAR *)(state->next);
977 here = state->lencode[BITS(state->lenbits)];
1036 state->lencode = (const code FAR *)(state->next);
1072 here = state->lencode[BITS(state->lenbits)];
1079 here = state->lencode[last.val +
1524 if (state->lencode >= state->codes &&
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/
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);
495 here = state->lencode[BITS(state->lenbits)];
502 here = state->lencode[last.val +
H A Dinflate.c138 state->lencode = state->distcode = state->next = state->codes;
316 state->lencode = lenfix;
363 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
364 state.lencode[low].bits, state.lencode[low].val); in makefixed()
961 state->lencode = (const code FAR *)(state->next);
977 here = state->lencode[BITS(state->lenbits)];
1036 state->lencode = (const code FAR *)(state->next);
1072 here = state->lencode[BITS(state->lenbits)];
1079 here = state->lencode[last.val +
1524 if (state->lencode >= state->codes &&
[all …]
H A Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */ member
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c225 code const FAR *lencode; /* starting table for length/literal codes */ member
289 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
460 state->lencode = lenfix; in fixedtables()
1159 lcode = state->lencode; in netpgpv_inflate_fast()
1749 state->lencode = (code const FAR *)(state->next); in inflate()
1764 this = state->lencode[BITS(state->lenbits)]; in inflate()
1815 state->lencode = (code const FAR *)(state->next); in inflate()
1843 this = state->lencode[BITS(state->lenbits)]; in inflate()
1850 this = state->lencode[last.val + in inflate()
2234 if (state->lencode >= state->codes && in inflateCopy()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
333 symbol = decode(s, &lencode); in decomp()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.c296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
333 symbol = decode(s, &lencode); in decomp()
/netbsd-src/common/dist/zlib/contrib/blast/
H A Dblast.c296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
333 symbol = decode(s, &lencode); in decomp()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.c296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
333 symbol = decode(s, &lencode); in decomp()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.c296 static struct huffman lencode = {lencnt, lensym}; /* length code */ in decomp() local
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()
333 symbol = decode(s, &lencode); in decomp()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c255 u_char lencode; /* length of code in buffer */ member
695 ees->lencode = 0; in ees_receive()
699 cp = &(ees->lastcode[ees->lencode]); in ees_receive()
704 ees->lencode++; in ees_receive()
706 if (ees->lencode > LENEESPRT) { in ees_receive()
710 ees->lencode, dpend - dpt, LENEESPRT, in ees_receive()
765 if (ees->lencode != LENEESPRT) { in ees_receive()
/netbsd-src/common/dist/zlib/
H A Dinflate.h110 code const FAR *lencode; /* starting table for length/literal codes */ member

12