Searched refs:crc32_for_byte (Results 1 – 2 of 2) sorted by relevance
76 static Uint32 crc32_for_byte(Uint32 r) in crc32_for_byte() function90 crc = crc32_for_byte((Uint8)crc ^ ((const Uint8*)data)[i]) ^ crc >> 8; in crc32()
112 static Uint32 crc32_for_byte(Uint32 r) in crc32_for_byte() function125 crc = crc32_for_byte((Uint8)crc ^ ((const Uint8*)data)[i]) ^ crc >> 8; in crc32()
Completed in 5 milliseconds