Searched refs:kClusterSize (Results 1 – 4 of 4) sorted by relevance
270 const UInt32 kClusterSize = 1 << 14; in CorrectDeviceSize() local271 UInt64 pos = Size & ~(UInt64)(kClusterSize - 1); in CorrectDeviceSize()275 Byte *buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()284 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize()290 if (processed != kClusterSize) in CorrectDeviceSize()292 pos += kClusterSize; in CorrectDeviceSize()297 pos -= kClusterSize; in CorrectDeviceSize()305 buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()311 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize()320 pos -= kClusterSize; in CorrectDeviceSize()
53 static const UInt32 kClusterSize = 1 << 18; variable107 const UInt32 mask = kClusterSize - 1; in Z7_COM7F_IMF()150 UInt32 readSize = kClusterSize; in Z7_COM7F_IMF()152 readSize = (UInt32)MyMin(File.Size - PhyPos, (UInt64)kClusterSize); in Z7_COM7F_IMF()156 Buf = (Byte *)MidAlloc(kClusterSize); in Z7_COM7F_IMF()
4202 <!-- static const uintptr_t AddressMap<HeapProfileTable::AllocValue>::kClusterSize -->4203 …<var-decl name='kClusterSize' type-id='type-id-185' visibility='default' filepath='src/addressmap-…
2409 …<var-decl name='kClusterSize' type-id='type-id-185' visibility='default' filepath='src/addressmap-…