Searched refs:crc_table (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/util/ | ||
| D | crc32c_ppc.c | 20 while (len--) crc = crc_table[(crc ^ *p++) & 0xff] ^ (crc >> 8); in crc32_align() |
| D | crc32c_ppc_constants.h | 16 static const unsigned int crc_table[] = { variable |