Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c953 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; in GetOptimum() local
994 repLens[i] = 0; in GetOptimum()
998 repLens[i] = lenTest; in GetOptimum()
999 if (lenTest > repLens[repMaxIndex]) in GetOptimum()
1002 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1006 lenRes = repLens[repMaxIndex]; in GetOptimum()
1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum()
1072 UInt32 repLen = repLens[i]; in GetOptimum()
1094 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()