Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c52 static u_int32_t hash2 __P((const void *, size_t));
93 hash2(key, len)
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs906 HV *hash2; in apply_to_ties() local
909 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1)); in apply_to_ties()
910 hv_iterinit(hash2); in apply_to_ties()
913 while ((entry2 = hv_iternext(hash2))) { in apply_to_ties()
917 hash3 = (HV *)SvRV(hv_iterval(hash2, entry2)); in apply_to_ties()
979 HV *hash2; in prune_invalid() local
983 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1)); in prune_invalid()
984 hv_iterinit(hash2); in prune_invalid()
987 while ((entry2 = hv_iternext(hash2))) { in prune_invalid()
992 hash3 = (HV *)SvRV(hv_iterval(hash2, entry2)); in prune_invalid()
[all …]
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dutil.c695 uint_t hash1, hash2; in isdavl_compare() local
700 hash2 = ((Isd_node *)n2)->isd_hash; in isdavl_compare()
702 if (hash1 > hash2) in isdavl_compare()
704 if (hash1 < hash2) in isdavl_compare()
/titanic_41/usr/src/uts/common/io/hme/
H A Dhme_mac.h428 uint_t hash2; /* hash table 2 [47-32] (RW) */ member
H A Dhme.c2605 PUT_MACREG(hash2, hmep->hme_ladrf[2]); in hmeinit()
/titanic_41/usr/src/uts/sun/io/eri/
H A Deri_mac.h704 uint32_t hash2; /* 0x60C8 h-table 2 [47-32] (RW) */ member
H A Deri.c1595 PUT_MACREG(hash2, erip->ladrf[2]); in eri_init_macregs_generic()
2083 PUT_MACREG(hash2, ladrf[2]); in eri_init_rx()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dutil.c279 uint_t hash1, hash2; in pnavl_compare() local
284 hash2 = ((PathNode *)n2)->pn_hash; in pnavl_compare()
286 if (hash1 > hash2) in pnavl_compare()
288 if (hash1 < hash2) in pnavl_compare()