Home
last modified time | relevance | path

Searched refs:decompress (Results 1 – 25 of 223) sorted by relevance

123456789

/netbsd-src/external/bsd/bzip2/dist/
H A DMakefile-libbz2_so34 decompress.o \
56 decompress.o: decompress.c
57 $(CC) $(CFLAGS) -c decompress.c
H A Ddlltest.c73 int decompress = 0; in main() local
92 decompress = 1; in main()
121 if(decompress){ in main()
H A DMakefile35 decompress.o \
127 decompress.o: decompress.c
128 $(CC) $(CFLAGS) -c decompress.c
150 $(DISTNAME)/decompress.c \
H A Dmakefile.msc14 decompress.obj \
/netbsd-src/usr.bin/compress/
H A Dcompress.c61 static void decompress(const char *, const char *, int);
130 (void)decompress("/dev/stdin", "/dev/stdout", bits); in main()
177 decompress(newname, in main()
188 decompress(*argv, in main()
299 decompress(const char *in, const char *out, int bits) in decompress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DDecompressor.h34 return decompress({Out.data(), (size_t)DecompressedSize}); in resizeAndDecompress()
39 Error decompress(MutableArrayRef<char> Buffer);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c137 size_t *len, bool decompress) in lto_get_section_data() argument
153 if ((!flag_ltrans || decompress) && section_type != LTO_section_lto) in lto_get_section_data()
210 size_t len, bool decompress) in lto_free_section_data() argument
219 if (flag_ltrans && !decompress) in lto_free_section_data()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc137 size_t *len, bool decompress) in lto_get_section_data() argument
153 if ((!flag_ltrans || decompress) && section_type != LTO_section_lto) in lto_get_section_data()
210 size_t len, bool decompress) in lto_free_section_data() argument
219 if (flag_ltrans && !decompress) in lto_free_section_data()
/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_bcj_exact_size.c52 decompress(void) in decompress() function
110 decompress(); in main()
/netbsd-src/usr.bin/gzip/
H A Dgzexe61 decompress () { function
165 elif ! decompress "$1"; then
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A DREADME20 This library can only compress, not decompress. Existing zlib or deflate
21 libraries can decompress the data.
/netbsd-src/external/public-domain/xz/dist/doc/examples/
H A D02_decompress.c104 decompress(lzma_stream *strm, const char *inname, FILE *infile, FILE *outfile) in decompress() function
272 success &= decompress(&strm, argv[i], infile, stdout); in main()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcompress.c87 bool decompress; in bfd_compress_section_contents() local
136 decompress = true; in bfd_compress_section_contents()
141 decompress = false; in bfd_compress_section_contents()
151 if (decompress) in bfd_compress_section_contents()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
/netbsd-src/common/dist/zlib/contrib/puff/
H A DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler.c500 isl_pw_multi_aff_free(node->decompress); in clear_node()
794 __isl_take isl_pw_multi_aff *decompress) in compress_node() argument
801 node->decompress = decompress; in compress_node()
808 node->decompress = isl_pw_multi_aff_pullback_pw_multi_aff( in compress_node()
809 node->decompress, decompress); in compress_node()
812 if (!node->hull || !node->compress || !node->decompress) in compress_node()
846 isl_pw_multi_aff *decompress, *pma; in project_out_fixed() local
858 decompress = isl_pw_multi_aff_from_multi_pw_aff(mpa); in project_out_fixed()
864 decompress = isl_pw_multi_aff_reset_space(decompress, space); in project_out_fixed()
866 isl_pw_multi_aff_copy(decompress), isl_multi_aff_copy(compress)); in project_out_fixed()
[all …]
/netbsd-src/usr.bin/compress/doc/
H A Drevision.log10 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM
31 * Integrate decompress() stack speedups (from early pointer mods by McKie).
69 * from VAX to PDP sites. Also sped up decompress() [fwrite->putc] and
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dcompress.h39 extern size_t decompress(void *, void *, size_t, size_t);
/netbsd-src/lib/libbz2/
H A DMakefile14 decompress.c bzlib.c
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DDecompressor.cpp95 Error Decompressor::decompress(MutableArrayRef<char> Buffer) { in decompress() function in Decompressor
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dlzma-file-format.txt106 but LZMA Utils can decompress files with any lc/lp/pb.
117 16 <= n <= 25. LZMA Utils can decompress files with any
/netbsd-src/sys/net/
H A Dppp-comp.h92 int (*decompress)(void *, PACKETPTR, PACKETPTR *); member

123456789