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

/freebsd-13-stable/contrib/sendmail/src/
H A Dstab.c53 register int hfunc; local
64 hfunc = type;
66 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;
69 sm_dprintf("(hfunc=%d) ", hfunc);
71 ps = &SymTab[hfunc];
H A Ddomain.c1075 int hfunc; local
1088 hfunc = seed;
1095 hfunc = ((hfunc << 1) ^ c) % 2003;
1098 hfunc &= 0xff;
1099 hfunc++;
1102 sm_dprintf(" = %d\n", hfunc);
1103 return hfunc;

Completed in 68 milliseconds