RetroArch
|
#include <LzFind.h>
Public Attributes | |
unsigned char * | buffer |
uint32_t | pos |
uint32_t | posLimit |
uint32_t | streamPos |
uint32_t | lenLimit |
uint32_t | cyclicBufferPos |
uint32_t | cyclicBufferSize |
unsigned char | streamEndWasReached |
unsigned char | btMode |
unsigned char | bigHash |
unsigned char | directInput |
uint32_t | matchMaxLen |
CLzRef * | hash |
CLzRef * | son |
uint32_t | hashMask |
uint32_t | cutValue |
unsigned char * | bufferBase |
ISeqInStream * | stream |
uint32_t | blockSize |
uint32_t | keepSizeBefore |
uint32_t | keepSizeAfter |
uint32_t | numHashBytes |
size_t | directInputRem |
uint32_t | historySize |
uint32_t | fixedHashSize |
uint32_t | hashSizeSum |
SRes | result |
uint32_t | crc [256] |
size_t | numRefs |
unsigned char _CMatchFinder::bigHash |
uint32_t _CMatchFinder::blockSize |
unsigned char _CMatchFinder::btMode |
unsigned char* _CMatchFinder::buffer |
unsigned char* _CMatchFinder::bufferBase |
uint32_t _CMatchFinder::crc[256] |
uint32_t _CMatchFinder::cutValue |
uint32_t _CMatchFinder::cyclicBufferPos |
uint32_t _CMatchFinder::cyclicBufferSize |
unsigned char _CMatchFinder::directInput |
size_t _CMatchFinder::directInputRem |
uint32_t _CMatchFinder::fixedHashSize |
CLzRef* _CMatchFinder::hash |
uint32_t _CMatchFinder::hashMask |
uint32_t _CMatchFinder::hashSizeSum |
uint32_t _CMatchFinder::historySize |
uint32_t _CMatchFinder::keepSizeAfter |
uint32_t _CMatchFinder::keepSizeBefore |
uint32_t _CMatchFinder::lenLimit |
uint32_t _CMatchFinder::matchMaxLen |
uint32_t _CMatchFinder::numHashBytes |
size_t _CMatchFinder::numRefs |
uint32_t _CMatchFinder::pos |
uint32_t _CMatchFinder::posLimit |
SRes _CMatchFinder::result |
CLzRef* _CMatchFinder::son |
ISeqInStream* _CMatchFinder::stream |
unsigned char _CMatchFinder::streamEndWasReached |
uint32_t _CMatchFinder::streamPos |