Home
last modified time | relevance | path

Searched refs:kClusterSize (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.cpp62 static const UInt32 kClusterSize = 1 << 18; variable
101 const UInt32 mask = kClusterSize - 1; in Read()
144 UInt32 readSize = kClusterSize; in Read()
146 readSize = (UInt32)MyMin(File.Length - PhyPos, (UInt64)kClusterSize); in Read()
150 Buffer = (Byte *)MidAlloc(kClusterSize); in Read()