Searched refs:crc32_tab (Results 1 – 2 of 2) sorted by relevance
48 static uint32_t crc32_tab[] = { variable105 while (size--) crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8); in sparse_crc32()