Searched refs:CRC2 (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/zlib/ |
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);
|
/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);
|
/external/pdfium/third_party/zlib_v128/ |
D | 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/syslinux/com32/lib/zlib/ |
D | inflate.c | 420 # 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);
|