Searched refs:CRC2 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/zlib-1.2.3/ |
D | inflate.c | 385 # define CRC2(check, word) \ macro 598 CRC2(state->check, hold); 649 if (state->flags & 0x0200) CRC2(state->check, hold); 665 if (state->flags & 0x0200) CRC2(state->check, hold); 674 if (state->flags & 0x0200) CRC2(state->check, hold);
|
/external/zlib/src/ |
D | inflate.c | 440 # define CRC2(check, word) \ macro 648 CRC2(state->check, hold); 701 if (state->flags & 0x0200) CRC2(state->check, hold); 717 if (state->flags & 0x0200) CRC2(state->check, hold); 726 if (state->flags & 0x0200) CRC2(state->check, hold);
|