Searched refs:crctab64 (Results 1 – 1 of 1) sorted by relevance
6 static const unsigned long long crctab64[256] = { variable100 crc = crctab64[(crc ^ *(buffer++)) & 0xff] ^ (crc >> 8); in fio_crc64()