Lines Matching refs:hsize
117 unsigned int hsize; /* size of the hash table */ member
307 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local
325 hsize = htab[bits - 9][0]; in bsd_alloc()
343 db->dict = vmalloc(hsize * sizeof(struct bsd_dict)); in bsd_alloc()
366 db->totlen = sizeof(struct bsd_db) + (sizeof(struct bsd_dict) * hsize); in bsd_alloc()
367 db->hsize = hsize; in bsd_alloc()
403 indx = db->hsize; in bsd_init()
438 if ((unsigned int) idx >= (unsigned int) db->hsize) { in dict_ptr()
531 if (hval >= db->hsize) in bsd_compress()
532 hval -= db->hsize; in bsd_compress()
843 if (hval >= db->hsize) in bsd_decompress()
844 hval -= db->hsize; in bsd_decompress()