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

/illumos-gate/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));
/illumos-gate/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.c613 int hfunc; local
626 hfunc = seed;
633 hfunc = ((hfunc << 1) ^ c) % 2003;
636 hfunc &= 0xff;
637 hfunc++;
640 sm_dprintf(" = %d\n", hfunc);
641 return hfunc;
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h53 int (*hfunc)(void *, int, int); member in struct:cache_t
64 int (*hfunc)(void *, int, int),

Completed in 81 milliseconds