Bitcoin
|
Go to the source code of this file.
Namespaces | |
leveldb | |
leveldb::crc32c | |
Functions | |
uint32_t | leveldb::crc32c::Extend (uint32_t crc, const char *buf, size_t size) |
uint32_t | leveldb::crc32c::Value (const char *data, size_t n) |
uint32_t | leveldb::crc32c::Mask (uint32_t crc) |
uint32_t | leveldb::crc32c::Unmask (uint32_t masked_crc) |
Variables | |
static const uint32_t | leveldb::crc32c::kMaskDelta = 0xa282ead8ul |