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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c695 uint_t hash1, hash2; local
700 hash2 = ((Isd_node *)n2)->isd_hash;
702 if (hash1 > hash2)
704 if (hash1 < hash2)
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h428 uint_t hash2; /* hash table 2 [47-32] (RW) */ member in struct:hme_bmac
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c279 uint_t hash1, hash2; local
284 hash2 = ((PathNode *)n2)->pn_hash;
286 if (hash1 > hash2)
288 if (hash1 < hash2)
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h704 uint32_t hash2; /* 0x60C8 h-table 2 [47-32] (RW) */ member in struct:bmac

Completed in 62 milliseconds