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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A DMore.t103 my %hash1 = ( foo => 23,
112 is_deeply( \%hash1, \%hash2, 'is_deeply with complicated hashes' );
113 ok( eq_hash(\%hash1, \%hash2), 'eq_hash with complicated hashes');
115 %hash1 = ( foo => 23,
124 ok( !eq_hash(\%hash1, \%hash2),
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c686 uint_t hash1, hash2; local
690 hash1 = ((Isd_node *)n1)->isd_hash;
693 if (hash1 > hash2)
695 if (hash1 < hash2)
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs894 HV *hash1;
899 hash1 = (HV *)SvRV(self);
900 hv_iterinit(hash1);
904 while (entry1 = hv_iternext(hash1)) {
908 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...]
/opensolaris-onvv-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]);
/opensolaris-onvv-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]);
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwx.sh407 typeset efp parententry localfile hash1 hash2 hash3 hash4 \
454 while read localfile hash1 hash2 hash3 hash4; do
459 " $hash1 $hash2 $hash3 $hash4$" $pnt_nt)
1843 typeset fp newfp renamed localfile hash1 hash2 hash3 hash4 \
1854 while read localfile hash1 hash2 hash3 hash4; do
1856 newfp=$(fgrep " $hash1 $hash2 $hash3 $hash4"\
2086 read localfile hash1 hash2 hash3 hash4
2088 fgrep " $hash1 $hash2 $hash3 $hash4" \
3666 while read new hash1 hash2 hash3 hash4; do
3668 current=$(grep " $hash1
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c275 uint_t hash1, hash2; local
279 hash1 = ((PathNode *)n1)->pn_hash;
282 if (hash1 > hash2)
284 if (hash1 < hash2)

Completed in 219 milliseconds