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

/freebsd-10.1-release/lib/libz/
H A Dinflate.c441 # define CRC2(check, word) \ macro
649 CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
718 if (state->flags & 0x0200) CRC2(state->check, hold);
727 if (state->flags & 0x0200) CRC2(state->check, hold);
/freebsd-10.1-release/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);

Completed in 225 milliseconds