Home
last modified time | relevance | path

Searched refs:hcrc (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c604 (s->gzhead->hcrc ? 2 : 0) +
621 if (s->gzhead->hcrc)
664 if (s->gzhead->hcrc && s->pending > beg)
675 if (s->gzhead->hcrc && s->pending > beg)
693 if (s->gzhead->hcrc && s->pending > beg)
706 if (s->gzhead->hcrc && s->pending > beg)
724 if (s->gzhead->hcrc && s->pending > beg)
737 if (s->gzhead->hcrc && s->pending > beg)
747 if (s->gzhead->hcrc) {
H A Dzlib.h123 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c768 state->head->hcrc = (int)((state->flags >> 9) & 1);
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.c734 if (s->gzhead->hcrc)
798 if (s->gzhead->hcrc && s->pending > (beg)) \
919 (s->gzhead->hcrc ? 2 : 0) +
936 if (s->gzhead->hcrc)
1014 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c838 state->head->hcrc = (int)((state->flags >> 9) & 1);
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.c734 if (s->gzhead->hcrc)
798 if (s->gzhead->hcrc && s->pending > (beg)) \
919 (s->gzhead->hcrc ? 2 : 0) +
936 if (s->gzhead->hcrc)
1014 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c838 state->head->hcrc = (int)((state->flags >> 9) & 1);
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.c734 if (s->gzhead->hcrc)
798 if (s->gzhead->hcrc && s->pending > (beg)) \
919 (s->gzhead->hcrc ? 2 : 0) +
936 if (s->gzhead->hcrc)
1014 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
H A Dinflate.c838 state->head->hcrc = (int)((state->flags >> 9) & 1);
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dzlib.d128 int hcrc; /* true if there was or will be a header crc */ member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dzlib.d125 int hcrc; /* true if there was or will be a header crc */ member
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h466 int hcrc; /* true if there was or will be a header crc */ member
H A Dzlib.c1639 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()