Home
last modified time | relevance | path

Searched refs:bz_stream (Results 1 – 16 of 16) sorted by relevance

/external/bzip2/
Dbzlib.h66 bz_stream; typedef
101 bz_stream* strm,
108 bz_stream* strm,
113 bz_stream* strm
117 bz_stream *strm,
123 bz_stream* strm
127 bz_stream *strm
Dbzlib.c149 ( bz_stream* strm, in BZ_API()
361 Bool handle_compress ( bz_stream* strm ) in handle_compress()
407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API()
468 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API()
493 ( bz_stream* strm, in BZ_API()
808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API()
862 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API()
898 bz_stream strm;
1256 bz_stream strm; in BZ_API()
1307 bz_stream strm; in BZ_API()
Dbzlib_private.h199 bz_stream* strm;
350 bz_stream* strm;
Ddecompress.c111 bz_stream* strm = s->strm; in BZ2_decompress()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bzip2/
Dftbzip2.c106 bz_stream bzstream; /* bzlib input stream */
150 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_init()
194 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_done()
223 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_reset()
247 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_fill_input()
288 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_fill_output()
/external/llvm/test/CodeGen/AArch64/
Daarch64-deferred-spilling.ll34 %struct.DState = type { %struct.bz_stream*, i32, i8, i32, i8, i32, i32, i32, i32, i32, i8, i32, i32…
35 %struct.bz_stream = type { i8*, i32, i32, i32, i8*, i32, i32, i32, i8*, i8* (i8*, i32, i32)*, void …
148 %tmp3 = bitcast %struct.DState* %s to %struct.bz_stream**
149 %.pre424 = load %struct.bz_stream*, %struct.bz_stream** %tmp3, align 8
150 …%avail_in.phi.trans.insert = getelementptr inbounds %struct.bz_stream, %struct.bz_stream* %.pre424…
178 %tmp8 = bitcast %struct.bz_stream* %.pre424 to i8**
196 %sunkaddr500 = ptrtoint %struct.bz_stream* %.pre424 to i64
200 %sunkaddr503 = ptrtoint %struct.bz_stream* %.pre424 to i64
210 %sunkaddr506 = ptrtoint %struct.bz_stream* %.pre424 to i64
242 %tmp15 = bitcast %struct.DState* %s to %struct.bz_stream**
[all …]
/external/valgrind/VEX/switchback/
Dtest_bzip2.c181 bz_stream; typedef
216 bz_stream* strm,
223 bz_stream* strm,
228 bz_stream* strm
232 bz_stream *strm,
238 bz_stream* strm
242 bz_stream *strm
565 bz_stream* strm;
716 bz_stream* strm;
1459 bz_stream* strm = s->strm; in BZ2_decompress()
[all …]
/external/valgrind/memcheck/tests/
Dorigin5-bz2.c197 bz_stream; typedef
232 bz_stream* strm,
239 bz_stream* strm,
244 bz_stream* strm
248 bz_stream *strm,
254 bz_stream* strm
258 bz_stream *strm
581 bz_stream* strm;
732 bz_stream* strm;
1476 bz_stream* strm = s->strm; in BZ2_decompress()
[all …]
Dvarinfo6.c235 bz_stream; typedef
270 bz_stream* strm,
277 bz_stream* strm,
282 bz_stream* strm
286 bz_stream *strm,
292 bz_stream* strm
296 bz_stream *strm
619 bz_stream* strm;
770 bz_stream* strm;
1514 bz_stream* strm = s->strm; in BZ2_decompress()
[all …]
/external/valgrind/perf/
Dbz2.c197 bz_stream; typedef
232 bz_stream* strm,
239 bz_stream* strm,
244 bz_stream* strm
248 bz_stream *strm,
254 bz_stream* strm
258 bz_stream *strm
581 bz_stream* strm;
732 bz_stream* strm;
1474 bz_stream* strm = s->strm; in BZ2_decompress()
[all …]
Dtest_input_for_tinycc.c937 bz_stream; typedef
940 bz_stream* strm,
947 bz_stream* strm,
952 bz_stream* strm
956 bz_stream *strm,
962 bz_stream* strm
966 bz_stream *strm
1009 bz_stream* strm;
1100 bz_stream* strm;
1433 bz_stream* strm = s->strm; in BZ2_decompress()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c204 bz_stream; typedef
239 bz_stream* strm,
246 bz_stream* strm,
251 bz_stream* strm
255 bz_stream *strm,
261 bz_stream* strm
265 bz_stream *strm
588 bz_stream* strm;
739 bz_stream* strm;
1485 bz_stream* strm = s->strm; in BZ2_decompress()
[all …]
/external/elfutils/libdwfl/
Dgzip.c55 # define z_stream bz_stream
/external/ImageMagick/coders/
Dmiff.c397 bz_stream in ReadMIFFImage()
1917 bz_stream in WriteMIFFImage()
/external/zlib/src/contrib/minizip/
Dunzip.c140 bz_stream bstream; /* bzLib stream structure for bziped */
Dzip.c134 bz_stream bstream; /* bzLib stream structure for bziped */