![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Attributes | |
const BYTE * | base |
HTYPE | hashTable [HASHTABLESIZE] |
U16 | chainTable [MAXD] |
const BYTE * | nextToUpdate |
const BYTE* LZ4HC_Data_Structure::base |
Definition at line 233 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
Definition at line 235 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
HTYPE LZ4HC_Data_Structure::hashTable[HASHTABLESIZE] |
Definition at line 234 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), LZ4HC_InsertAndFindBestMatch(), and LZ4HC_InsertAndGetWiderMatch().
const BYTE* LZ4HC_Data_Structure::nextToUpdate |
Definition at line 236 of file lz4hc.c.
Referenced by LZ4HC_Init(), LZ4HC_Insert(), and LZ4HC_InsertAndFindBestMatch().