Searched refs:hashf (Results 1 - 12 of 12) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddthdr.h118 #define HASH(dt,k,d) (d->hashf ? (*d->hashf)(dt,k,d) : dtstrhash(0,k,d->size) )
H A Dcdt.h221 Dthash_f hashf; /* to compute a hash value for objects */ member in struct:_dtdisc_s
/ast/src/lib/libast/include/
H A Dcdt.h125 Dthash_f hashf; /* to compute hash value */ member in struct:_dtdisc_s
133 (dc)->comparf = (cmpf), (dc)->hashf = (hshf), \
318 #define _DTHSH(dt,ky,dc) ((dc)->hashf ? (*(dc)->hashf)((dt), (ky), (dc)) : \
/ast/src/cmd/tests/cdt/
H A Dtstringset.c66 disc.comparf = 0; disc.hashf = 0;
H A Dtvthread.c81 dc->disc.hashf = myhash;
H A Dtrehash.c240 Disc->disc.hashf = NIL(Dthash_f);
H A Dtsafehash.c240 Disc->disc.hashf = NIL(Dthash_f);
H A Dtsafetree.c242 Disc->disc.hashf = NIL(Dthash_f);
H A Dtvsafehash.c135 mmdc->disc.hashf = (Dthash_f)0;
H A Dtvsaferehash.c137 mmdc->disc.hashf = (Dthash_f)0;
H A Dtvsafetree.c134 mmdc->disc.hashf = (Dthash_f)0;
H A Dtvsharemem.c221 Mmdc.disc.hashf = (Dthash_f)0;

Completed in 47 milliseconds