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

/external/pdfium/third_party/zlib_v128/
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);
/external/syslinux/com32/lib/zlib/
H A Dinflate.c420 # define CRC2(check, word) \ macro
633 CRC2(state->check, hold);
686 if (state->flags & 0x0200) CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
711 if (state->flags & 0x0200) CRC2(state->check, hold);
/external/zlib/src/
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);

Completed in 1637 milliseconds