|
std::array< uint32_t, 1<< HASHLOG > | tab = {} |
|
Definition at line 216 of file lz4.cc.
◆ getIndexOnHash()
uint32_t LZ4::HashImpl< false, true >::getIndexOnHash |
( |
uint32_t |
h | ) |
const |
|
inline |
◆ getPosition()
const uint8_t * LZ4::HashImpl< false, true >::getPosition |
( |
const uint8_t * |
p, |
|
|
const uint8_t * |
srcBase |
|
) |
| const |
|
inline |
◆ getPositionOnHash()
const uint8_t * LZ4::HashImpl< false, true >::getPositionOnHash |
( |
uint32_t |
h, |
|
|
const uint8_t * |
srcBase |
|
) |
| const |
|
inline |
◆ hashPosition()
static uint32_t LZ4::HashImpl< false, true >::hashPosition |
( |
const uint8_t * |
p | ) |
|
|
inlinestatic |
◆ putIndexOnHash()
void LZ4::HashImpl< false, true >::putIndexOnHash |
( |
uint32_t |
idx, |
|
|
uint32_t |
h |
|
) |
| |
|
inline |
◆ putPosition()
void LZ4::HashImpl< false, true >::putPosition |
( |
const uint8_t * |
p, |
|
|
const uint8_t * |
srcBase |
|
) |
| |
|
inline |
◆ putPositionOnHash()
void LZ4::HashImpl< false, true >::putPositionOnHash |
( |
const uint8_t * |
p, |
|
|
uint32_t |
h, |
|
|
const uint8_t * |
srcBase |
|
) |
| |
|
inline |
◆ tab
std::array<uint32_t, 1 << HASHLOG> LZ4::HashImpl< false, true >::tab = {} |
The documentation for this struct was generated from the following file: