Searched refs:CRC32 (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/hash/tests/ |
H A D | mhash_002.phpt | 22 "CRC32" => 4, 59 CRC32 . 4
|
H A D | crc32.phpt | 2 Hash: CRC32 algorithm
|
/PHP-8.0/ext/standard/ |
H A D | crc32.h | 24 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) macro
|
/PHP-8.0/ext/phar/ |
H A D | zip.c | 855 CRC32(crc, perms.perms[0]); in phar_zip_changed_apply_int() 856 CRC32(crc, perms.perms[1]); in phar_zip_changed_apply_int() 919 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply_int()
|
H A D | phar.c | 2464 CRC32(crc, php_stream_getc(fp)); in phar_postprocess_file() 2822 CRC32(newcrc32, php_stream_getc(file)); in phar_flush()
|
/PHP-8.0/ |
H A D | configure.ac | 675 AC_CACHE_CHECK([for aarch64 CRC32 API], ac_cv_func___crc32d, 678 AC_DEFINE([HAVE_AARCH64_CRC32], [1], [Define when aarch64 CRC32 API is available.])
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 8237 >>>(0x18.l-26) lelong x CRC32 0x%08x
|
H A D | magic | 8237 >>>(0x18.l-26) lelong x CRC32 0x%08x
|
Completed in 179 milliseconds