Searched refs:freeSize (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument 100 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace() 115 freeSize = freeSize2.QuadPart; in MyGetDiskFreeSpace() 124 freeSize = clusterSize * (UInt64)numFreeClusters; in MyGetDiskFreeSpace()
|
D | FileIO.cpp | 27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize); 267 UInt64 clusterSize, totalSize, freeSize; in CalcDeviceSize() local 268 if (NSystem::MyGetDiskFreeSpace(path, clusterSize, totalSize, freeSize)) in CalcDeviceSize()
|
D | FileSystem.h | 23 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
D | FileFind.cpp | 52 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize); 431 UInt64 clusterSize, totalSize, freeSize; in Find() local 432 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize)) in Find()
|
D | FileLink.cpp | 354 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);
|
/external/lzma/CPP/Common/ |
D | MyString.cpp | 422 unsigned freeSize = _limit - _len; in Grow() local 423 if (n <= freeSize) in Grow() 988 unsigned freeSize = _limit - _len; in Grow() local 989 if (n <= freeSize) in Grow()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 13078 const VkDeviceSize freeSize = it->offset - offset; in PostprocessMetadata() local 13081 freeSize, // size in PostprocessMetadata() 13085 if(freeSize >= VMA_MIN_FREE_SUBALLOCATION_SIZE_TO_REGISTER) in PostprocessMetadata() 13099 const VkDeviceSize freeSize = blockSize - offset; in PostprocessMetadata() local 13102 freeSize, // size in PostprocessMetadata() 13107 if(freeSize > VMA_MIN_FREE_SUBALLOCATION_SIZE_TO_REGISTER) in PostprocessMetadata()
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 13506 const VkDeviceSize freeSize = it->offset - offset; in PostprocessMetadata() local 13509 freeSize, // size in PostprocessMetadata() 13524 const VkDeviceSize freeSize = blockSize - offset; in PostprocessMetadata() local 13527 freeSize, // size in PostprocessMetadata()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 16667 unsigned long freeSize; in Qt_DataHGetFreeSpace() local 16675 &freeSize); in Qt_DataHGetFreeSpace() 16678 freeSize); in Qt_DataHGetFreeSpace() 17200 wide freeSize; in Qt_DataHGetFreeSpace64() local 17208 &freeSize); in Qt_DataHGetFreeSpace64() 17211 PyMac_Buildwide, freeSize); in Qt_DataHGetFreeSpace64()
|