Searched refs:hcrc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-bootloader.h92 uint32_t hcrc; /* CRC of all of header excluding this field */ member in struct:bootloader_header
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c192 int hcrc = ((int)p[len + 1] << 8) | (int)p[len];
194 if (crc != hcrc)
/freebsd-10.2-release/lib/libz/
H A Ddeflate.c606 if (s->gzhead->hcrc)
711 (s->gzhead->hcrc ? 2 : 0) +
728 if (s->gzhead->hcrc)
771 if (s->gzhead->hcrc && s->pending > beg)
782 if (s->gzhead->hcrc && s->pending > beg)
800 if (s->gzhead->hcrc && s->pending > beg)
813 if (s->gzhead->hcrc && s->pending > beg)
831 if (s->gzhead->hcrc && s->pending > beg)
844 if (s->gzhead->hcrc && s->pending > beg)
854 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
977 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c807 state->head->hcrc = (int)((state->flags >> 9) & 1);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/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 in struct:gz_header_s
682 available there. If hcrc is true, a gzip header crc is included. Note that
831 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c768 state->head->hcrc = (int)((state->flags >> 9) & 1);

Completed in 130 milliseconds