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

/xnu-2782.1.97/libkern/zlib/
H A Dinflate.c414 # define CRC2(check, word) \ macro
627 CRC2(state->check, hold);
678 if (state->flags & 0x0200) CRC2(state->check, hold);
694 if (state->flags & 0x0200) CRC2(state->check, hold);
703 if (state->flags & 0x0200) CRC2(state->check, hold);

Completed in 20 milliseconds