Searched refs:CRC2 (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libz/ |
H A 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);
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 2604 # define CRC2(check, word) \ macro 2817 CRC2(state->check, hold); 2868 if (state->flags & 0x0200) CRC2(state->check, hold); 2884 if (state->flags & 0x0200) CRC2(state->check, hold); 2893 if (state->flags & 0x0200) CRC2(state->check, hold);
|
Completed in 20 milliseconds