Home
last modified time | relevance | path

Searched refs:MyMin (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSystem.cpp154 size = MyMin(stat.ullTotalVirtual, stat.ullTotalPhys); in GetRamSize()
166 size = MyMin(stat.ullTotalVirtual, stat.ullTotalPhys); in GetRamSize()
175 size = MyMin(stat2.dwTotalVirtual, stat2.dwTotalPhys); in GetRamSize()
/third_party/lzma/CPP/Common/
H A DDefs.h6 template <class T> inline T MyMin(T a, T b) { return a < b ? a : b; } in MyMin() function
H A DMyBuffer.h97 memcpy(newBuffer, _items, MyMin(keepSize, newSize) * sizeof(T)); in ChangeSize_KeepData()
/third_party/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp52 UInt32 size = MyMin(_inBufSize, _outBufSize); in Alloc()
349 UInt32 num = MyMin(size, _bufSize - _bufPos); in Write()
H A DFileStreams.cpp115 const UInt32 rem = MyMin(BufSize - pos, size); in Read()
152 readSize = (UInt32)MyMin(File.Size - PhyPos, (UInt64)kClusterSize); in Read()
H A DMethodProps.h225 UInt64 minSize = MyMin(blockSize1, blockSize2); in Get_Xz_BlockSize()

Completed in 5 milliseconds