HomeSort by relevance Sort by last modified time
    Searched refs:totalDecodeTime (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/
LzmaBench.java 330 long totalDecodeTime = 0;
381 totalDecodeTime += decodeTime;
387 PrintResults(dictionarySize, totalDecodeTime,
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 286 UInt64 totalDecodeTime = 0;
328 totalDecodeTime += decodeTime;
334 PrintResults(dictionarySize, totalDecodeTime,

Completed in 918 milliseconds