Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/
H A Dphp_hash_crc32_tables.h138 static const uint32_t crc32c_table[] = { variable
H A Dhash_crc32.c63 context->state = (context->state >> 8) ^ crc32c_table[(context->state ^ input[i]) & 0xff]; in PHP_CRC32CUpdate()

Completed in 13 milliseconds