OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BZ_HDR_B
(Results
1 - 9
of
9
) sorted by null
/external/bzip2/
bzip2recover.c
74
#define
BZ_HDR_B
0x42 /* 'B' */
496
bsPutUChar ( bsWr,
BZ_HDR_B
);
bzlib_private.h
108
#define
BZ_HDR_B
0x42 /* 'B' */
compress.c
624
bsPutUChar ( s,
BZ_HDR_B
);
decompress.c
198
if (uc !=
BZ_HDR_B
) RETURN(BZ_DATA_ERROR_MAGIC);
/external/valgrind/VEX/switchback/
test_bzip2.c
474
#define
BZ_HDR_B
0x42 /* 'B' */
[
all
...]
/external/valgrind/exp-sgcheck/tests/
hackedbz2.c
497
#define
BZ_HDR_B
0x42 /* 'B' */
[
all
...]
/external/valgrind/memcheck/tests/
origin5-bz2.c
490
#define
BZ_HDR_B
0x42 /* 'B' */
[
all
...]
varinfo6.c
528
#define
BZ_HDR_B
0x42 /* 'B' */
[
all
...]
/external/valgrind/perf/
bz2.c
490
#define
BZ_HDR_B
0x42 /* 'B' */
[
all
...]
Completed in 2124 milliseconds