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

/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c82 typedef long count_int; typedef
109 count_int zs_htab [HSIZE];
120 count_int zs_checkpoint;
203 static void cl_hash(struct s_zstate *, count_int);
283 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */
315 } else if ((count_int)in_count >=
653 cl_hash(zs, (count_int) hsize);
663 cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */
665 count_int *htab_p;
/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c73 typedef long count_int; typedef
96 count_int zs_htab [HSIZE];
107 count_int zs_checkpoint;

Completed in 88 milliseconds