Searched refs:CHECK_GAP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c79 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
196 state->checkpoint = CHECK_GAP;
397 state->checkpoint = state->in_count + CHECK_GAP;
/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c191 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
268 checkpoint = CHECK_GAP;
637 checkpoint = in_count + CHECK_GAP;
713 checkpoint = CHECK_GAP;
/freebsd-10.0-release/usr.bin/gzip/
H A Dzuncompress.c51 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
187 zs->zs_checkpoint = CHECK_GAP;

Completed in 121 milliseconds