Searched refs:kSubBits (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp379 static const int kSubBits = 8; variable
383 for (int i = kSubBits; i < 32; i++)
384 for (UInt32 j = 0; j < (1 << kSubBits); j++)
385 if (size <= (((UInt32)1) << i) + (j << (i - kSubBits)))
386 return (i << kSubBits) + j;
387 return (32 << kSubBits);
440 UInt64 t = GetLogSize(dictionarySize) - (kBenchMinDicLogSize << kSubBits);
441 // UInt64 numCommandsForOne = 1000 + ((t * t * 7) >> (2 * kSubBits)); // AMD K8
442 UInt64 numCommandsForOne = 870 + ((t * t * 5) >> (2 * kSubBits)); // Intel Core2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp379 static const int kSubBits = 8; variable
383 for (int i = kSubBits; i < 32; i++)
384 for (UInt32 j = 0; j < (1 << kSubBits); j++)
385 if (size <= (((UInt32)1) << i) + (j << (i - kSubBits)))
386 return (i << kSubBits) + j;
387 return (32 << kSubBits);
440 UInt64 t = GetLogSize(dictionarySize) - (kBenchMinDicLogSize << kSubBits);
441 // UInt64 numCommandsForOne = 1000 + ((t * t * 7) >> (2 * kSubBits)); // AMD K8
442 UInt64 numCommandsForOne = 870 + ((t * t * 5) >> (2 * kSubBits)); // Intel Core2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp379 static const int kSubBits = 8; variable
383 for (int i = kSubBits; i < 32; i++)
384 for (UInt32 j = 0; j < (1 << kSubBits); j++)
385 if (size <= (((UInt32)1) << i) + (j << (i - kSubBits)))
386 return (i << kSubBits) + j;
387 return (32 << kSubBits);
440 UInt64 t = GetLogSize(dictionarySize) - (kBenchMinDicLogSize << kSubBits);
441 // UInt64 numCommandsForOne = 1000 + ((t * t * 7) >> (2 * kSubBits)); // AMD K8
442 UInt64 numCommandsForOne = 870 + ((t * t * 5) >> (2 * kSubBits)); // Intel Core2

Completed in 123 milliseconds