RetroArch
Public Attributes | List of all members
_CMatchFinder Struct Reference

#include <LzFind.h>

Collaboration diagram for _CMatchFinder:
[legend]

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
 
CLzRefhash
 
CLzRefson
 
uint32_t hashMask
 
uint32_t cutValue
 
unsigned char * bufferBase
 
ISeqInStreamstream
 
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
 

Member Data Documentation

◆ bigHash

unsigned char _CMatchFinder::bigHash

◆ blockSize

uint32_t _CMatchFinder::blockSize

◆ btMode

unsigned char _CMatchFinder::btMode

◆ buffer

unsigned char* _CMatchFinder::buffer

◆ bufferBase

unsigned char* _CMatchFinder::bufferBase

◆ crc

uint32_t _CMatchFinder::crc[256]

◆ cutValue

uint32_t _CMatchFinder::cutValue

◆ cyclicBufferPos

uint32_t _CMatchFinder::cyclicBufferPos

◆ cyclicBufferSize

uint32_t _CMatchFinder::cyclicBufferSize

◆ directInput

unsigned char _CMatchFinder::directInput

◆ directInputRem

size_t _CMatchFinder::directInputRem

◆ fixedHashSize

uint32_t _CMatchFinder::fixedHashSize

◆ hash

CLzRef* _CMatchFinder::hash

◆ hashMask

uint32_t _CMatchFinder::hashMask

◆ hashSizeSum

uint32_t _CMatchFinder::hashSizeSum

◆ historySize

uint32_t _CMatchFinder::historySize

◆ keepSizeAfter

uint32_t _CMatchFinder::keepSizeAfter

◆ keepSizeBefore

uint32_t _CMatchFinder::keepSizeBefore

◆ lenLimit

uint32_t _CMatchFinder::lenLimit

◆ matchMaxLen

uint32_t _CMatchFinder::matchMaxLen

◆ numHashBytes

uint32_t _CMatchFinder::numHashBytes

◆ numRefs

size_t _CMatchFinder::numRefs

◆ pos

uint32_t _CMatchFinder::pos

◆ posLimit

uint32_t _CMatchFinder::posLimit

◆ result

SRes _CMatchFinder::result

◆ son

CLzRef* _CMatchFinder::son

◆ stream

ISeqInStream* _CMatchFinder::stream

◆ streamEndWasReached

unsigned char _CMatchFinder::streamEndWasReached

◆ streamPos

uint32_t _CMatchFinder::streamPos

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