Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Doptim.c384 #define XHSIZE 97 /* Size of extra hash table */ macro
385 #define NXMID (XHSIZE*3/4) /* Max extra machines */
391 } xtrahash[XHSIZE];
393 static struct xtrahash *xtab[XHSIZE]; /* F: mid-->machine name */
408 for (xp = &xtrahash[0]; xp < &xtrahash[XHSIZE]; xp++) { in minit()
436 if (midfree >= XHSIZE) { in mstash()
471 h = h % XHSIZE; in xlocate()
473 for (i = 0, q = 0; q < XHSIZE; i++, q = i * i) { in xlocate()
474 xp = &xtrahash[(h + q) % XHSIZE]; in xlocate()
480 h += XHSIZE; in xlocate()
[all …]