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

/freebsd-10.1-release/usr.bin/compress/
H A Dzopen.c80 typedef long count_int; typedef
107 count_int zs_htab [HSIZE];
118 count_int zs_checkpoint;
201 static void cl_hash(struct s_zstate *, count_int);
281 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */
313 } else if ((count_int)in_count >=
651 cl_hash(zs, (count_int) hsize);
661 cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */
663 count_int *htab_p;
/freebsd-10.1-release/usr.bin/gzip/
H A Dzuncompress.c71 typedef long count_int; typedef
94 count_int zs_htab [HSIZE];
105 count_int zs_checkpoint;

Completed in 107 milliseconds