|
CMSIS2000
0.0.7
|
Data Fields | |
| const BYTE * | base |
| U16 | chainTable [MAXD] |
| HTYPE | hashTable [HASHTABLESIZE] |
| const BYTE * | nextToUpdate |
| const BYTE* LZ4HC_Data_Structure::base |
Definition at line 221 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
Definition at line 223 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
| HTYPE LZ4HC_Data_Structure::hashTable[HASHTABLESIZE] |
Definition at line 222 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
| const BYTE* LZ4HC_Data_Structure::nextToUpdate |
Definition at line 224 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), and LZ4HC_InsertAndFindBestMatch().