Searched refs:hash1 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c51 static u_int32_t hash1 __P((const void *, size_t));
71 hash1(key, len)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c695 uint_t hash1, hash2; local
699 hash1 = ((Isd_node *)n1)->isd_hash;
702 if (hash1 > hash2)
704 if (hash1 < hash2)
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs896 HV *hash1;
900 hash1 = (HV *)SvRV(self);
901 hv_iterinit(hash1);
905 while ((entry1 = hv_iternext(hash1))) {
909 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1));
967 HV *hash1;
973 hash1 = (HV *)SvRV(self);
974 hv_iterinit(hash1);
978 while ((entry1 = hv_iternext(hash1))) {
983 hash2 = (HV *)SvRV(hv_iterval(hash1, entry
[all...]
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h429 uint_t hash1; /* hash table 1 [31-16] (RW) */ member in struct:hme_bmac
H A Dhme.c2604 PUT_MACREG(hash1, hmep->hme_ladrf[1]);
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h703 uint32_t hash1; /* 0x60C4 h-table 1 [31-16] (RW) */ member in struct:bmac
H A Deri.c1594 PUT_MACREG(hash1, erip->ladrf[1]);
2082 PUT_MACREG(hash1, ladrf[1]);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c279 uint_t hash1, hash2; local
283 hash1 = ((PathNode *)n1)->pn_hash;
286 if (hash1 > hash2)
288 if (hash1 < hash2)

Completed in 101 milliseconds