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