Searched refs:bytesUsed (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/support/
H A DZlibCompressionAlgorithm.cpp380 uLongf bytesUsed = outputSize; local
381 int zlibError = compress2((Bytef*)output, &bytesUsed, (const Bytef*)input,
386 _compressedSize = (size_t)bytesUsed;
399 uLongf bytesUsed = outputSize; local
400 int zlibError = uncompress((Bytef*)output, &bytesUsed, (const Bytef*)input,
405 _uncompressedSize = (size_t)bytesUsed;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp263 size_t bytesUsed = BytesUsedFor(i + 1); local
265 bytesUsed += bytesNeeded;
266 if (bytesUsed > splitSize)

Completed in 41 milliseconds