Searched refs:CRC4 (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate_p.h | 58 # define CRC4(check, word) \ macro
|
D | inflate.c | 495 CRC4(state->check, hold); in PREFIX()
|
/external/libwebsockets/win32port/zlib/ |
D | inflate.c | 427 # define CRC4(check, word) \ macro 693 if (state->flags & 0x0200) CRC4(state->check, hold);
|
/external/zlib/contrib/optimizations/ |
D | inflate.c | 480 # define CRC4(check, word) \ macro 746 CRC4(state->check, hold);
|
/external/tflite-support/third_party/zlib/ |
D | inflate.c | 466 # define CRC4(check, word) \ macro 731 CRC4(state->check, hold);
|
/external/rust/crates/libz-sys/src/zlib/ |
D | inflate.c | 465 # define CRC4(check, word) \ macro 730 CRC4(state->check, hold);
|
/external/tflite-support/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 477 # define CRC4(check, word) \ macro 742 CRC4(state->check, hold);
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.c | 465 # define CRC4(check, word) \ macro 730 CRC4(state->check, hold);
|
/external/freetype/src/gzip/ |
D | inflate.c | 474 # define CRC4(check, word) \ macro 740 CRC4(state->check, hold); in inflate()
|
/external/zlib/ |
D | inflate.c | 469 # define CRC4(check, word) \ macro 735 CRC4(state->check, hold);
|