Home
last modified time | relevance | path

Searched refs:CRC4 (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate_p.h29 # define CRC4(check, word) \ macro
Dinflate.c476 CRC4(state->check, hold); in PREFIX()
/external/libwebsockets/win32port/zlib/
Dinflate.c427 # define CRC4(check, word) \ macro
693 if (state->flags & 0x0200) CRC4(state->check, hold);
/external/angle/third_party/zlib/contrib/optimizations/
Dinflate.c477 # define CRC4(check, word) \ macro
742 CRC4(state->check, hold);
/external/zlib/
Dinflate.c466 # define CRC4(check, word) \ macro
731 CRC4(state->check, hold);
/external/zlib/contrib/optimizations/
Dinflate.c477 # define CRC4(check, word) \ macro
742 CRC4(state->check, hold);
/external/angle/third_party/zlib/
Dinflate.c466 # define CRC4(check, word) \ macro
731 CRC4(state->check, hold);
/external/rust/crates/libz-sys/src/zlib/
Dinflate.c465 # define CRC4(check, word) \ macro
730 CRC4(state->check, hold);
/external/python/cpython2/Modules/zlib/
Dinflate.c465 # define CRC4(check, word) \ macro
730 CRC4(state->check, hold);