Home
last modified time | relevance | path

Searched refs:BZ_HDR_Z (Results 1 – 8 of 8) sorted by relevance

/external/bzip2/
Dbzip2recover.c75 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
497 bsPutUChar ( bsWr, BZ_HDR_Z ); in main()
Dbzlib_private.h109 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
Dcompress.c625 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
Ddecompress.c201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
/external/valgrind/memcheck/tests/
Dvarinfo6.c529 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
1604 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4081 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
Dorigin5-bz2.c491 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
1566 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4043 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
/external/valgrind/perf/
Dbz2.c491 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
1564 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4041 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c498 #define BZ_HDR_Z 0x5a /* 'Z' */ macro
1575 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4052 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()