Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileIO.cpp270 const UInt32 kClusterSize = 1 << 14; in CorrectDeviceSize() local
271 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()
/third_party/lzma/CPP/7zip/Common/
DFileStreams.cpp53 static const UInt32 kClusterSize = 1 << 18; variable
107 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()
/third_party/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi4202 <!-- static const uintptr_t AddressMap<HeapProfileTable::AllocValue>::kClusterSize -->
4203 …<var-decl name='kClusterSize' type-id='type-id-185' visibility='default' filepath='src/addressmap-…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi2409 …<var-decl name='kClusterSize' type-id='type-id-185' visibility='default' filepath='src/addressmap-…