Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_test_crc32.h58 #define CRC32_POLY 0x04c11db7 /* AUTODIN II, Ethernet, & FDDI */ macro
60 #define CRC32_POLY 0xEDB88320 /* Perl String::CRC32 compatible */
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_crc32.c50 c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); in SDLTest_Crc32Init()
59 c = (c >> 1) ^ CRC32_POLY; in SDLTest_Crc32Init()

Completed in 2 milliseconds