Home
last modified time | relevance | path

Searched defs:backRes (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs501 UInt32 Backward(out UInt32 backRes, UInt32 cur) in Backward()
539 UInt32 GetOptimum(UInt32 position, out UInt32 backRes) in GetOptimum()
/external/lzma/C/
DLzmaEnc.c946 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward()
984 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) in GetOptimum()
1554 static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) in GetOptimumFast()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java537 int backRes; field in Encoder