Lines Matching refs:UInt64
27 , _memUsage((UInt64)(sizeof(size_t)) << 28)
61 static UInt64 Get_ExpectedBlockSize_From_Dict(UInt32 dictSize)
65 UInt64 blockSize = (UInt64)dictSize << 2;
70 blockSize &= ~(UInt64)(kMinSize - 1);
85 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress))
112 const UInt64 useLimit = _memUsage;
114 const UInt64 expectedBlockSize64 = Get_ExpectedBlockSize_From_Dict(dictSize);
122 const UInt64 okThreads = useLimit / (props.outBlockMax + props.inBlockMax + kOverheadSize);
143 UInt64 inProcessed = 0;
150 // UInt64 cpuTicks = GetCpuTicks();
189 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value))
204 Z7_COM7F_IMF(CDecoder::SetMemLimit(UInt64 memUsage))
215 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize))
253 UInt64 inProcessed = 0;