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

/darwin-on-arm/xnu/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 30 milliseconds