Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 162) sorted by relevance

1234567

/openbsd-src/regress/lib/libz/
H A Dutils_unittest.cc149 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
150 stream.next_out = compressed.data(); in TEST()
151 stream.avail_out = compressed.size(); in TEST()
156 compressed.resize(compressed.size() - stream.avail_out); in TEST()
162 stream.next_in = compressed.data(); in TEST()
163 stream.avail_in = compressed.size(); in TEST()
221 std::vector<uint8_t> compressed(100, '\0'); in TEST() local
222 stream.next_out = compressed.data(); in TEST()
223 stream.avail_out = compressed.size(); in TEST()
228 compressed.resize(compressed.size() - stream.avail_out); in TEST()
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dcompress8 # Formats for various forms of compressed data
16 >2 byte&0x80 >0 block compressed
24 0 string \037\213 gzip compressed data
77 0 string BZh bzip2 compressed data
82 0 string LZIP lzip compressed data
92 0 beshort 0x76FD LZH compressed data,
115 #>132 byte&0xF0 0xd0 GSM 06.10 compressed audio
120 #0 string BZ bzip compressed data
133 0 string \x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a lzop compressed data
173 0 string \037\241 Quasijarus strong compressed data
[all …]
H A Dhuman68k7 #>68 string LZX LZX compressed
9 #>(8.L+74) string LZX LZX compressed
23 #4 string LZX Human68k LZX compressed
H A Ddact4 # dact: file(1) magic for DACT compressed files
6 0 long 0x444354C3 DACT compressed data
H A Dmercurial12 >4 string GZ (gzip compressed)
13 >4 string BZ (bzip2 compressed)
H A Dmsdos47 # many of the compressed formats were extracted from IDARC 1.23 source code
98 >>>>(0x3c.l+0xf8) string UPX0 \b, UPX compressed
99 >>>>(0x3c.l+0xf8) search/0x140 PEC2 \b, PECompact2 compressed
113 >>>>(0x3c.l+0xf8) search/0x140 .petite\0 \b, Petite compressed
170 >>>>>>&0 search/8 3\xdbf\xb9 \b, 32Lite compressed
177 >>>(&0x7c.l+0x26) string UPX \b, UPX compressed
206 >>>&0x26 string UPX \b, UPX compressed
210 >>>>&0 lelong >0x6000 \b, 32lite compressed
216 …8e\xc0\xb9\x08\x00\xf3\xa5\x4a\x75\xeb\x8e\xc3\x8e\xd8\x33\xff\xbe\x30\x00\x05 \b, aPack compressed
218 >0x1c string diet \b, diet compressed
[all …]
H A Dacorn43 >(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
H A Dsql13 0 belong&0xffffff00 0xfefe0700 MySQL MISAM compressed data file
17 0 belong&0xffffff00 0xfefe0600 MySQL ISAM compressed data file
H A Daudio33 >12 belong 19 16-bit linear compressed,
36 >12 belong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.),
38 >12 belong 24 compressed (8-bit CCITT G.722 ADPCM)
39 >12 belong 25 compressed (3-bit CCITT G.723.3 ADPCM),
40 >12 belong 26 compressed (5-bit CCITT G.723.5 ADPCM),
71 >12 belong 19 16-bit linear compressed,
74 >12 lelong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.),
76 >12 belong 24 compressed (8-bit CCITT G.722 ADPCM)
77 >12 belong 25 compressed (3-bit CCITT G.723.3 ADPCM),
78 >12 belong 26 compressed (5-bit CCITT G.723.5 ADPCM),
[all …]
H A Dgnumeric6 # they will ordinarily reported as "compressed", but at least -z helps
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dtruncate.pl36 my ($info, $compressed) = mkComplete($CompressClass, $hello);
41 ok 1, "Compressed size is " . length($compressed) ;
60 my $part = substr($compressed, 0, $i);
100 my $part = substr($compressed, 0, $i);
130 my $part = substr($compressed, 0, $header_size);
188 foreach my $i ($header_size .. length($compressed) - 1 - $trailer_size)
200 my $part = substr($compressed, 0, $i);
241 foreach my $i (length($compressed) - $trailer_size .. length($compressed) -1 )
249 my $part = substr($compressed, 0, $i);
H A Dprime.pl43 my $compressed = mkComplete($CompressClass, $hello);
44 my $cc = $compressed ;
46 plan tests => (length($compressed) * 6 * 7) + 1 + $extra ;
52 for my $i (0 .. length($compressed) - 1)
59 my $prime = substr($compressed, 0, $i);
60 my $rest = substr($compressed, $i);
H A Dgeneric.pl147 # write a very simple compressed file
190 # write a very simple compressed file
374 # write a compressed file to memory
419 ok $buffer eq $keep, "compressed input not changed" ;
494 # embed a compressed file in another file
546 # embed a compressed file in another buffer
559 my $compressed ;
562 ok my $x = $CompressClass->can('new')->( $CompressClass, \$compressed);
566 $compressed .= $trailer ;
570 ok my $x = $UncompressClass->can('new')->( $UncompressClass, \$compressed, Appen
[all...]
H A Doneshot.pl227 title "Non-compressed data with $TopType, Transparent => $trans ";
268 # corrupt the compressed data
717 my $compressed ;
718 ok &$C_Func(\$data, \$compressed), ' Compressed ok' ;
719 $compressed .= $extra;
723 $input = \$compressed;
727 writeFile($name, $compressed);
1657 my $compressed ;
1659 ok &$CompFunc(\$input => \$compressed), ' Compressed ok' ;
1660 ok &$UncompFunc(\$compressed
[all...]
H A Dmulti.pl82 my $compressed = '';
83 $output = \$compressed;
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D020isize.t36 my $compressed ;
80 $_[0] .= $compressed;
81 return length $compressed ;
86 while ( ! length $compressed )
93 #print "# LEN Compressed " . length($compressed) . "\n" ;
100 #print "# LEN Compressed " . length($compressed) . "\n" ;
107 my $len = length $compressed ;
108 $_[0] .= $compressed ;
109 $compressed = '';
116 my $gzip = IO::Compress::Gzip->new( \$compressed,
[all...]
H A D101truncate-rawdeflate.t59 my $compressed ;
60 ok( my $x = IO::Compress::RawDeflate->new( \$compressed ) );
65 my $cc = $compressed ;
83 ok 1, "Compressed size is " . length($compressed) ;
95 my $part = substr($compressed, 0, $i);
114 foreach my $i ($blocksize+1 .. length($compressed)-1)
120 my $part = substr($compressed, 0, $i);
H A D108anyunc-transparent.t32 This is not compressed data
39 title "AnyUncompress with Non-compressed data (File $file)" ;
H A D002any-transparent.t32 This is not compressed data
39 title "AnyInflate with Non-compressed data (File $file)" ;
H A Dcz-06gzsetp.t117 my $compressed;
119 ok my $x = $CompressClass->can('new')->( $CompressClass, \$compressed) ;
132 my $k = $UncompressClass->can('new')->( $UncompressClass, \$compressed);
/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp336 compressed.uncompressedSize = size; in maybeCompress()
351 compressed.shards = std::make_unique<SmallVector<uint8_t, 0>[]>(1); in maybeCompress()
352 SmallVector<uint8_t, 0> &out = compressed.shards[0]; in maybeCompress()
423 compressed.shards = std::move(shardsOut); in maybeCompress()
424 compressed.numShards = numShards; in maybeCompress()
425 compressed.checksum = checksum; in maybeCompress()
452 if (compressed.shards) { in writeTo()
454 chdr->ch_size = compressed.uncompressedSize; in writeTo()
459 memcpy(buf, compressed.shards[0].data(), compressed.shards[0].size()); in writeTo()
465 auto offsets = std::make_unique<size_t[]>(compressed.numShards); in writeTo()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DFAQ.pod20 compressed files
28 this to read compressed files
46 C<IO::Zlib> module) to access tar files that have been compressed with
47 C<gzip>. Unfortunately tar files compressed with the Unix C<compress>
94 So, for example, say you have a file compressed with gzip that you want to
111 formats store extra information along with the compressed data payload. For
113 lot of information about the original file. If the original compressed file
115 new compressed file using the technique above.
367 set it will result in everything in the /compressed directory will be
368 compressed automagicall
[all...]
/openbsd-src/usr.bin/compress/
H A Dgzexe55 compressed () {
193 if ! compressed "$1"; then
200 if compressed "$1"; then
/openbsd-src/gnu/usr.bin/texinfo/djgpp/
H A DREADME209 f. This port supports compressed Info files, like what Info under Unix
212 that Info will find the compressed files working around the DOS 8.3
329 Info allows you to hold your Info files in compressed form, to save
331 automatically try to find that file in compressed form. Info does
342 output and display it. (The original compressed file stays
346 compressed files using the following as guidelines:
356 be place for the trailing `z' in the compressed names. Don't
388 this case, you should make sure your compressed Info files follow
397 indicates that the file is compressed. Do NOT call the compressed
401 compressed, so don't expect Info to uncompress them.
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmagic42 >2 byte&0x80 >0 block compressed
46 0 string \037\213 GNUz ZIVU gzip compressed data

1234567