Home
last modified time | relevance | path

Searched refs:CRC4 (Results 1 – 2 of 2) sorted by relevance

/minix3/common/dist/zlib/
H A Dinflate.c394 # define CRC4(check, word) \ macro
665 if (state->flags & 0x0200) CRC4(state->check, hold);
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c662 # define CRC4(check, word) \ macro
1540 if (state->flags & 0x0200) CRC4(state->check, hold); in inflate()