Searched refs:CRC2 (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_inflate.c | 441 # 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/ |
D | inflate.c | 441 # 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);
|