Searched refs:ExpectedNumBlocks (Results 1 – 1 of 1) sorted by relevance
242 uint32_t ExpectedNumBlocks = bytesToBlocks(D.first, BlockSize); in computeDirectoryByteSize() local243 assert(ExpectedNumBlocks == D.second.size() && in computeDirectoryByteSize()245 Size += ExpectedNumBlocks * sizeof(ulittle32_t); in computeDirectoryByteSize()