|
const uint8_t * | tab [1<< HASHLOG] = {} |
|
Definition at line 308 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
const uint8_t* LZ4::HashImpl< false, false >::tab[1<< HASHLOG] = {} |
The documentation for this struct was generated from the following file: