Searched refs:GetOptimum (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs539 UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method in class:SevenZip.Compression.LZMA.Encoder
1111 UInt32 len = GetOptimum((UInt32)nowPos64, out pos);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java539 int GetOptimum(int position) throws IOException method in class:Encoder
1109 int len = GetOptimum((int)nowPos64);
/external/lzma/C/
H A DLzmaEnc.c942 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function
1785 len = GetOptimum(p, nowPos32, &pos);

Completed in 103 milliseconds