Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c169 #define CHECK_GAP 10000 /* Ratio check interval */ macro
188 db->checkpoint = CHECK_GAP;
218 db->checkpoint = db->in_count + CHECK_GAP;
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c188 #define CHECK_GAP 10000 /* ratio check interval */ macro
189 static count_long checkpoint = CHECK_GAP;
1005 checkpoint = CHECK_GAP; in compress()
1740 checkpoint = (count_long)in_count + (count_long)CHECK_GAP; in cl_block()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c202 #define CHECK_GAP 10000 /* Ratio check interval */ macro
224 db->checkpoint = CHECK_GAP; in bsd_clear()
257 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()