Searched refs:CRC32 (Results 1 – 7 of 7) sorted by relevance
24 "CRC32" => 4,61 CRC32 . 4
2 CRC32
28 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) macro
806 CRC32(crc, perms.perms[0]); in phar_zip_changed_apply()807 CRC32(crc, perms.perms[1]); in phar_zip_changed_apply()865 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply()
2467 CRC32(crc, php_stream_getc(fp));2837 CRC32(newcrc32, php_stream_getc(file));
8389 - Fixed bug #45028 (CRC32 output endianness is different between crc32() and
4685 >>>(0x18.l-26) lelong x CRC32 0x%08x
Completed in 110 milliseconds