OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BZ_G_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/bzip2/
bzlib_private.h
122
#define
BZ_G_SIZE
50
125
#define BZ_MAX_SELECTORS (2 + (900000 /
BZ_G_SIZE
))
compress.c
349
ge = gs +
BZ_G_SIZE
- 1;
457
nSelectors <= (2 + (900000 /
BZ_G_SIZE
)),
550
ge = gs +
BZ_G_SIZE
- 1;
decompress.c
80
groupPos =
BZ_G_SIZE
; \
Completed in 26 milliseconds