Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
LZ4HC_Data_Structure Struct Reference

Public Attributes

const BYTEbase
 
HTYPE hashTable [HASHTABLESIZE]
 
U16 chainTable [MAXD]
 
const BYTEnextToUpdate
 

Detailed Description

Definition at line 231 of file lz4hc.c.

Member Data Documentation

const BYTE* LZ4HC_Data_Structure::base
U16 LZ4HC_Data_Structure::chainTable[MAXD]
HTYPE LZ4HC_Data_Structure::hashTable[HASHTABLESIZE]
const BYTE* LZ4HC_Data_Structure::nextToUpdate

Definition at line 236 of file lz4hc.c.

Referenced by LZ4HC_Init(), LZ4HC_Insert(), and LZ4HC_InsertAndFindBestMatch().


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