Searched defs:count_long (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c98 typedef long long count_long; typedef
187 static count_long checkpoint = CHECK_GAP;
228 static void cl_block(count_long);
237 static void prratio(FILE *, count_long, count_long);
269 static count_long bytes_out; /* length of compressed output */
978 count_long in_count;
983 count_long out_count = 0;
1077 if ((count_long)in_count >=
1078 (count_long)checkpoin
[all...]

Completed in 2500 milliseconds