Searched refs:CRCTable (Results 1 – 3 of 3) sorted by relevance
32 static int CRCTable[]; field in CalculateCRC3239 CRCTable = new int[256]; in buildCRCTable()50 CRCTable[i] = crc; in buildCRCTable()79 temp2 = CRCTable[(cachedCRC ^s) & 0xFF]; in computeCRC32()
25 static const uint32_t CRCTable[256] = { variable95 CRC = CRCTable[TableIdx] ^ (CRC >> 8); in update()