Home
last modified time | relevance | path

Searched refs:uncompressedSize (Results 1 – 14 of 14) sorted by relevance

/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp36 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 Dcommand_create.cpp65 virtual void OnRepositoryInfoSectionDone(uint32 uncompressedSize) in OnRepositoryInfoSectionDone() argument
72 uncompressedSize); in OnRepositoryInfoSectionDone()
76 uint32 uncompressedSize) in OnPackageAttributesSectionDone() argument
84 uncompressedSize); in OnPackageAttributesSectionDone()
H A Dcommand_update.cpp170 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 DPackageFileHeapAccessorBase.cpp292 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 DPackageFileHeapWriter.cpp38 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 DPackageFileHeapReader.cpp164 size_t uncompressedSize = isLastChunk in ReadAndDecompressChunk() local
168 return ReadAndDecompressChunkData(offset, compressedSize, uncompressedSize, in ReadAndDecompressChunk()
H A DReaderImplBase.cpp849 off_t offset, uint64 compressedSize, uint64 uncompressedSize) in InitHeapReader() argument
885 fFile, offset, compressedSize, uncompressedSize, in InitHeapReader()
/haiku/headers/os/package/hpkg/
H A DRepositoryWriter.h40 uint32 uncompressedSize) = 0;
43 uint32 uncompressedSize) = 0;
H A DPackageWriter.h38 uint32 uncompressedSize) = 0;
/haiku/src/bin/package/
H A DPackageWriterListener.cpp60 uint32 uncompressedSize) in OnPackageAttributesSizeInfo() argument
68 uncompressedSize); in OnPackageAttributesSizeInfo()
H A DPackageWriterListener.h29 uint32 uncompressedSize);
/haiku/src/kits/package/hpkg/v1/
H A DPackageDataReaderV1.cpp275 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 DPackageFileHeapAccessorBase.h111 size_t uncompressedSize,
118 size_t uncompressedSize);
H A DReaderImplBase.h131 uint64 uncompressedSize);