Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2recover.c76 #define BZ_HDR_h 0x68 /* 'h' */ macro
498 bsPutUChar ( bsWr, BZ_HDR_h ); in main()
Dbzlib_private.h110 #define BZ_HDR_h 0x68 /* 'h' */ macro
Dcompress.c626 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
Ddecompress.c204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
/external/valgrind/memcheck/tests/
Dvarinfo6.c530 #define BZ_HDR_h 0x68 /* 'h' */ macro
1607 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4082 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
Dorigin5-bz2.c492 #define BZ_HDR_h 0x68 /* 'h' */ macro
1569 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4044 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
/external/valgrind/perf/
Dbz2.c492 #define BZ_HDR_h 0x68 /* 'h' */ macro
1567 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4042 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c499 #define BZ_HDR_h 0x68 /* 'h' */ macro
1578 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()
4053 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()