OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BZ_N_ITERS
(Results
1 - 2
of
2
) sorted by null
/external/bzip2/
bzlib_private.h
123
#define
BZ_N_ITERS
4
compress.c
320
Iterate up to
BZ_N_ITERS
times to improve the tables.
322
for (iter = 0; iter <
BZ_N_ITERS
; iter++) {
Completed in 128 milliseconds