Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/zlib/
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/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);
/external/pdfium/third_party/zlib_v128/
Dinflate.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/syslinux/com32/lib/zlib/
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);