Searched refs:GetPureRepPrice (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) function
908 GetPureRepPrice(p, repIndex, state, posState);
1076 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1342 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState);

Completed in 65 milliseconds