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

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c79 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
191 state->checkpoint = CHECK_GAP;
392 state->checkpoint = state->in_count + CHECK_GAP;
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c193 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
270 checkpoint = CHECK_GAP;
639 checkpoint = in_count + CHECK_GAP;
715 checkpoint = CHECK_GAP;
/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c53 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
189 zs->zs_checkpoint = CHECK_GAP;

Completed in 63 milliseconds