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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dstab.c49 register int hfunc; local
60 hfunc = type;
62 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;
65 sm_dprintf("(hfunc=%d) ", hfunc);
67 ps = &SymTab[hfunc];
H A Ddomain.c592 int hfunc; local
605 hfunc = seed;
612 hfunc = ((hfunc << 1) ^ c) % 2003;
615 hfunc &= 0xff;
616 hfunc++;
619 sm_dprintf(" = %d\n", hfunc);
620 return hfunc;

Completed in 29 milliseconds