Searched defs:crc64_table (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dcrc64.c20 static const isc_uint64_t crc64_table[256] = { variable
126 *crc = crc64_table[i] ^ (*crc << 8);

Completed in 7 milliseconds