Searched refs:CRC4 (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate_p.h | 29 # define CRC4(check, word) \ macro
|
D | inflate.c | 476 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/angle/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 477 # define CRC4(check, word) \ macro 742 CRC4(state->check, hold);
|
/external/zlib/ |
D | inflate.c | 466 # define CRC4(check, word) \ macro 731 CRC4(state->check, hold);
|
/external/zlib/contrib/optimizations/ |
D | inflate.c | 477 # define CRC4(check, word) \ macro 742 CRC4(state->check, hold);
|
/external/angle/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/python/cpython2/Modules/zlib/ |
D | inflate.c | 465 # define CRC4(check, word) \ macro 730 CRC4(state->check, hold);
|