Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-bootloader.h92 uint32_t hcrc; /* CRC of all of header excluding this field */ member
/f-stack/freebsd/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
H A Dinflate.c830 state->head->hcrc = (int)((state->flags >> 9) & 1);