libdragon
Loading...
Searching...
No Matches
Data Fields
lz4dec_faststate_t Struct Reference

Fast-access state of the LZ4 algorithm (streaming version). More...

Data Fields

uint8_t token
 Current token.
 
int lit_len
 Number of literals to copy.
 
int match_len
 Number of bytes to copy from the ring buffer.
 
int match_off
 Offset in the ring buffer to copy from.
 
int fsm_state
 Current state of the streaming state machine.
 

Detailed Description

Fast-access state of the LZ4 algorithm (streaming version).

See the LZ4 block format for a better understanding of the fields.

Field Documentation

◆ token

uint8_t lz4dec_faststate_t::token

Current token.

◆ lit_len

int lz4dec_faststate_t::lit_len

Number of literals to copy.

◆ match_len

int lz4dec_faststate_t::match_len

Number of bytes to copy from the ring buffer.

◆ match_off

int lz4dec_faststate_t::match_off

Offset in the ring buffer to copy from.

◆ fsm_state

int lz4dec_faststate_t::fsm_state

Current state of the streaming state machine.


The documentation for this struct was generated from the following file: