Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/zlib/
H A Dinflate.c409 # define CRC2(check, word) \ macro
621 CRC2(state->check, hold); in inflate()
672 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
690 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
700 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()