OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCompressRating
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
186
static UInt64
GetCompressRating
(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size)
206
return (
GetCompressRating
(dictionarySize, elapsedTimeEn, sizeEn) +
237
rating =
GetCompressRating
(dictionarySize, elapsedTime, size);
/external/lzma/Java/SevenZip/
LzmaBench.java
236
static long
GetCompressRating
(int dictionarySize, long elapsedTime, long size)
256
return (
GetCompressRating
(dictionarySize, elapsedTimeEn, sizeEn) +
288
rating =
GetCompressRating
(dictionarySize, elapsedTime, size);
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
448
UInt64
GetCompressRating
(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 freq, UInt64 size)
Completed in 115 milliseconds