Home
last modified time | relevance | path

Searched refs:LZMA_NUM_REPS (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/lzma/
H A DLzmaEnc.c137 #define LZMA_NUM_REPS 4 macro
154 UInt32 backs[LZMA_NUM_REPS];
272 UInt32 reps[LZMA_NUM_REPS];
308 UInt32 reps[LZMA_NUM_REPS];
953 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; in GetOptimum()
986 for (i = 0; i < LZMA_NUM_REPS; i++) in GetOptimum()
1014 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS; in GetOptimum()
1062 for (i = 0; i < LZMA_NUM_REPS; i++) in GetOptimum()
1070 for (i = 0; i < LZMA_NUM_REPS; i++) in GetOptimum()
1120 opt->backPrev = distance + LZMA_NUM_REPS; in GetOptimum()
[all …]