Home
last modified time | relevance | path

Searched defs:CLzmaEnc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzmaEnc.c211 struct CLzmaEnc struct
213 struct IMatchFinder matchFinder;
214 void *matchFinderObj;
216 struct CMatchFinder matchFinderBase;
218 uint32_t optimumEndIndex;
219 uint32_t optimumCurrentIndex;
221 uint32_t longestMatchLength;
222 uint32_t numPairs;
223 uint32_t numAvail;
224 struct COptimal opt[kNumOpts];
[all …]
/aosp_15_r20/external/lzma/C/
H A DLzmaEnc.c387 struct CLzmaEnc struct
389 void *matchFinderObj;
390 IMatchFinder2 matchFinder;
392 unsigned optCur;
393 unsigned optEnd;
395 unsigned longestMatchLen;
396 unsigned numPairs;
397 UInt32 numAvail;
399 unsigned state;
400 unsigned numFastBytes;
[all …]
H A DLzmaEnc.h57 typedef struct CLzmaEnc CLzmaEnc; typedef