/netbsd-src/external/bsd/bzip2/dist/ |
H A D | Makefile-libbz2_so | 34 decompress.o \ 56 decompress.o: decompress.c 57 $(CC) $(CFLAGS) -c decompress.c
|
H A D | dlltest.c | 73 int decompress = 0; in main() local 92 decompress = 1; in main() 121 if(decompress){ in main()
|
H A D | Makefile | 35 decompress.o \ 127 decompress.o: decompress.c 128 $(CC) $(CFLAGS) -c decompress.c 150 $(DISTNAME)/decompress.c \
|
H A D | makefile.msc | 14 decompress.obj \
|
/netbsd-src/usr.bin/compress/ |
H A D | compress.c | 61 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 D | Decompressor.h | 34 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 D | lto-section-in.c | 137 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 D | lto-section-in.cc | 137 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 D | test_bcj_exact_size.c | 52 decompress(void) in decompress() function 110 decompress(); in main()
|
/netbsd-src/usr.bin/gzip/ |
H A D | gzexe | 61 decompress () { function 165 elif ! decompress "$1"; then
|
/netbsd-src/external/zlib/pigz/dist/zopfli/ |
H A D | README | 20 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 D | 02_decompress.c | 104 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 D | compress.c | 87 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 D | README | 8 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 D | README | 8 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 D | README | 8 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 D | README | 8 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 D | README | 8 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 D | isl_scheduler.c | 500 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 D | revision.log | 10 * 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 D | compress.h | 39 extern size_t decompress(void *, void *, size_t, size_t);
|
/netbsd-src/lib/libbz2/ |
H A D | Makefile | 14 decompress.c bzlib.c
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | Decompressor.cpp | 95 Error Decompressor::decompress(MutableArrayRef<char> Buffer) { in decompress() function in Decompressor
|
/netbsd-src/external/public-domain/xz/dist/doc/ |
H A D | lzma-file-format.txt | 106 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 D | ppp-comp.h | 92 int (*decompress)(void *, PACKETPTR, PACKETPTR *); member
|