Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_crc32.c52 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()
/AliOS-Things-master/components/SDL2/include/
A DSDL_test_crc32.h67 CrcUint32 crc32_table[256]; /* CRC table */ member

Completed in 3 milliseconds