| /third_party/boost/tools/build/test/ |
| D | bzip2.py | 16 t.write("bzip2/bzlib.h", 'bzip2') 17 t.write("bzip2/blocksort.c", 'blocksort') 21 using bzip2 : : <source>$(here)/bzip2 ; 22 alias bzip2 : /bzip2//bzip2 : : <link>static <link>shared ; 27 action('-c -x c -I./bzip2 -o $blocksort.o $blocksort.c') 33 t.expect_addition('bin/standalone/bzip2/mock/debug/bz2.dll') 34 t.expect_addition('bin/standalone/bzip2/mock/debug/link-static/bz2.lib') 36 t.rm('bzip2') 51 using bzip2 ; 52 exe test : test.cpp /bzip2//bzip2 : : <link>static <link>shared ; [all …]
|
| /third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
| 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 | Makefile | 2 # This file is part of bzip2/libbzip2, a program and library for 5 # bzip2/libbzip2 version 1.0.8 of 13 July 2019 38 all: libbz2.a bzip2 bzip2recover test 40 bzip2: libbz2.a bzip2.o target 41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 56 test: bzip2 58 ./bzip2 -1 < sample1.ref > sample1.rb2 59 ./bzip2 -2 < sample2.ref > sample2.rb2 60 ./bzip2 -3 < sample3.ref > sample3.rb2 61 ./bzip2 -d < sample1.bz2 > sample1.tst [all …]
|
| D | bzip2.1 | 2 .TH bzip2 1 4 bzip2, bunzip2 \- a block-sorting file compressor, v1.0.8 8 bzip2recover \- recovers data from damaged bzip2 files 12 .B bzip2 35 .I bzip2 47 .I bzip2 60 .I bzip2 67 .I bzip2 70 .I bzip2 77 .I bzip2 \-d) [all …]
|
| D | makefile.msc | 4 # Fixed up by JRS for bzip2-0.9.5d release. 17 all: lib bzip2 test 19 bzip2: lib 20 $(CC) $(CFLAGS) -o bzip2 bzip2.c libbz2.lib setargv.obj 26 test: bzip2 28 .\\bzip2 -1 < sample1.ref > sample1.rb2 29 .\\bzip2 -2 < sample2.ref > sample2.rb2 30 .\\bzip2 -3 < sample3.ref > sample3.rb2 31 .\\bzip2 -d < sample1.bz2 > sample1.tst 32 .\\bzip2 -d < sample2.bz2 > sample2.tst [all …]
|
| D | bzip2.txt | 3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.8 5 bzip2recover - recovers data from damaged bzip2 files 9 bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ] 16 bzip2 compresses files using the Burrows-Wheeler block 26 bzip2 expects a list of file names to accompany the com- 38 bzip2 and bunzip2 will by default not overwrite existing 41 If no file names are specified, bzip2 compresses from 42 standard input to standard output. In this case, bzip2 47 bunzip2 (or bzip2 -d) decompresses all specified files. 48 Files which were not created by bzip2 will be detected and [all …]
|
| D | CHANGES | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.8 of 13 July 2019 29 Fixed a problem with error reporting in bzip2.c. This does not effect 44 bzip2.c, so the non-fixedness of them in previous versions has no 45 effect on reliability of bzip2.c. 57 bzip2.c. 68 bugfixes in the driver (bzip2.c). Changes pertaining to the 75 read flags from BZIP2 and BZIP environment variables 83 bzip2 --help now returns 0 110 functioning of the bzip2 program or library. Added a couple of casts [all …]
|
| /third_party/bzip2/ |
| 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 | Makefile | 2 # This file is part of bzip2/libbzip2, a program and library for 5 # bzip2/libbzip2 version 1.0.8 of 13 July 2019 38 all: libbz2.a bzip2 bzip2recover test 40 bzip2: libbz2.a bzip2.o target 41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 56 test: bzip2 58 ./bzip2 -1 < sample1.ref > sample1.rb2 59 ./bzip2 -2 < sample2.ref > sample2.rb2 60 ./bzip2 -3 < sample3.ref > sample3.rb2 61 ./bzip2 -d < sample1.bz2 > sample1.tst [all …]
|
| D | bzip2.1 | 2 .TH bzip2 1 4 bzip2, bunzip2 \- a block-sorting file compressor, v1.0.8 8 bzip2recover \- recovers data from damaged bzip2 files 12 .B bzip2 35 .I bzip2 47 .I bzip2 60 .I bzip2 67 .I bzip2 70 .I bzip2 77 .I bzip2 \-d) [all …]
|
| D | makefile.msc | 4 # Fixed up by JRS for bzip2-0.9.5d release. 17 all: lib bzip2 test 19 bzip2: lib 20 $(CC) $(CFLAGS) -o bzip2 bzip2.c libbz2.lib setargv.obj 26 test: bzip2 28 .\\bzip2 -1 < sample1.ref > sample1.rb2 29 .\\bzip2 -2 < sample2.ref > sample2.rb2 30 .\\bzip2 -3 < sample3.ref > sample3.rb2 31 .\\bzip2 -d < sample1.bz2 > sample1.tst 32 .\\bzip2 -d < sample2.bz2 > sample2.tst [all …]
|
| D | bzip2.txt | 3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.8 5 bzip2recover - recovers data from damaged bzip2 files 9 bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ] 16 bzip2 compresses files using the Burrows-Wheeler block 26 bzip2 expects a list of file names to accompany the com- 38 bzip2 and bunzip2 will by default not overwrite existing 41 If no file names are specified, bzip2 compresses from 42 standard input to standard output. In this case, bzip2 47 bunzip2 (or bzip2 -d) decompresses all specified files. 48 Files which were not created by bzip2 will be detected and [all …]
|
| D | CHANGES | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.8 of 13 July 2019 29 Fixed a problem with error reporting in bzip2.c. This does not effect 44 bzip2.c, so the non-fixedness of them in previous versions has no 45 effect on reliability of bzip2.c. 57 bzip2.c. 68 bugfixes in the driver (bzip2.c). Changes pertaining to the 75 read flags from BZIP2 and BZIP environment variables 83 bzip2 --help now returns 0 110 functioning of the bzip2 program or library. Added a couple of casts [all …]
|
| /third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
| D | Makefile | 2 # This file is part of bzip2/libbzip2, a program and library for 5 # bzip2/libbzip2 version 1.0.6 of 6 September 2010 38 all: libbz2.a bzip2 bzip2recover test 40 bzip2: libbz2.a bzip2.o target 41 $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 56 test: bzip2 58 ./bzip2 -1 < sample1.ref > sample1.rb2 59 ./bzip2 -2 < sample2.ref > sample2.rb2 60 ./bzip2 -3 < sample3.ref > sample3.rb2 61 ./bzip2 -d < sample1.bz2 > sample1.tst [all …]
|
| 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.6 of 6 September 2010 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. 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 96 recursively traverses a directory structure, using bzip2 to compress [all …]
|
| D | bzip2.1 | 2 .TH bzip2 1 4 bzip2, bunzip2 \- a block-sorting file compressor, v1.0.6 8 bzip2recover \- recovers data from damaged bzip2 files 12 .B bzip2 35 .I bzip2 47 .I bzip2 60 .I bzip2 67 .I bzip2 70 .I bzip2 77 .I bzip2 \-d) [all …]
|
| D | makefile.msc | 4 # Fixed up by JRS for bzip2-0.9.5d release. 17 all: lib bzip2 test 19 bzip2: lib 20 $(CC) $(CFLAGS) -o bzip2 bzip2.c libbz2.lib setargv.obj 26 test: bzip2 28 .\\bzip2 -1 < sample1.ref > sample1.rb2 29 .\\bzip2 -2 < sample2.ref > sample2.rb2 30 .\\bzip2 -3 < sample3.ref > sample3.rb2 31 .\\bzip2 -d < sample1.bz2 > sample1.tst 32 .\\bzip2 -d < sample2.bz2 > sample2.tst [all …]
|
| D | bzip2.txt | 3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.6 5 bzip2recover - recovers data from damaged bzip2 files 9 bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ] 16 bzip2 compresses files using the Burrows-Wheeler block 26 bzip2 expects a list of file names to accompany the com- 38 bzip2 and bunzip2 will by default not overwrite existing 41 If no file names are specified, bzip2 compresses from 42 standard input to standard output. In this case, bzip2 47 bunzip2 (or bzip2 -d) decompresses all specified files. 48 Files which were not created by bzip2 will be detected and [all …]
|
| D | CHANGES | 2 This file is part of bzip2/libbzip2, a program and library for 5 bzip2/libbzip2 version 1.0.6 of 6 September 2010 29 Fixed a problem with error reporting in bzip2.c. This does not effect 44 bzip2.c, so the non-fixedness of them in previous versions has no 45 effect on reliability of bzip2.c. 57 bzip2.c. 68 bugfixes in the driver (bzip2.c). Changes pertaining to the 75 read flags from BZIP2 and BZIP environment variables 83 bzip2 --help now returns 0 110 functioning of the bzip2 program or library. Added a couple of casts [all …]
|
| /third_party/boost/tools/build/src/tools/ |
| D | bzip2.jam | 10 # After 'using bzip2', the following targets are available: 12 # /bzip2//bzip2 -- The bzip library 76 # using bzip2 ; 78 # using bzip2 : 1.0.6 : <source>/home/sergey/src/bzip2-1.0.6 ; 80 # using bzip2 : 1.0.6 84 # using bzip2 : 1.0.6 : <source>C:/Devel/src/bzip2-1.0.6 : <toolset>msvc ; 85 # using bzip2 : 1.0.6 : : <toolset>gcc ; 113 project bzip2 ; 138 errors.user-error "incompatible options for bzip2:" 159 ECHO "notice: [bzip2] bzip is already configured" ; [all …]
|
| /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/boost/libs/iostreams/build/ |
| D | Jamfile.v2 | 12 # The biggest trick in this Jamfile is to link to zlib and bzip2 when 60 using bzip2 : : <build-name>boost_bzip2 <tag>@tag ; 61 bzip2-requirements = 62 [ ac.check-library /bzip2//bzip2 : <library>/bzip2//bzip2 63 <source>bzip2.cpp ] ; 67 alias boost_bzip2 : /bzip2//bzip2 ; 122 $(bzip2-requirements)
|
| /third_party/flutter/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/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/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
|