Home
last modified time | relevance | path

Searched refs:crc32_table (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/hash/
H A Dphp_hash_crc32_tables.h21 static const uint32_t crc32_table[] = { 0x0, variable
H A Dhash_crc32.c36 context->state = (context->state << 8) ^ crc32_table[(context->state >> 24) ^ (input[i] & 0xff)]; in PHP_CRC32Update()

Completed in 15 milliseconds