Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c886 if (repIndex == 0) in GetPureRepPrice()
894 if (repIndex == 1) in GetPureRepPrice()
908 GetPureRepPrice(p, repIndex, state, posState); in GetRepPrice()
1329 UInt32 repIndex; in GetOptimum() local
1330 for (repIndex = 0; repIndex < LZMA_NUM_REPS; repIndex++) in GetOptimum()
1351 opt->backPrev = repIndex; in GetOptimum()
1358 if (repIndex == 0) in GetOptimum()
1402 opt->backPrev2 = repIndex; in GetOptimum()
1531 repLen = repIndex = 0; in GetOptimumFast()
1547 repIndex = i; in GetOptimumFast()
[all …]