Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate_p.h58 # define CRC4(check, word) \ macro
Dinflate.c495 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/zlib/contrib/optimizations/
Dinflate.c480 # define CRC4(check, word) \ macro
746 CRC4(state->check, hold);
/external/tflite-support/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/tflite-support/third_party/zlib/contrib/optimizations/
Dinflate.c477 # define CRC4(check, word) \ macro
742 CRC4(state->check, hold);
/external/python/cpython2/Modules/zlib/
Dinflate.c465 # define CRC4(check, word) \ macro
730 CRC4(state->check, hold);
/external/freetype/src/gzip/
Dinflate.c474 # define CRC4(check, word) \ macro
740 CRC4(state->check, hold); in inflate()
/external/zlib/
Dinflate.c469 # define CRC4(check, word) \ macro
735 CRC4(state->check, hold);