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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c883 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) argument
886 if (repIndex == 0)
894 if (repIndex == 1)
899 price += GET_PRICE(p->isRepG2[state], repIndex - 2);
905 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) argument
908 GetPureRepPrice(p, repIndex, state, posState);
1329 UInt32 repIndex; local
1330 for (repIndex = 0; repIndex < LZMA_NUM_REPS; repIndex
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]

Completed in 59 milliseconds