Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/lzma/
H A DLzmaEnc.c883 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() function
908 GetPureRepPrice(p, repIndex, state, posState); in GetRepPrice()
1076 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); in GetOptimum()
1342 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); in GetOptimum()