Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c33 int hshsize = DEF_HSHSIZE; /* hash table size (prime) */ variable
H A Dm4.c369 hshsize = atoi(&arg[2]); in getflags()
370 if (hshsize <= 0) { in getflags()
371 hshsize = DEF_HSHSIZE; in getflags()
455 hshtab = xcalloc(hshsize, sizeof (struct nlist *)); in initalloc()
514 hshval %= hshsize; in lookup()
H A Dm4.h137 extern int hshsize;
H A Dm4macs.c176 for (i = 0; i < hshsize; i++) in dodump()