Searched refs:kClusterSize (Results 1 – 1 of 1) sorted by relevance
62 static const UInt32 kClusterSize = 1 << 18; variable101 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()