TianoCore EDK2 master
Loading...
Searching...
No Matches
CLzmaDec Struct Reference

Data Fields

CLzmaProps prop
 
CLzmaProb * probs
 
CLzmaProb * probs_1664
 
Byte * dic
 
SizeT dicBufSize
 
SizeT dicPos
 
const Byte * buf
 
UInt32 range
 
UInt32 code
 
UInt32 processedPos
 
UInt32 checkDicSize
 
UInt32 reps [4]
 
UInt32 state
 
UInt32 remainLen
 
UInt32 numProbs
 
unsigned tempBufSize
 
Byte tempBuf [LZMA_REQUIRED_INPUT_MAX]
 

Detailed Description

Definition at line 56 of file LzmaDec.h.

Field Documentation

◆ buf

const Byte* CLzmaDec::buf

Definition at line 64 of file LzmaDec.h.

◆ checkDicSize

UInt32 CLzmaDec::checkDicSize

Definition at line 68 of file LzmaDec.h.

◆ code

UInt32 CLzmaDec::code

Definition at line 66 of file LzmaDec.h.

◆ dic

Byte* CLzmaDec::dic

Definition at line 61 of file LzmaDec.h.

◆ dicBufSize

SizeT CLzmaDec::dicBufSize

Definition at line 62 of file LzmaDec.h.

◆ dicPos

SizeT CLzmaDec::dicPos

Definition at line 63 of file LzmaDec.h.

◆ numProbs

UInt32 CLzmaDec::numProbs

Definition at line 73 of file LzmaDec.h.

◆ probs

CLzmaProb* CLzmaDec::probs

Definition at line 59 of file LzmaDec.h.

◆ probs_1664

CLzmaProb* CLzmaDec::probs_1664

Definition at line 60 of file LzmaDec.h.

◆ processedPos

UInt32 CLzmaDec::processedPos

Definition at line 67 of file LzmaDec.h.

◆ prop

CLzmaProps CLzmaDec::prop

Definition at line 58 of file LzmaDec.h.

◆ range

UInt32 CLzmaDec::range

Definition at line 65 of file LzmaDec.h.

◆ remainLen

UInt32 CLzmaDec::remainLen

Definition at line 71 of file LzmaDec.h.

◆ reps

UInt32 CLzmaDec::reps[4]

Definition at line 69 of file LzmaDec.h.

◆ state

UInt32 CLzmaDec::state

Definition at line 70 of file LzmaDec.h.

◆ tempBuf

Byte CLzmaDec::tempBuf[LZMA_REQUIRED_INPUT_MAX]

Definition at line 75 of file LzmaDec.h.

◆ tempBufSize

unsigned CLzmaDec::tempBufSize

Definition at line 74 of file LzmaDec.h.


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