Searched defs:g_au32CRC32 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dcrc32.cpp85 static uint32_t const g_au32CRC32[] = variable
158 uCRC32 = g_au32CRC32[(uCRC32 ^ *pu8++) & 0xff] ^ (uCRC32 >> 8);
175 uCRC32 = g_au32CRC32[(uCRC32 ^ *pu8++) & 0xff] ^ (uCRC32 >> 8);

Completed in 48 milliseconds