Searched refs:GetBenchMemoryUsage (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.h43 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
H A DLzmaBenchCon.cpp182 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize)
192 PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: ", numThreads);
H A DLzmaBench.cpp860 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.h43 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
H A DLzmaBenchCon.cpp182 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize)
192 PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: ", numThreads);
H A DLzmaBench.cpp860 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.h43 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
H A DLzmaBenchCon.cpp182 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize)
192 PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: ", numThreads);
H A DLzmaBench.cpp860 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function

Completed in 124 milliseconds