Searched refs:CRC2 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | inflate.c | 392 # define CRC2(check, word) \ macro 605 CRC2(state->check, hold); 656 if (state->flags & 0x0200) CRC2(state->check, hold); 674 if (state->flags & 0x0200) CRC2(state->check, hold); 684 if (state->flags & 0x0200) CRC2(state->check, hold);
|
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/ |
H A D | stm32mp1-clks.h | 96 #define CRC2 81 macro
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | inflate.c | 459 # define CRC2(check, word) \ macro 669 CRC2(state->check, hold); 723 CRC2(state->check, hold); 743 CRC2(state->check, hold); 754 CRC2(state->check, hold);
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | inflate.c | 459 # define CRC2(check, word) \ macro 669 CRC2(state->check, hold); 723 CRC2(state->check, hold); 743 CRC2(state->check, hold); 754 CRC2(state->check, hold);
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | inflate.c | 459 # define CRC2(check, word) \ macro 669 CRC2(state->check, hold); 723 CRC2(state->check, hold); 743 CRC2(state->check, hold); 754 CRC2(state->check, hold);
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.c | 655 # define CRC2(check, word) \ macro 1482 CRC2(state->check, hold); in inflate() 1533 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate() 1549 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate() 1558 if (state->flags & 0x0200) CRC2(state->check, hold); in inflate()
|