Searched refs:count_int (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/compress/
H A Dzopen.c77 typedef long count_int; typedef
104 count_int zs_htab [HSIZE];
115 count_int zs_checkpoint;
198 static void cl_hash(struct s_zstate *, count_int);
278 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */
310 } else if ((count_int)in_count >=
648 cl_hash(zs, (count_int) hsize);
658 cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */
660 count_int *htab_p;
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c72 typedef long count_int; typedef
95 count_int zs_htab [HSIZE];
106 count_int zs_checkpoint;

Completed in 127 milliseconds