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