Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs172 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) in MyMultDiv64() method in SevenZip.LzmaBench
/third_party/lzma/Java/SevenZip/
DLzmaBench.java222 static long MyMultDiv64(long value, long elapsedTime) in MyMultDiv64() method in LzmaBench
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp407 static UInt64 MyMultDiv64(UInt64 unpCur, UInt64 unpTotal, UInt64 packTotal) in MyMultDiv64() function