Searched refs:crc32_table (Results 1 – 2 of 2) sorted by relevance
52 crcContext->crc32_table[i] = c; in SDLTest_Crc32Init()64 crcContext->crc32_table[i] = c; in SDLTest_Crc32Init()147 crc = (crc << 8) ^ crcContext->crc32_table[(crc >> 24) ^ *p]; in SDLTest_Crc32CalcBuffer()149 crc = ((crc >> 8) & 0x00FFFFFF) ^ crcContext->crc32_table[ (crc ^ *p) & 0xFF ]; in SDLTest_Crc32CalcBuffer()
67 CrcUint32 crc32_table[256]; /* CRC table */ member
Completed in 3 milliseconds