/haiku/src/system/boot/platform/generic/ |
H A D | video_splash.cpp | 36 uint8* uncompressed, unsigned int uncompressedSize) in uncompress() argument 38 if (compressedSize == 0 || uncompressedSize == 0) in uncompress() 47 uncompressedSize, // avail_out in uncompress() 78 if (status == B_OK && zStream.total_out != uncompressedSize) in uncompress() 137 unsigned int uncompressedSize = kSplashLogoWidth * kSplashLogoHeight; in video_display_splash() local 141 uncompressedLogo = (uint8*)kernel_args_malloc(uncompressedSize); in video_display_splash() 147 uncompressedSize); in video_display_splash() 150 uncompressedSize *= 3; in video_display_splash() 151 uncompressedLogo = (uint8*)kernel_args_malloc(uncompressedSize); in video_display_splash() 157 uncompressedSize); in video_display_splash() [all …]
|
/haiku/src/bin/package_repo/ |
H A D | command_create.cpp | 65 virtual void OnRepositoryInfoSectionDone(uint32 uncompressedSize) in OnRepositoryInfoSectionDone() argument 72 uncompressedSize); in OnRepositoryInfoSectionDone() 76 uint32 uncompressedSize) in OnPackageAttributesSectionDone() argument 84 uncompressedSize); in OnPackageAttributesSectionDone()
|
H A D | command_update.cpp | 170 virtual void OnRepositoryInfoSectionDone(uint32 uncompressedSize) in OnRepositoryInfoSectionDone() argument 177 uncompressedSize); in OnRepositoryInfoSectionDone() 181 uint32 uncompressedSize) in OnPackageAttributesSectionDone() argument 189 uncompressedSize); in OnPackageAttributesSectionDone()
|
/haiku/src/kits/package/hpkg/ |
H A D | PackageFileHeapAccessorBase.cpp | 292 size_t compressedSize, size_t uncompressedSize, void* compressedDataBuffer, in ReadAndDecompressChunkData() argument 296 if (compressedSize == uncompressedSize) in ReadAndDecompressChunkData() 305 uncompressedDataBuffer, uncompressedSize); in ReadAndDecompressChunkData() 312 size_t uncompressedSize) in DecompressChunkData() argument 317 uncompressedSize, actualSize, fDecompressionAlgorithm->parameters); in DecompressChunkData() 324 if (actualSize != uncompressedSize) { in DecompressChunkData()
|
H A D | PackageFileHeapWriter.cpp | 38 uint32 uncompressedSize; member 72 uint32 uncompressedSize, uint32 toKeepOffset, uint32 toKeepSize) in PushChunkSegment() 89 chunk.uncompressedSize = uncompressedSize; in PushChunkSegment() 407 if (chunk.uncompressedSize == chunk.compressedSize) { in RemoveDataRanges() 414 chunk.uncompressedSize); in RemoveDataRanges()
|
H A D | PackageFileHeapReader.cpp | 164 size_t uncompressedSize = isLastChunk in ReadAndDecompressChunk() local 168 return ReadAndDecompressChunkData(offset, compressedSize, uncompressedSize, in ReadAndDecompressChunk()
|
H A D | ReaderImplBase.cpp | 849 off_t offset, uint64 compressedSize, uint64 uncompressedSize) in InitHeapReader() argument 885 fFile, offset, compressedSize, uncompressedSize, in InitHeapReader()
|
/haiku/headers/os/package/hpkg/ |
H A D | RepositoryWriter.h | 40 uint32 uncompressedSize) = 0; 43 uint32 uncompressedSize) = 0;
|
H A D | PackageWriter.h | 38 uint32 uncompressedSize) = 0;
|
/haiku/src/bin/package/ |
H A D | PackageWriterListener.cpp | 60 uint32 uncompressedSize) in OnPackageAttributesSizeInfo() argument 68 uncompressedSize); in OnPackageAttributesSizeInfo()
|
H A D | PackageWriterListener.h | 29 uint32 uncompressedSize);
|
/haiku/src/kits/package/hpkg/v1/ |
H A D | PackageDataReaderV1.cpp | 275 uint32 uncompressedSize = (uint64)chunkIndex + 1 < fChunkCount in _ReadChunk() local 279 if (compressedSize == uncompressedSize) { in _ReadChunk() 299 fUncompressBuffer->Buffer(), uncompressedSize, in _ReadChunk() 301 if (error == B_OK && actuallyUncompressedSize != uncompressedSize) in _ReadChunk()
|
/haiku/headers/private/package/hpkg/ |
H A D | PackageFileHeapAccessorBase.h | 111 size_t uncompressedSize, 118 size_t uncompressedSize);
|
H A D | ReaderImplBase.h | 131 uint64 uncompressedSize);
|