Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inflate.c441 # define CRC2(check, word) \ macro
649 CRC2(state->check, hold); in inflate()
702 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
718 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
727 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
/external/zlib/src/
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);