Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dstab.c57 register int hfunc; local
68 hfunc = type;
76 hfunc = ((hfunc << 1) ^ ((*cstr) & 0377)) % STABSIZE;
83 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) %
88 sm_dprintf("(hfunc=%d) ", hfunc);
90 ps = &SymTab[hfunc];
H A Ddomain.c1443 int hfunc; local
1456 hfunc = seed;
1463 hfunc = ((hfunc << 1) ^ c) % 2003;
1466 hfunc &= 0xff;
1467 hfunc++;
1470 sm_dprintf(" = %d\n", hfunc);
1471 return hfunc;