Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dcrc32c_ppc.c20 while (len--) crc = crc_table[(crc ^ *p++) & 0xff] ^ (crc >> 8); in crc32_align()
Dcrc32c_ppc_constants.h16 static const unsigned int crc_table[] = { variable