Lines Matching refs:USHORT
100 static const USHORT crcLookup_16_15_2_0[256] =
139 static const USHORT crcLookup_16_12_5_0[256] =
179 USHORT * const pCrc,
180 USHORT crcMask,
181 USHORT crcPoly,
187 USHORT * const pCrc,
188 const USHORT * pCrcLookup,
300 USHORT FDKcrcGetCRC( in FDKcrcGetCRC()
321 USHORT * const pCrc, in calcCrc_Bits()
322 USHORT crcMask, in calcCrc_Bits()
323 USHORT crcPoly, in calcCrc_Bits()
329 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bits()
333 USHORT tmp = FDKreadBits(hBs,1); // process single bit in calcCrc_Bits()
342 USHORT tmp = 0; // process single bit in calcCrc_Bits()
367 USHORT * const pCrc, in calcCrc_Bytes()
368 const USHORT * pCrcLookup, in calcCrc_Bytes()
374 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bytes()
409 USHORT crc = hCrcInfo->crcValue; in crcCalc()