HomeSort by relevance Sort by last modified time
    Searched refs:bzip2 (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/bzip2/
bzdiff 4 # Bzcmp/diff wrapped for bzip2,
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
56 bzip2 -cdfq "$2" > $tmp
57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
bzgrep 3 # Bzgrep wrapped for bzip2,
36 echo "grep through bzip2 files"
52 bzip2 -cdfq | $grep $opt "$pat"
60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63 bzip2 -cdfq "$i" | $grep $opt "$pat"
70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
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
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.rb
    [all...]
bzmore 3 # Bzmore wrapped for bzip2,
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
  /external/curl/
maketgz 175 bzip2="curl-$version.tar.bz2"
176 echo "Generating $bzip2"
177 gzip -dc $targz | bzip2 --best > $bzip2
212 ls -l $targz $bzip2 $zip $xz
215 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $xz"
  /external/freetype/src/bzip2/
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
  /prebuilts/go/darwin-x86/test/bench/go1/
parser_test.go 10 "compress/bzip2"
28 r = bzip2.NewReader(r)
json_test.go 11 "compress/bzip2"
28 r = bzip2.NewReader(r)
  /prebuilts/go/linux-x86/test/bench/go1/
parser_test.go 10 "compress/bzip2"
28 r = bzip2.NewReader(r)
json_test.go 11 "compress/bzip2"
28 r = bzip2.NewReader(r)
  /external/e2fsprogs/tests/f_boundscheck/
script 6 bzip2 -d < $IMAGE > $TMPFILE
  /external/e2fsprogs/tests/f_super_bad_csum/
script 6 bzip2 -d < $IMAGE > $TMPFILE
  /external/e2fsprogs/tests/j_recover_csum2_32bit/
script 6 bzip2 -d < $IMAGE > $TMPFILE
  /external/e2fsprogs/tests/j_recover_csum2_64bit/
script 6 bzip2 -d < $IMAGE > $TMPFILE
  /external/iptables/
release.sh 16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
  /build/make/tools/
mktarball.sh 46 bzip2 -c ${target_tar} > ${target_tarball}
  /external/e2fsprogs/tests/f_detect_junk/
script 8 bzip2 -d < $IMAGE > $TMPFILE
  /external/e2fsprogs/tests/f_detect_xfs/
script 6 bzip2 -d < $IMAGE > $TMPFILE
  /system/core/rootdir/
asan_extract.sh 74 bzip2 -c -d $SRC | tar -x -f - --no-same-owner -C / || exit 1
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 5 // Package bzip2 implements bzip2 decompression.
6 package bzip2 package
10 // There's no RFC for bzip2. I used the Wikipedia page for reference and a lot
11 // of guessing: http://en.wikipedia.org/wiki/Bzip2
15 // A StructuralError is returned when the bzip2 data is found to be
20 return "bzip2 data invalid: " + string(s)
23 // A reader decompresses bzip2 compressed data.
29 setupDone bool // true if we have parsed the bzip2 header.
33 tt []uint32 // mirrors the `tt' array in the bzip2 source and contains the P array in the upper 24 bits
    [all...]
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 5 // Package bzip2 implements bzip2 decompression.
6 package bzip2 package
10 // There's no RFC for bzip2. I used the Wikipedia page for reference and a lot
11 // of guessing: http://en.wikipedia.org/wiki/Bzip2
15 // A StructuralError is returned when the bzip2 data is found to be
20 return "bzip2 data invalid: " + string(s)
23 // A reader decompresses bzip2 compressed data.
29 setupDone bool // true if we have parsed the bzip2 header.
33 tt []uint32 // mirrors the `tt' array in the bzip2 source and contains the P array in the upper 24 bits
    [all...]
  /external/python/cpython2/PCbuild/
get_externals.bat 22 bzip2-*
58 set libraries=%libraries% bzip2-1.0.6
97 echo.and matches wildcard patterns beginning with bzip2-, db-, nasm-, openssl-,
  /external/python/cpython3/PCbuild/
get_externals.bat 22 bzip2-*
55 set libraries=%libraries% bzip2-1.0.6
94 echo.and matches wildcard patterns beginning with bzip2-, db-, nasm-, openssl-,
  /external/freetype/builds/amiga/
smakefile 101 ft2_$(CPU).lib: $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o
102 oml $@ r $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o bzip2.o
266 # freetype library bzip2 support for compressed PCF bitmap fonts
268 bzip2.o: $(CORE)bzip2/ftbzip2.c
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 88 # The build system doesn't support bzip2, and by deleting more stuff,
117 tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"

Completed in 530 milliseconds

1 2 3 4 5