Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileIO.cpp160 static const UInt32 kClusterSize = 1 << 14; in CorrectDeviceSize() local
161 UInt64 pos = Size & ~(UInt64)(kClusterSize - 1); in CorrectDeviceSize()
165 Byte *buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()
174 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize()
180 if (processed != kClusterSize) in CorrectDeviceSize()
182 pos += kClusterSize; in CorrectDeviceSize()
187 pos -= kClusterSize; in CorrectDeviceSize()
195 buf = (Byte *)MidAlloc(kClusterSize); in CorrectDeviceSize()
201 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize()
210 pos -= kClusterSize; in CorrectDeviceSize()
/external/webrtc/modules/pacing/
Dbitrate_prober_unittest.cc31 const int kClusterSize = 5; in TEST() local
46 for (int i = 0; i < kClusterSize; ++i) { in TEST()
55 DataRate bitrate = kProbeSize * (kClusterSize - 1) / (now - start_time); in TEST()
62 for (int i = 0; i < kClusterSize; ++i) { in TEST()
72 bitrate = (kProbeSize * (kClusterSize - 1)) / duration; in TEST()
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp33 static const UInt32 kClusterSize = 1 << 18; variable
78 const UInt32 mask = kClusterSize - 1; in Read()
121 UInt32 readSize = kClusterSize; in Read()
123 readSize = (UInt32)MyMin(File.Size - PhyPos, (UInt64)kClusterSize); in Read()
127 Buf = (Byte *)MidAlloc(kClusterSize); in Read()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp39 static constexpr const char kClusterSize[] = "cluster_size"; variable
730 if (succeeded(parser.parseOptionalKeyword(kClusterSize))) { in parseGroupNonUniformArithmeticOp()
766 printer << " " << kClusterSize << '(' << groupOp->getOperand(1) << ')'; in printGroupNonUniformArithmeticOp()
/external/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi4628 <!-- static const uintptr_t AddressMap<HeapProfileTable::AllocValue>::kClusterSize -->
4629 …<var-decl name='kClusterSize' type-id='type-id-259' visibility='default' filepath='src/addressmap-…
/external/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi2806 …<var-decl name='kClusterSize' type-id='type-id-259' visibility='default' filepath='src/addressmap-…