Home
last modified time | relevance | path

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

/titanic_41/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; in compress()
983 count_long out_count = 0; in compress()
1077 if ((count_long)in_count >= in compress()
1078 (count_long)checkpoint && block_compress) { in compress()
1108 (count_long)in_count, (count_long)out_count, in compress()
[all …]