Home
last modified time | relevance | path

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

/openbsd/src/sbin/savecore/
Dzopen.c81 typedef long count_int; typedef
107 count_int zs_htab[HSIZE];
118 count_int zs_checkpoint;
180 static void cl_hash(struct s_zstate *, count_int);
261 cl_hash(zs, (count_int)zs->zs_hsize_reg); in zwrite()
298 } else if ((count_int)zs->zs_in_count >= in zwrite()
480 cl_hash(zs, (count_int) zs->zs_hsize); in cl_block()
491 cl_hash(struct s_zstate *zs, count_int cl_hsize) in cl_hash()
493 count_int *htab_p; in cl_hash()
/openbsd/src/usr.bin/compress/
Dzopen.c81 typedef long count_int; typedef
107 count_int zs_htab[HSIZE];
118 count_int zs_checkpoint;
180 static void cl_hash(struct s_zstate *, count_int);
262 cl_hash(zs, (count_int)zs->zs_hsize_reg); in zwrite()
299 } else if ((count_int)zs->zs_in_count >= in zwrite()
690 cl_hash(zs, (count_int) zs->zs_hsize); in cl_block()
701 cl_hash(struct s_zstate *zs, count_int cl_hsize) in cl_hash()
703 count_int *htab_p; in cl_hash()