Searched defs:crc64_table (Results 1 – 2 of 2) sorted by relevance
12 constexpr uint64_t crc64_table[] = { variable
147 pub(crate) const fn crc64_table(width: u8, poly: u64, reflect: bool) -> [u64; 256] { in crc64_table() function