Home
last modified time | relevance | path

Searched refs:freeSize (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileSystem.cpp88 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument
104 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
121 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace()
130 freeSize = clusterSize * (UInt64)numFreeClusters; in MyGetDiskFreeSpace()
H A DFileSystem.h25 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
H A DFileIO.cpp47 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
377 UInt64 clusterSize, totalSize, freeSize; in CalcDeviceSize()
378 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize)) in CalcDeviceSize()
H A DFileFind.cpp60 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
482 UInt64 clusterSize, totalSize, freeSize; in Find() local
483 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize)) in Find()
H A DFileLink.cpp442 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
/third_party/lzma/CPP/Common/
H A DMyString.cpp453 const unsigned freeSize = _limit - _len; in Grow() local
454 if (n <= freeSize) in Grow()
1048 const unsigned freeSize = _limit - _len; in Grow() local
1049 if (n <= freeSize) in Grow()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h14573 const VkDeviceSize freeSize = it->offset - offset;
14576 freeSize, // size
14580 if(freeSize >= VMA_MIN_FREE_SUBALLOCATION_SIZE_TO_REGISTER)
14594 const VkDeviceSize freeSize = blockSize - offset;
14597 freeSize, // size
14602 if(freeSize > VMA_MIN_FREE_SUBALLOCATION_SIZE_TO_REGISTER)

Completed in 30 milliseconds