Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2recover.c74 #define BZ_HDR_B 0x42 /* 'B' */ macro
496 bsPutUChar ( bsWr, BZ_HDR_B ); in main()
Dbzlib_private.h108 #define BZ_HDR_B 0x42 /* 'B' */ macro
Dcompress.c624 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
Ddecompress.c198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
/external/valgrind/memcheck/tests/
Dvarinfo6.c528 #define BZ_HDR_B 0x42 /* 'B' */ macro
1601 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4080 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
Dorigin5-bz2.c490 #define BZ_HDR_B 0x42 /* 'B' */ macro
1563 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4042 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
/external/valgrind/perf/
Dbz2.c490 #define BZ_HDR_B 0x42 /* 'B' */ macro
1561 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4040 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c497 #define BZ_HDR_B 0x42 /* 'B' */ macro
1572 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4051 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()