OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BZ_HDR_0
(Results
1 - 5
of
5
) sorted by null
/external/bzip2/
bzip2recover.c
77
#define
BZ_HDR_0
0x30 /* '0' */
499
bsPutUChar ( bsWr,
BZ_HDR_0
+ 9 );
bzlib_private.h
111
#define
BZ_HDR_0
0x30 /* '0' */
decompress.c
207
if (s->blockSize100k < (
BZ_HDR_0
+ 1) ||
208
s->blockSize100k > (
BZ_HDR_0
+ 9)) RETURN(BZ_DATA_ERROR_MAGIC);
209
s->blockSize100k -=
BZ_HDR_0
;
compress.c
627
bsPutUChar ( s, (UChar)(
BZ_HDR_0
+ s->blockSize100k) );
bzlib.c
[
all
...]
Completed in 32 milliseconds