Home
last modified time | relevance | path

Searched defs:clusterSize (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileSystem.cpp88 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace()
DFileFind.cpp482 UInt64 clusterSize, totalSize, freeSize; in Find() local
DFileIO.cpp377 UInt64 clusterSize, totalSize, freeSize; in CalcDeviceSize() local
/third_party/skia/src/core/
DSkTextBlob.cpp728 clusterSize = pe.extended ? safe.mul(glyphCount, sizeof(uint32_t)) : 0; in MakeFromBuffer() local
/third_party/skia/tools/viewer/
DViewer.cpp1349 size_t clusterSize = sizeof(decltype(*it.clusters())); in filterTextBlob() local