Searched refs:MAXCRCSTEP (Results 1 – 1 of 1) sorted by relevance
113 #define MAXCRCSTEP 16 macro148 int CrcNrBitsRest = (NrBits - CrcStep * MAXCRCSTEP); in getCrc()152 bValue = FDKreadBits(hBs, MAXCRCSTEP); in getCrc()153 calcCRC(&CrcBuf, bValue, MAXCRCSTEP); in getCrc()