Bitcoin
|
Namespaces | |
leveldb | |
leveldb::crc32c | |
Macros | |
#define | STEP1 |
#define | STEP4 |
Functions | |
static uint32_t | leveldb::crc32c::LE_LOAD32 (const uint8_t *p) |
static bool | leveldb::crc32c::CanAccelerateCRC32C () |
uint32_t | leveldb::crc32c::Extend (uint32_t crc, const char *buf, size_t size) |
Variables | |
static const uint32_t | leveldb::crc32c::table0_ [256] |
static const uint32_t | leveldb::crc32c::table1_ [256] |
static const uint32_t | leveldb::crc32c::table2_ [256] |
static const uint32_t | leveldb::crc32c::table3_ [256] |
#define STEP1 |