Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/lzma/
H A DLzmaEnc.c357 } CLzmaEnc; typedef
361 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SaveState()
387 CLzmaEnc *dest = (CLzmaEnc *)pp; in LzmaEnc_RestoreState()
413 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SetProps()
823 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos()
836 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) in ReadMatchDistances()
876 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price()
883 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice()
905 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) in GetRepPrice()
911 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward()
[all …]