Searched refs:hash1 (Results 1 – 8 of 8) sorted by relevance
51 static u_int32_t hash1 __P((const void *, size_t));71 hash1(key, len)
896 HV *hash1; in apply_to_ties() local900 hash1 = (HV *)SvRV(self); in apply_to_ties()901 hv_iterinit(hash1); in apply_to_ties()905 while ((entry1 = hv_iternext(hash1))) { in apply_to_ties()909 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1)); in apply_to_ties()967 HV *hash1; in prune_invalid() local973 hash1 = (HV *)SvRV(self); in prune_invalid()974 hv_iterinit(hash1); in prune_invalid()978 while ((entry1 = hv_iternext(hash1))) { in prune_invalid()983 hash2 = (HV *)SvRV(hv_iterval(hash1, entry1)); in prune_invalid()[all …]
695 uint_t hash1, hash2; in isdavl_compare() local699 hash1 = ((Isd_node *)n1)->isd_hash; in isdavl_compare()702 if (hash1 > hash2) in isdavl_compare()704 if (hash1 < hash2) in isdavl_compare()
429 uint_t hash1; /* hash table 1 [31-16] (RW) */ member
2604 PUT_MACREG(hash1, hmep->hme_ladrf[1]); in hmeinit()
703 uint32_t hash1; /* 0x60C4 h-table 1 [31-16] (RW) */ member
1594 PUT_MACREG(hash1, erip->ladrf[1]); in eri_init_macregs_generic()2082 PUT_MACREG(hash1, ladrf[1]); in eri_init_rx()
279 uint_t hash1, hash2; in pnavl_compare() local283 hash1 = ((PathNode *)n1)->pn_hash; in pnavl_compare()286 if (hash1 > hash2) in pnavl_compare()288 if (hash1 < hash2) in pnavl_compare()