Searched full:bzip2 (Results 1 – 25 of 197) sorted by relevance
12345678
| /third_party/bzip2/ |
| D | bzip2-1.0.8.tar.gz | |
| D | README | 2 This is the README for bzip2/libzip2. 6 This file is part of bzip2/libbzip2, a program and library for 9 bzip2/libbzip2 version 1.0.8 of 13 July 2019 20 manual page is available as bzip2.txt. 26 bzip2 and bzip2recover. Six self-tests are run. If the self-tests 55 bzip2-shared, a client of the shared library, is also built, but not 60 to gcc, resulting in a slowdown of 10%-20%, at least for bzip2. 76 on the master web site (https://sourceware.org/bzip2/). Look there. However 77 (FWIW), bzip2-1.0.X is very standard ANSI C and should compile 94 importance. To validate bzip2, I used a modified version of Mark [all …]
|
| D | bzip2.spec | 1 Name: bzip2 7 URL: https://www.sourceware.org/bzip2/ 8 Source0: https://sourceware.org/pub/bzip2/%{name}-%{version}.tar.gz 9 Source1: bzip2.pc 17 Provides: bzip2-libs 18 Obsoletes: bzip2-libs 21 bzip2 is a freely available, patent free, high-quality data compressor. 27 Summary: header files for bzip2 29 Provides: bzip2-static 30 Obsoletes: bzip2-static [all …]
|
| D | bundle.json | 2 "name": "@ohos/bzip2", 3 …"description": "bzip2 is a freely available, patent free (see below), high-quality data compressor… 5 "license": "Bzip2 License", 8 "destPath": "third_party/bzip2" 16 "name": "bzip2", 31 "name": "//third_party/bzip2:libbz2", 37 "header_base": "//third_party/bzip2"
|
| D | 0003-license-and-version-print-should-output-to-stdout-and-exit-with-code-0.patch | 6 Reference: https://gitlab.com/bzip2/bzip2/-/commit/65179284ceddc43e6388bf4ed8c2d85cf16e1b2f 9 bzip2.c | 10 ++++++---- 12 diff --git a/bzip2.c b/bzip2.c 14 --- a/bzip2.c 15 +++ b/bzip2.c 23 "bzip2, a block-sorting file compressor. "
|
| D | README.COMPILATION.PROBLEMS | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.8 of 13 July 2019 15 bzip2 should compile without problems on the vast majority of 26 Early versions of bzip2 (0.1, 0.9.0, 0.9.5) compiled on a wide variety 46 version of bzip2 without large file support, which, for most 51 You can use the spewG.c program to generate huge files to test bzip2's 53 any compilation problems which affect bzip2 will also affect spewG.c,
|
| D | README.OpenSource | 3 "Name": "openEuler:bzip2", 4 "License": "Bzip2 License", 8 "Upstream URL": "https://gitee.com/src-openeuler/bzip2", 9 …"Description": "bzip2 is a freely available, patent free (see below), high-quality data compressor…
|
| D | install.sh | 12 flock -x "README" -c "tar xvf bzip2-1.0.8.tar.gz && 13 cd bzip2-1.0.8 && 20 tar xvf bzip2-1.0.8.tar.gz 21 cd bzip2-1.0.8
|
| D | 0001-add-compile-option.patch | 44 - $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8 46 + $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
|
| D | BUILD.gn | 16 bzip2_path = rebase_path("//third_party/bzip2") 35 part_name = "bzip2" 43 part_name = "bzip2"
|
| D | bzip2.yaml | 2 src_repo: git://sourceware.org/git/bzip2.git 3 tag_prefix: ^bzip2-
|
| /third_party/python/PCbuild/ |
| D | _bz2.vcxproj.filters | 13 <Filter Include="Header Files\bzip2"> 16 <Filter Include="Source Files\bzip2"> 25 <Filter>Source Files\bzip2</Filter> 28 <Filter>Source Files\bzip2</Filter> 31 <Filter>Source Files\bzip2</Filter> 34 <Filter>Source Files\bzip2</Filter> 37 <Filter>Source Files\bzip2</Filter> 40 <Filter>Source Files\bzip2</Filter> 43 <Filter>Source Files\bzip2</Filter> 48 <Filter>Header Files\bzip2</Filter> [all …]
|
| /third_party/skia/third_party/externals/freetype/src/bzip2/ |
| D | rules.mk | 2 # FreeType 2 BZIP2 support configuration rules 17 # BZIP2 driver directory 19 BZIP2_DIR := $(SRC_DIR)/bzip2 29 # BZIP2 support sources (i.e., C files) 33 # BZIP2 driver object(s) 41 # BZIP2 support source file for single build 46 # BZIP2 support - single object 52 # BZIP2 support - multiple objects
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| D | ftbzip2.h | 5 * Bzip2-compressed stream support. 36 * bzip2 39 * BZIP2 Streams 42 * Using bzip2-compressed font files. 45 * In certain builds of the library, bzip2 compression recognition is 48 * compressed file, the library will try to open a bzip2 compressed 55 * This section contains the declaration of Bzip2-specific functions. 66 * Open a new stream to parse bzip2-compressed font files. This is 88 * of FreeType was not compiled with bzip2 support.
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | tutorial-6.md | 5 already a [`bzip2-sys`][bz-sys] crate providing raw FFI bindings, and there is 6 already a [`bzip2`][bz] crate providing a nice, safe, Rust-y API on top of the 11 [bz-sys]: https://crates.io/crates/bzip2-sys 12 [bz]: https://crates.io/crates/bzip2 13 [example]: https://github.com/fitzgen/bindgen-tutorial-bzip2-sys
|
| D | tutorial-4.md | 14 Because `bzip2`'s symbols do not follow Rust's style conventions, we suppress a 21 Compiling bindgen-tutorial-bzip2-sys v0.1.0 30 Compiling bindgen-tutorial-bzip2-sys v0.1.0 52 Doc-tests bindgen-tutorial-bzip2-sys
|
| D | tutorial-3.md | 6 bindings to `bzip2` at compile time. The resulting bindings will be written to 8 like `./target/debug/build/bindgen-tutorial-bzip2-sys-afc7747d7eafd720/out/`. 22 // Tell cargo to tell rustc to link the system bzip2 52 Now, when we run `cargo build`, our bindings to `bzip2` are generated on the
|
| D | tutorial-0.md | 6 `build.rs`. We'll generate bindings to `bzip2` (which is available on most 12 [example]: https://github.com/fitzgen/bindgen-tutorial-bzip2-sys
|
| /third_party/python/Lib/distutils/ |
| D | archive_util.py | 60 'compress' must be "gzip" (the default), "bzip2", "xz", "compress", or 72 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', 'xz': 'xz', None: '', 74 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2', 'xz': '.xz', 80 "bad value for 'compress': must be None, 'gzip', 'bzip2', " 189 'bztar': (make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"),
|
| /third_party/curl/ |
| D | maketgz | 181 bzip2="curl-$version.tar.bz2" 182 echo "Generating $bzip2" 183 gzip -dc $targz | bzip2 --best > $bzip2 217 ls -l $targz $bzip2 $zip $xz 220 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $xz"
|
| /third_party/skia/third_party/externals/freetype/ |
| D | meson.build | 90 # NOTE: The `bzip2` aux module is handled through options. 106 elif auxmod == 'bzip2' 276 # BZip2 support 278 required: get_option('bzip2')) 282 ft2_sources += files(['src/bzip2/ftbzip2.c',]) 421 'Bzip2': bzip2_dep.found() ? 'yes' : 'no',
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | ntfsclone.8.in | 77 cp, gzip, gunzip, bzip2, bunzip2, cat, etc) large sparse files. 83 This means when you tar, cp, gzip, bzip2, etc a large sparse file 103 (filter the archive through bzip2). Although 340 Pack NTFS metadata for NTFS experts. Please note that bzip2 runs 347 .B bzip2 ntfsmeta.img 351 .B ntfsclone \-mst \-\-output - /dev/hda1 | bzip2 > ntfsmeta.bz2
|
| /third_party/python/Doc/library/ |
| D | bz2.rst | 1 :mod:`bz2` --- Support for :program:`bzip2` compression 5 :synopsis: Interfaces for bzip2 compression and decompression. 17 decompressing data using the bzip2 compression algorithm. 34 Open a bzip2-compressed file in binary or text mode, returning a :term:`file 68 Open a bzip2-compressed file in binary mode. 309 Writing and reading a bzip2-compressed file in binary mode:
|
| /third_party/elfutils/config/ |
| D | libdw.pc.in | 19 # data structures or functions. zlib (gz) is always required, bzip2 (bz2) 20 # lzma (xz) and zstd () are optional. But bzip2 doesn't have a pkg-config file.
|
| /third_party/skia/third_party/externals/freetype/builds/amiga/ |
| D | smakefile | 101 … $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o 102 … $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o 262 # freetype library bzip2 support for compressed PCF bitmap fonts 264 bzip2.o: $(CORE)bzip2/ftbzip2.c
|
12345678