PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | CRC8(x) pg_crc32c_table[0][(crc ^ (x)) & 0xFF] ^ (crc >> 8) |
Functions | |
pg_crc32c | pg_comp_crc32c_sb8 (pg_crc32c crc, const void *data, size_t len) |
Variables | |
static const uint32 | pg_crc32c_table [8][256] |
#define CRC8 | ( | x | ) | pg_crc32c_table[0][(crc ^ (x)) & 0xFF] ^ (crc >> 8) |
Definition at line 31 of file pg_crc32c_sb8.c.
Definition at line 35 of file pg_crc32c_sb8.c.
References a, b, crc, CRC8, data, len, and pg_crc32c_table.
Referenced by pg_comp_crc32c_choose().
|
static |
Definition at line 25 of file pg_crc32c_sb8.c.
Referenced by pg_comp_crc32c_sb8().