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

/freebsd-12-stable/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-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c223 int hcrc = ((int)p[len + 1] << 8) | (int)p[len];
225 if (crc != hcrc)
/freebsd-12-stable/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);
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c580 set_ulp_mode_iscsi(struct adapter *sc, struct toepcb *toep, int hcrc, int dcrc) argument
584 if (hcrc)
590 __func__, toep->tid, hcrc, dcrc);
/freebsd-12-stable/sys/contrib/zlib/
H A Ddeflate.c696 if (s->gzhead->hcrc)
760 if (s->gzhead->hcrc && s->pending > (beg)) \
879 (s->gzhead->hcrc ? 2 : 0) +
896 if (s->gzhead->hcrc)
974 if (s->gzhead->hcrc) {
H A Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
819 available there. If hcrc is true, a gzip header crc is included. Note that
1045 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c830 state->head->hcrc = (int)((state->flags >> 9) & 1);

Completed in 189 milliseconds