Lines Matching defs:hsize
145 static code_int hsize = HSIZE; /* for dynamic table sizing */
674 hsize = HSIZE;
719 hsize = HSIZE;
721 hsize = min(5003, HSIZE);
723 hsize = min(9001, HSIZE);
725 hsize = min(18013, HSIZE);
727 hsize = min(35023, HSIZE);
729 hsize = min(50021, HSIZE);
930 "internal error: hashtable exceeded - hsize = %ld\n", hsize);
1013 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
1018 hsize_reg = hsize;
1494 for (i = 0; i < hsize; i++) { /* build sort pointers */
1768 cl_hash((count_int) hsize);
1780 cl_hash(count_int hsize) /* reset code table */
1782 count_int *htab_p = htab+hsize;
1786 i = hsize - 16;