Home
last modified time | relevance | path

Searched refs:crctab64 (Results 1 – 1 of 1) sorted by relevance

/external/fio/crc/
Dcrc64.c6 static const unsigned long long crctab64[256] = { variable
100 crc = crctab64[(crc ^ *(buffer++)) & 0xff] ^ (crc >> 8); in fio_crc64()