Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll141 define fastcc i32 @GetOptimum() nounwind {
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java539 int GetOptimum(int position) throws IOException in GetOptimum() method in Encoder
1109 int len = GetOptimum((int)nowPos64); in CodeOneBlock()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs539 UInt32 GetOptimum(UInt32 position, out UInt32 backRes) in GetOptimum() method in SevenZip.Compression.LZMA.Encoder
1111 UInt32 len = GetOptimum((UInt32)nowPos64, out pos); in CodeOneBlock()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
DEncoder.java490 int GetOptimum (int position) throws IOException { in GetOptimum() method in Encoder
983 int len = GetOptimum((int)nowPos64); in CodeOneBlock()
/external/lzma/C/
DLzmaEnc.c942 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) in GetOptimum() function
1785 len = GetOptimum(p, nowPos32, &pos); in LzmaEnc_CodeOneBlock()