HomeSort by relevance Sort by last modified time
    Searched refs:MyMin (Results 1 - 9 of 9) sorted by null

  /external/lzma/CPP/Common/
Defs.h 6 template <class T> inline T MyMin(T a, T b)
MyBuffer.h 80 memcpy(newBuffer, _items, MyMin(MyMin(_size, keepSize), newSize) * sizeof(T));
  /external/lzma/CPP/Windows/
System.cpp 55 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys);
61 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys);
67 return MyMin(stat.dwTotalVirtual, stat.dwTotalPhys);
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp 63 UInt32 cur = MyMin(kTempBufSize - _bufPos, size);
FilterCoder.cpp 104 UInt32 sizeTemp = MyMin(size, kBufferSize - _bufferPos);
183 UInt32 sizeTemp = MyMin(size, _convertedPosEnd - _convertedPosBegin);
FileStreams.cpp 82 UInt32 rem = MyMin(BufSize - pos, size);
119 readSize = (UInt32)MyMin(File.Size - PhyPos, (UInt64)kClusterSize);
StreamObjects.cpp 223 UInt32 cur = (UInt32)MyMin(((size_t)1 << _blockSizeLog) - offset, (size_t)size);
LimitedStreams.cpp 11 UInt32 sizeToRead = (UInt32)MyMin((_size - _pos), (UInt64)size);
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 194 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - altStream.Pos);
    [all...]

Completed in 412 milliseconds