Searched defs:hfunc (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.h58 int (*hfunc)(void *, int, int); member in struct:cache_t
67 int (*hfunc)(void *, int, int), int (*cfunc)(void *, void *, int));
/osnet-11/usr/src/cmd/sendmail/src/
H A Dstab.c51 register int hfunc; local
62 hfunc = type;
64 hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE;
67 sm_dprintf("(hfunc=%d) ", hfunc);
69 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 17 milliseconds