Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c381 #define XHSIZE 97 /* Size of extra hash table */ macro
382 #define NXMID (XHSIZE*3/4) /* Max extra machines */
388 } xtrahash[XHSIZE];
390 static struct xtrahash *xtab[XHSIZE]; /* F: mid-->machine name */
405 for (xp = &xtrahash[0]; xp < &xtrahash[XHSIZE]; xp++) { in minit()
433 if (midfree >= XHSIZE) { in mstash()
468 h = h % XHSIZE; in xlocate()
470 for (i = 0, q = 0; q < XHSIZE; i++, q = i * i) { in xlocate()
471 xp = &xtrahash[(h + q) % XHSIZE]; in xlocate()
477 h += XHSIZE; in xlocate()
[all …]