Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c99 typedef long int count_int; typedef
142 static count_int htab [OUTSTACKSIZE];
231 static void cl_hash(count_int);
1023 cl_hash((count_int) hsize_reg); /* clear hash table */ in compress()
1770 cl_hash((count_int) hsize); in cl_block()
1782 cl_hash(count_int hsize) /* reset code table */ in cl_hash()
1784 count_int *htab_p = htab+hsize; in cl_hash()