Searched refs:CRC2 (Results 1 – 11 of 11) sorted by relevance
/external/arm-trusted-firmware/include/dt-bindings/clock/ |
D | stm32mp1-clks.h | 94 #define CRC2 81 macro
|
/external/libwebsockets/win32port/zlib/ |
D | inflate.c | 420 # define CRC2(check, word) \ macro 633 CRC2(state->check, hold); 686 if (state->flags & 0x0200) CRC2(state->check, hold); 702 if (state->flags & 0x0200) CRC2(state->check, hold); 711 if (state->flags & 0x0200) CRC2(state->check, hold);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate_p.h | 51 # define CRC2(check, word) \ macro
|
D | inflate.c | 436 CRC2(state->check, hold); in PREFIX() 486 CRC2(state->check, hold); in PREFIX() 506 CRC2(state->check, hold); in PREFIX() 517 CRC2(state->check, hold); in PREFIX()
|
/external/zlib/contrib/optimizations/ |
D | inflate.c | 473 # define CRC2(check, word) \ macro 683 CRC2(state->check, hold); 737 CRC2(state->check, hold); 757 CRC2(state->check, hold); 768 CRC2(state->check, hold);
|
/external/tflite-support/third_party/zlib/ |
D | inflate.c | 459 # define CRC2(check, word) \ macro 669 CRC2(state->check, hold); 723 CRC2(state->check, hold); 741 CRC2(state->check, hold); 751 CRC2(state->check, hold);
|
/external/rust/crates/libz-sys/src/zlib/ |
D | inflate.c | 458 # define CRC2(check, word) \ macro 668 CRC2(state->check, hold); 722 CRC2(state->check, hold); 740 CRC2(state->check, hold); 750 CRC2(state->check, hold);
|
/external/tflite-support/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 470 # define CRC2(check, word) \ macro 680 CRC2(state->check, hold); 734 CRC2(state->check, hold); 752 CRC2(state->check, hold); 762 CRC2(state->check, hold);
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.c | 458 # define CRC2(check, word) \ macro 668 CRC2(state->check, hold); 722 CRC2(state->check, hold); 740 CRC2(state->check, hold); 750 CRC2(state->check, hold);
|
/external/freetype/src/gzip/ |
D | inflate.c | 467 # define CRC2(check, word) \ macro 677 CRC2(state->check, hold); in inflate() 731 CRC2(state->check, hold); in inflate() 751 CRC2(state->check, hold); in inflate() 762 CRC2(state->check, hold); in inflate()
|
/external/zlib/ |
D | inflate.c | 462 # define CRC2(check, word) \ macro 672 CRC2(state->check, hold); 726 CRC2(state->check, hold); 746 CRC2(state->check, hold); 757 CRC2(state->check, hold);
|