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

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfHuf.h48 // stores the compressed data in array c, and returns
49 // the size of the compressed data (in bytes).
67 char compressed[/*2 * nRaw + 65536*/]);
71 hufUncompress (const char compressed[/*nCompressed*/],
H A DImfHuf.cpp193 // of the corresponding code (in the compressed data)
447 // - runs of zeroes are compressed as follows:
743 char* out) // o: compressed output buffer
842 const char* in, // i : compressed input buffer
994 char compressed[])
1006 char *tableStart = compressed + 20;
1015 writeUInt (compressed, im);
1016 writeUInt (compressed + 4, iM);
1017 writeUInt (compressed + 8, tableLength);
1018 writeUInt (compressed
992 hufCompress(const unsigned short raw[], int nRaw, char compressed[]) argument
1026 hufUncompress(const char compressed[], int nCompressed, unsigned short raw[], int nRaw) argument
[all...]
/haiku-fatelf/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-fatelf/src/system/boot/platform/generic/
H A Dvideo_splash.cpp33 uncompress(const uint8 compressed[], unsigned int compressedSize, argument
41 (Bytef*)compressed, // next_in
/haiku-fatelf/headers/os/media/
H A DSoundFile.h55 virtual bool SetIsCompressed(bool compressed);
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.cpp454 uint64 compressed, original; local
455 fPackage->Read(&compressed, 8);
456 swap_data(B_UINT64_TYPE, &compressed, sizeof(uint64),
477 ret = inflate_file_to_file(fPackage, compressed, file, original);
580 uint64 compressed, original; local
581 fPackage->Read(&compressed, 8);
582 swap_data(B_UINT64_TYPE, &compressed, sizeof(uint64),
603 uint8 *temp = new uint8[compressed];
604 if (fPackage->Read(temp, compressed) != (int64)compressed) {
[all...]
H A DPackageInfo.cpp255 uint8 *compressed = new uint8[length]; local
256 if (fPackageFile->Read(compressed, length)
258 delete compressed;
263 status_t ret = inflate_data(compressed, length, disclaimer,
266 delete compressed;
291 uint8 *compressed = new uint8[length]; local
292 if (fPackageFile->Read(compressed, length)
294 delete compressed;
299 status_t ret = inflate_data(compressed, length,
302 delete compressed;
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Ddata.c94 int compressed = 0; local
124 /* in compressed payload object offset is actually pts */
133 compressed = 1;
157 if (compressed) {
161 /* count how many compressed payloads this payload includes */
167 /* invalid compressed data size */
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c239 * FIXME: If compressed file: Only read if lcn != -1.
244 * FIXME: Really only when file is compressed, or can
276 * FIXME: If compressed file: Only read if lcn != -1.
280 * FIXME: Really only when file is compressed, or can
338 * @compressed:
1281 * avoid fragmenting a compressed file
1312 * for a compressed file, be sure to allocate the full
1314 * existing compressed data.
1346 * For a compressed attribute, we must be sure there are two
1426 * Returns the number of clusters with existing compressed dat
1777 BOOL compressed; local
2318 BOOL compressed; local
6363 BOOL compressed; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DxmlIO.h134 int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ member in struct:_xmlParserInputBuffer
/haiku-fatelf/src/tools/docbook/libxml2/
H A DxmlIO.c715 * input from FILE *, supports compressed input
976 * I/O for compressed file accesses *
983 * input from compressed file test
996 * input from compressed file open
1064 * input from compressed file open
1110 * Read @len bytes to @buffer from the compressed I/O channel.
1130 * Write @len bytes from @buffer to the compressed I/O channel.
1148 * Close a compressed I/O channel
1189 ** Data structure and functions to work with sending compressed data
1240 * Release all the resources associated with the compressed memor
[all...]
H A Dparser.c12039 * Automatic support for ZLIB/Compress compressed document is provided
12103 * Automatic support for ZLIB/Compress compressed document is provided
12145 * Automatic support for ZLIB/Compress compressed document is provided
12166 * compressed document is provided by default if found at compile-time.
12211 if (ctxt->input->buf->compressed > 0)
12214 ret->compression = ctxt->input->buf->compressed;
12237 * compressed document is provided by default if found at compile-time.
12270 * compressed document is provided by default if found at compile-time.
12286 * compressed document is provided by default if found at compile-time.
12340 * Automatic support for ZLIB/Compress compressed documen
[all...]
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src11111 citoh-comp|citoh in compressed,
12280 # \E[5;1v - compressed (135 column) mode
12290 # \E[5;1v - compressed (135 column) mode
12393 # Like the D460 but with 16 colors and without a compressed mode.
12460 # Like a D577, but without compressed mode; like a D470C in this respect.
H A Dterminfo.tmp11111 citoh-comp|citoh in compressed,
12280 # \E[5;1v - compressed (135 column) mode
12290 # \E[5;1v - compressed (135 column) mode
12393 # Like the D460 but with 16 colors and without a compressed mode.
12460 # Like a D577, but without compressed mode; like a D470C in this respect.

Completed in 456 milliseconds