HSIZE
#define HMASK (HSIZE-1)
Node *li_Hash[HSIZE];
count_int zs_htab [HSIZE];
u_short zs_codetab [HSIZE];
hsize = HSIZE; /* For dynamic table sizing. */
scanp = &elm_hash_array[hv % HSIZE];
for (i = 0; i < HSIZE; ++i) {
#define HMASK (HSIZE - 1)
static elm_t *elm_hash_array[HSIZE];
zs->zs_hsize = HSIZE; /* For dynamic table sizing. */
count_int zs_htab [HSIZE];
u_short zs_codetab [HSIZE];
#define hash(h, c) (((((h) >> (H - 8)) | (h) << 8) ^ (c)) & (HSIZE - 1))
if ((cc_htab = (struct cc **) malloc(HSIZE * sizeof *cc_htab)) == NULL)
memset((char *) cc_htab, 0, HSIZE * sizeof *cc_htab);
for (int i = 0; i < HSIZE; i++) {
#define HMASK (HSIZE - 1)
static iphist_t *hist_hash[HSIZE];