Searched refs:compressed (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/boot/platform/generic/
H A Dvideo.h31 void uncompress_24bit_RLE(const uint8 compressed[], uint8 *uncompressed);
32 void uncompress_8bit_RLE(const uint8 compressed[], uint8 *uncompressed);
/haiku/headers/os/media/
H A DSoundFile.h55 virtual bool SetIsCompressed(bool compressed);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp500 uint64 compressed, original; local
501 fPackage->Read(&compressed, 8);
502 swap_data(B_UINT64_TYPE, &compressed, sizeof(uint64),
523 ret = inflate_file_to_file(fPackage, compressed, file, original);
677 uint64 compressed, original; local
678 fPackage->Read(&compressed, 8);
679 swap_data(B_UINT64_TYPE, &compressed, sizeof(uint64),
700 uint8 *temp = new uint8[compressed];
701 if (fPackage->Read(temp, compressed) != (int64)compressed) {
[all...]
H A DPackageInfo.cpp281 uint8 *compressed = new uint8[length]; local
282 if (fPackageFile->Read(compressed, length)
284 delete[] compressed;
289 status_t ret = inflate_data(compressed, length, disclaimer,
292 delete[] compressed;
317 uint8 *compressed = new uint8[length]; local
318 if (fPackageFile->Read(compressed, length)
320 delete[] compressed;
325 status_t ret = inflate_data(compressed, length,
328 delete[] compressed;
[all...]
/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp32 uncompress(const uint8 compressed[], unsigned int compressedSize, argument
40 (Bytef*)compressed, // next_in
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c250 * FIXME: If compressed file: Only read if lcn != -1.
255 * FIXME: Really only when file is compressed, or can
288 * FIXME: If compressed file: Only read if lcn != -1.
292 * FIXME: Really only when file is compressed, or can
350 * @compressed:
1365 * avoid fragmenting a compressed file
1396 * for a compressed file, be sure to allocate the full
1398 * existing compressed data.
1431 * For a compressed attribute, we must be sure there are two
1511 * Returns the number of clusters with existing compressed dat
1865 BOOL compressed; local
2437 BOOL compressed; local
6772 BOOL compressed; local
[all...]

Completed in 94 milliseconds