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

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c77 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
189 state->checkpoint = CHECK_GAP;
390 state->checkpoint = state->in_count + CHECK_GAP;
/freebsd-current/usr.bin/compress/
H A Dzopen.c188 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
265 checkpoint = CHECK_GAP;
634 checkpoint = in_count + CHECK_GAP;
710 checkpoint = CHECK_GAP;
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c52 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
188 zs->zs_checkpoint = CHECK_GAP;

Completed in 99 milliseconds