| /titanic_53/usr/src/common/ficl/softcore/ |
| H A D | makesoftcore.c | 77 unsigned char *compressed = malloc(128 * 1024); in main() local 196 compressedSize = lz4_compress(uncompressed, compressed, in main() 214 fprintDataAsHex(f, compressed, compressedSize); in main() 247 free(compressed); in main()
|
| /titanic_53/usr/src/boot/lib/libz/doc/ |
| H A D | rfc1951.txt | 42 This specification defines a lossless compressed data format that 80 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11 97 compressed data format that: 126 * Allow random access to compressed data; 189 A compressed data set consists of a series of blocks, corresponding 193 Each block is compressed using a combination of the LZ77 algorithm 200 describe the representation of the compressed data part, and a 201 compressed data part. (The Huffman trees themselves are compressed 202 using Huffman encoding.) The compressed data consists of a series of 212 compressed data is represented using a Huffman code, using one code [all …]
|
| H A D | rfc1950.txt | 44 This specification defines a lossless compressed data format. The 89 compressed data format that: 106 allow random access to compressed data. 131 The specification specifies a compressed data format that can be 239 |...compressed data...| ADLER32 | 259 extra field before the compressed data. 291 producing any compressed output. DICT is the Adler-32 checksum 309 compressed data 310 For compression method 8, the compressed data is stored in the 311 deflate compressed data format as described in the document [all …]
|
| H A D | rfc1952.txt | 42 This specification defines a lossless compressed data format that is 91 compressed data format that: 121 * Provide random access to compressed data; 233 A gzip file consists of a series of "members" (compressed data 271 |...compressed blocks...| (more-->) 326 immediately before the compressed data. The CRC16 consists 348 is the original name of the file being compressed, with any 350 compressed is on a file system with case insensitive names, 352 data was compressed from a source other than a named file; 366 file being compressed. The time is in Unix format, i.e., [all …]
|
| H A D | algorithm.txt | 13 Literals or match lengths are compressed with one Huffman tree, and 14 match distances are compressed with another tree. The trees are stored 16 size (except that the compressed data for one block must fit in
|
| /titanic_53/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
| H A D | pages.c | 280 int npages, compressed, regular; in cb_restore_kpages() local 288 npages = compressed = regular = 0; in cb_restore_kpages() 301 compressed += desc.cpd_pages; in cb_restore_kpages() 326 str, sfile.kpages, npages, compressed, regular); in cb_restore_kpages()
|
| /titanic_53/usr/src/cmd/file/ |
| H A D | magic | 262 0 string \037\235 compressed data 263 >2 byte&0x80 >0 block compressed 265 0 string \037\213 gzip compressed data 330 >12 long 23 compressed (4-bit G.721 ADPCM), 331 >12 long 24 compressed (8-bit G.722 ADPCM), 332 >12 long 25 compressed (3-bit G.723 ADPCM), 333 >12 long 26 compressed (5-bit G.723 ADPCM), 350 >12 long 0x17000000 compressed (4-bit G.721 ADPCM), 351 >12 long 0x18000000 compressed (8-bit G.722 ADPCM), 352 >12 long 0x19000000 compressed (3-bit G.723 ADPCM), [all …]
|
| /titanic_53/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/ |
| H A D | panic_diag.c | 258 boolean_t compressed; in swde_panic_solve() local 268 &compressed); in swde_panic_solve() 270 pathfmts = compressed ? &dumpfiles_comp[0] : &dumpfiles[0]; in swde_panic_solve()
|
| /titanic_53/usr/src/boot/lib/libz/ |
| H A D | FAQ | 28 Make sure that before the call of compress(), the length of the compressed 29 buffer is equal to the available size of the compressed buffer and not 135 use the same compressed data format internally, but have different headers 136 and trailers around the compressed data. 195 exchange compressed data between them? 207 No. The PKWare DCL uses a completely different compressed data format than 211 28. Can I access data randomly in a compressed stream? 280 invalid compressed data. 308 37. Will zlib read the (insert any ancient or arcane format here) compressed 326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616
|
| H A D | ChangeLog | 633 - Add zran.c example of compressed data random access to examples 1059 - fix gzeof on non-compressed files (Allan Schrum) 1138 - in example.c use correct compressed length for test_sync 1267 - fix array overlay in deflate.c which sometimes caused bad compressed data 1270 - fix deflateParams() which could generated bad compressed data.
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/ |
| H A D | README | 30 This directory contains compressed blockfiles for zpool upgrade testing.
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/blockfiles/ |
| H A D | README | 29 This directory contains compressed blockfiles for zpool import testing.
|
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | dsl_dataset.c | 110 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_born() local 124 used, compressed, uncompressed); in dsl_dataset_block_born() 132 dsl_dataset_phys(ds)->ds_compressed_bytes += compressed; in dsl_dataset_block_born() 147 compressed, uncompressed, tx); in dsl_dataset_block_born() 157 int compressed = BP_GET_PSIZE(bp); in dsl_dataset_block_kill() local 169 -used, -compressed, -uncompressed); in dsl_dataset_block_kill() 190 delta, -compressed, -uncompressed, tx); in dsl_dataset_block_kill() 227 ASSERT3U(dsl_dataset_phys(ds)->ds_compressed_bytes, >=, compressed); in dsl_dataset_block_kill() 228 dsl_dataset_phys(ds)->ds_compressed_bytes -= compressed; in dsl_dataset_block_kill() 1738 uint8_t *compressed; in get_receive_resume_stats() local [all …]
|
| H A D | dsl_dir.c | 1373 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx) in dsl_dir_diduse_space() argument 1396 ASSERT(compressed >= 0 || in dsl_dir_diduse_space() 1397 dsl_dir_phys(dd)->dd_compressed_bytes >= -compressed); in dsl_dir_diduse_space() 1402 dsl_dir_phys(dd)->dd_compressed_bytes += compressed; in dsl_dir_diduse_space() 1421 accounted_delta, compressed, uncompressed, tx); in dsl_dir_diduse_space()
|
| /titanic_53/usr/src/cmd/cpio/ |
| H A D | cpio.h | 265 char compressed; /* files compressed = 1 */ member
|
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | dsl_dir.h | 145 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx);
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/misc/ |
| H A D | magic.tab | 34 +76 edit %!PAX!C!\([^!]*\).*%\1% , compressed, version %s 237 +size long <600000 , compressed 239 +size long <600000 , compressed 1123 +12 long 23 , compressed (G.721 ADPCM) 1229 0 short 0x1f9d compressed data application/zip 1235 0 short 0x9d1f compressed data application/zip 1239 0 short 0x1f10 pzip compressed data application/pzip 1243 0 short 0x1f8b pzip compressed data application/pzip 1246 0 short 0x1f8b gzip compressed data application/gzip 1268 0 string BZh bzip compressed data application/zip [all …]
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | system-man.mf | 55 # gzcat/bzcat are used for displaying compressed manpages. However,
|
| /titanic_53/usr/src/lib/libzfs/common/ |
| H A D | libzfs_sendrecv.c | 1459 unsigned char *compressed = zfs_alloc(hdl, len); in zfs_send_resume_token_to_nvlist() local 1461 nread = sscanf(token + i * 2, "%2hhx", compressed + i); in zfs_send_resume_token_to_nvlist() 1463 free(compressed); in zfs_send_resume_token_to_nvlist() 1473 fletcher_4_native(compressed, len, NULL, &cksum); in zfs_send_resume_token_to_nvlist() 1475 free(compressed); in zfs_send_resume_token_to_nvlist() 1484 if (uncompress(packed, &packed_len_long, compressed, len) != Z_OK || in zfs_send_resume_token_to_nvlist() 1487 free(compressed); in zfs_send_resume_token_to_nvlist() 1497 free(compressed); in zfs_send_resume_token_to_nvlist()
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade.cfg | 32 # The following variable names describe files, stored as gzip compressed files
|
| /titanic_53/usr/src/cmd/sgs/lex/common/ |
| H A D | ncform | 133 if(debug)fprintf(yyout,"compressed state\n");
|
| H A D | nceucform | 162 if(debug)fprintf(yyout,"compressed state\n");
|
| /titanic_53/usr/src/cmd/zdb/ |
| H A D | zdb.c | 1365 char used[32], compressed[32], uncompressed[32], unique[32]; in dump_dsl_dataset() local 1370 CTASSERT(sizeof (compressed) >= NN_NUMBUF_SZ); in dump_dsl_dataset() 1380 zdb_nicenum(ds->ds_compressed_bytes, compressed, sizeof (compressed)); in dump_dsl_dataset() 1406 (void) printf("\t\tcompressed_bytes = %s\n", compressed); in dump_dsl_dataset()
|
| /titanic_53/usr/src/contrib/zlib/ |
| H A D | ChangeLog | 739 - Add zran.c example of compressed data random access to examples 1165 - fix gzeof on non-compressed files (Allan Schrum) 1244 - in example.c use correct compressed length for test_sync 1373 - fix array overlay in deflate.c which sometimes caused bad compressed data 1376 - fix deflateParams() which could generate bad compressed data
|
| /titanic_53/usr/src/lib/libima/ |
| H A D | THIRDPARTYLICENSE | 57 choice. The Source Code can be in a compressed or archival form,
|