Searched refs:crc32_table (Results 1 – 2 of 2) sorted by relevance
21 static const php_hash_uint32 crc32_table[] = { 0x0, variable
36 context->state = (context->state << 8) ^ crc32_table[(context->state >> 24) ^ (input[i] & 0xff)]; in PHP_CRC32Update()
Completed in 6 milliseconds