Searched refs:CRC4 (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Modules/zlib/
H A Dinflate.c448 # define CRC4(check, word) \ macro
709 if (state->flags & 0x0200) CRC4(state->check, hold);
/external/syslinux/com32/lib/zlib/
H A Dinflate.c427 # define CRC4(check, word) \ macro
693 if (state->flags & 0x0200) CRC4(state->check, hold);
/external/python/cpython3/Modules/zlib/
H A Dinflate.c465 # define CRC4(check, word) \ macro
730 CRC4(state->check, hold);
/external/zlib/src/
H A Dinflate.c465 # define CRC4(check, word) \ macro
730 CRC4(state->check, hold);

Completed in 422 milliseconds