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