| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | compress | 7 # Formats for various forms of compressed data 16 >2 byte&0x80 >0 block compressed 36 # to display gzip compressed (strength=100=2*50) before other (strength=50)? 61 >>10 default x gzip compressed data 68 #!:mime application/x-compressed-tar 71 #!:mime image/svg+xml-compressed 84 >3 byte&0x18 >0 gzip compressed data 87 #!:mime application/x-compressed-tar 88 #!:mime application/x-abiword-compressed 89 #!:mime image/image/svg+xml-compressed [all …]
|
| H A D | human68k | 7 #>68 string LZX LZX compressed 9 #>(8.L+74) string LZX LZX compressed 23 #4 string LZX Human68k LZX compressed
|
| H A D | acorn | 43 >(9.b+19) byte =1 LZW-compressed linear 46 >(9.b+19) byte =4 SigmaDelta-compressed linear 47 >(9.b+19) byte =5 SigmaDelta-compressed logarithmic 82 # TrID labels above as "Acorn PackDir compressed Archive" 87 # !Packdir compressed archive has three hexadecimal digits code 68E
|
| H A D | mozilla | 11 0 string mozLz4a Mozilla lz4 compressed bookmark data 16 # Note: mostly JSON compressed with a non-standard LZ4 header 18 0 string mozLz40\0 Mozilla lz4 compressed data
|
| H A D | dact | 4 # dact: file(1) magic for DACT compressed files 6 0 long 0x444354C3 DACT compressed data
|
| H A D | playdate | 16 >12 belong&0x80 0x80 (compressed) 25 >12 belong&0x80 0x80 (compressed) 35 >12 belong&0x80 0x80 (compressed)
|
| H A D | mercurial | 12 >4 string GZ (gzip compressed) 13 >4 string BZ (bzip2 compressed)
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_write_add_filter_lzop.c | 64 unsigned char *compressed; member 197 free(data->compressed); in archive_write_lzop_free() 260 if (data->compressed == NULL) { in archive_write_lzop_open() 263 data->compressed = (unsigned char *) in archive_write_lzop_open() 265 if (data->compressed == NULL) { in archive_write_lzop_open() 292 memcpy(data->compressed, header, sizeof(header)); in make_header() 294 data->compressed[HEADER_LIBVERSION] = (unsigned char ) in make_header() 296 data->compressed[HEADER_LIBVERSION + 1] = (unsigned char ) in make_header() 299 data->compressed[HEADER_METHOD] = (unsigned char)data->method; in make_header() 300 data->compressed[HEADER_LEVEL] = data->level; in make_header() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | elf.c | 366 int compressed; member 2550 const unsigned char *compressed, size_t compressed_size, in elf_uncompress_zdebug() argument 2566 if (compressed_size < 12 || memcmp (compressed, "ZLIB", 4) != 0) in elf_uncompress_zdebug() 2571 sz = (sz << 8) | compressed[i + 4]; in elf_uncompress_zdebug() 2582 if (!elf_zlib_inflate_and_verify (compressed + 12, compressed_size - 12, in elf_uncompress_zdebug() 2603 const unsigned char *compressed, size_t compressed_size, in elf_uncompress_chdr() argument 2618 chdr = (const b_elf_chdr *) compressed; in elf_uncompress_chdr() 2636 if (!elf_zlib_inflate_and_verify (compressed + sizeof (b_elf_chdr), in elf_uncompress_chdr() 2652 const unsigned char *compressed, in backtrace_uncompress_zdebug() argument 2665 ret = elf_uncompress_zdebug (state, compressed, compressed_size, in backtrace_uncompress_zdebug() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | compress.c | 93 bool compressed in bfd_compress_section_contents() local 104 if (compressed) in bfd_compress_section_contents() 134 if (compressed && compressed_size > orig_uncompressed_size) in bfd_compress_section_contents() 148 if (compressed) in bfd_compress_section_contents() 421 bool compressed; in bfd_is_section_compressed_with_header() local 439 compressed = startswith ((char*) header , "ZLIB"); in bfd_is_section_compressed_with_header() 441 compressed = true; in bfd_is_section_compressed_with_header() 444 compressed = false; in bfd_is_section_compressed_with_header() 447 if (compressed) in bfd_is_section_compressed_with_header() 462 compressed = false; in bfd_is_section_compressed_with_header() [all …]
|
| /netbsd-src/external/public-domain/xz/dist/tests/ |
| H A D | test_bcj_exact_size.c | 22 static uint8_t compressed[1024]; variable 46 compressed, &compressed_size, sizeof(compressed)) in compress() 57 strm.next_in = compressed; in decompress()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | fqdncompressed.err6 | 6 # compressed list of FQDNs are forbidden in DHCPv6 7 option foobar.compressed-list code 1 = domain-list compressed;
|
| /netbsd-src/distrib/acorn32/ |
| H A D | mksparkive.sh | 87 compressed="$5" 101 if [ "$compressed" -ne 0 ] 116 if [ "$compressed" -ne 0 ] 123 if [ "$compressed" -ne 0 ]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/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 …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/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 …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/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 …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/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 …]
|
| /netbsd-src/common/dist/zlib/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 …]
|
| /netbsd-src/sys/kern/ |
| H A D | kern_ctf.c | 80 int compressed = 0; in mod_ctf_get() local 168 compressed = 1; in mod_ctf_get() 181 if (compressed) { in mod_ctf_get() 193 if (compressed) { in mod_ctf_get()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | compress.c | 576 bool compressed in bfd_compress_section_contents() local 585 if (compressed && orig_header_size < 0) in bfd_compress_section_contents() 596 if (compressed) in bfd_compress_section_contents() 879 bool compressed; in bfd_is_section_compressed_info() local 897 compressed = startswith ((char*) header , "ZLIB"); in bfd_is_section_compressed_info() 899 compressed = true; in bfd_is_section_compressed_info() 902 compressed = false; in bfd_is_section_compressed_info() 905 if (compressed) in bfd_is_section_compressed_info() 920 compressed = false; in bfd_is_section_compressed_info() 928 return compressed; in bfd_is_section_compressed_info()
|
| /netbsd-src/usr.bin/gzip/ |
| H A D | gzexe | 56 compressed () { function 162 if ! compressed "$1"; then 169 if compressed "$1"; then
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | inet_ntop.c | 88 int compressed = 0; in inet_ntop_v6() local 97 if (compressed == 0 && in inet_ntop_v6() 103 compressed = 1; in inet_ntop_v6()
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | cread.c | 83 int compressed; /* 1 if input file is a .gz file */ member 179 s->compressed = 0; in check_header() 187 s->compressed = 1; in check_header() 293 if (s->compressed == 0) { in cread() 370 if(s->compressed == 0) { in clseek()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
| H A D | ls.h | 37 u32 compressed; member 50 u32 compressed; member
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | cread.c | 77 int compressed; /* 1 if input file is a .gz file */ member 211 s->compressed = 0; in check_header() 219 s->compressed = 1; in check_header() 340 if (s->compressed == 0) { in read() 444 if(s->compressed == 0) { in lseek()
|