Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c371 } CLzmaEnc; typedef
375 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SaveState()
401 CLzmaEnc *dest = (CLzmaEnc *)pp; in LzmaEnc_RestoreState()
427 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SetProps()
837 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos()
850 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) in ReadMatchDistances()
890 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price()
897 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice()
919 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) in GetRepPrice()
925 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward()
[all …]