Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/hash/tests/
H A Dmhash_002.phpt24 "CRC32" => 4,
61 CRC32 . 4
H A Dcrc32.phpt2 Hash: CRC32 algorithm
/php-src/ext/standard/
H A Dcrc32.h24 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) macro
/php-src/ext/phar/
H A Dzip.c909 CRC32(crc, perms.perms[0]); in phar_zip_changed_apply_int()
910 CRC32(crc, perms.perms[1]); in phar_zip_changed_apply_int()
/php-src/
H A Dconfigure.ac696 AC_CACHE_CHECK([for aarch64 CRC32 API], [php_cv_func___crc32d],
714 [Define to 1 when aarch64 CRC32 API is available.])])
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3705 >0 ulelong x \b, CRC32 %#x
8686 >7 byte&0xf 0x1 CRC32
9637 >>>(0x18.l-26) lelong x CRC32 %#08x
39312 >>>524 ulelong x \b, CRC32 %#x
H A Dmagic3705 >0 ulelong x \b, CRC32 %#x
8686 >7 byte&0xf 0x1 CRC32
9637 >>>(0x18.l-26) lelong x CRC32 %#08x
39312 >>>524 ulelong x \b, CRC32 %#x

Completed in 239 milliseconds