Searched refs:CRC2 (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/lib/zlib/ |
D | inflate.c | 160 # define CRC2(check, word) \ macro 370 CRC2(state->check, hold); in inflate() 421 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate() 437 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate() 446 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
|
/external/u-boot/include/dt-bindings/clock/ |
D | stm32mp1-clks.h | 94 #define CRC2 81 macro
|
/external/arm-trusted-firmware/include/dt-bindings/clock/ |
D | stm32mp1-clks.h | 94 #define CRC2 81 macro
|
/external/v8/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/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/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/v8/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/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);
|