Searched refs:CRC2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c392 # define CRC2(check, word) \ macro
605 CRC2(state->check, hold);
656 if (state->flags & 0x0200) CRC2(state->check, hold);
674 if (state->flags & 0x0200) CRC2(state->check, hold);
684 if (state->flags & 0x0200) CRC2(state->check, hold);
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.c458 # define CRC2(check, word) \ macro
668 CRC2(state->check, hold);
722 CRC2(state->check, hold);
740 CRC2(state->check, hold);
750 CRC2(state->check, hold);

Completed in 74 milliseconds