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

/vbox/src/libs/zlib-1.2.6/
H A Dinflate.c440 # define CRC2(check, word) \ macro
653 CRC2(state->check, hold);
706 if (state->flags & 0x0200) CRC2(state->check, hold);
722 if (state->flags & 0x0200) CRC2(state->check, hold);
731 if (state->flags & 0x0200) CRC2(state->check, hold);

Completed in 276 milliseconds