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

/freebsd-13-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-13-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-13-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 79 milliseconds