Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-delayed-fold.ll141 define fastcc i32 @GetOptimum() nounwind {
/external/llvm/test/CodeGen/X86/
Dlsr-delayed-fold.ll141 define fastcc i32 @GetOptimum() nounwind {
/external/swiftshader/third_party/llvm-7.0/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/lzma/C/
DLzmaEnc.c1118 static unsigned GetOptimum(CLzmaEnc *p, UInt32 position) in GetOptimum() function
2308 len = GetOptimum(p, nowPos32); in LzmaEnc_CodeOneBlock()