Searched refs:mhash (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libkvm/
H A Dkvm_powerpc.c208 uint32_t htaborg, htabmask, mhash; local
228 mhash = (hash >> 10) & htabmask;
231 | ((htaborg & 0x01ff0000) | (mhash << 16));
246 mhash = (hash >> 10) & htabmask;
249 | ((htaborg & 0x01ff0000) | (mhash << 16));
/netbsd-current/sys/arch/arm/gemini/
H A Dif_gmc.c201 uint32_t mhash[2]; local
222 mhash[0] = 0;
223 mhash[1] = 0;
229 mhash[0] = mhash[1] = 0xffffffff;
233 mhash[(i >> 5) & 1] |= 1 << (i & 31);
238 if (sc->sc_gmac_mcast_filter[0] != mhash[0]
239 || sc->sc_gmac_mcast_filter[1] != mhash[1]) {
241 GMAC_MCAST_FILTER0, mhash[0]);
243 GMAC_MCAST_FILTER1, mhash[
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dcatz.c80 /* key in entries is 'mhash', not domain name! */
122 dns_label_t *mhash);
125 dns_label_t *mhash, dns_name_t *name);
1132 dns_label_t mhash; local
1143 dns_name_getlabel(name, name->labels - 1, &mhash);
1146 return (catz_process_zones_entry(catz, value, &mhash));
1150 return (catz_process_zones_suboption(catz, value, &mhash,
1156 catz_process_coo(dns_catz_zone_t *catz, dns_label_t *mhash, argument
1166 REQUIRE(mhash != NULL);
1205 result = isc_ht_find(catz->entries, mhash
1238 catz_process_zones_entry(dns_catz_zone_t *catz, dns_rdataset_t *value, dns_label_t *mhash) argument
1640 catz_process_zones_suboption(dns_catz_zone_t *catz, dns_rdataset_t *value, dns_label_t *mhash, dns_name_t *name) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcatz.c63 /* key in entries is 'mhash', not domain name! */
89 dns_label_t *mhash);
92 dns_label_t *mhash, dns_name_t *name);
913 dns_label_t mhash; local
928 dns_name_getlabel(name, name->labels - 1, &mhash);
931 return (catz_process_zones_entry(zone, value, &mhash));
935 return (catz_process_zones_suboption(zone, value, &mhash,
942 dns_label_t *mhash) {
949 * We only take -first- value, as mhash must be
967 result = isc_ht_find(zone->entries, mhash
941 catz_process_zones_entry(dns_catz_zone_t *zone, dns_rdataset_t *value, dns_label_t *mhash) argument
1324 catz_process_zones_suboption(dns_catz_zone_t *zone, dns_rdataset_t *value, dns_label_t *mhash, dns_name_t *name) argument
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit1912 my %shash = (), %mhash = ();
1914 @mhash{@depmocs} = 1;
1918 print STDOUT "depmocs=[".join(' ', keys %mhash)."]\n" if ($verbose);
1938 if exists $mhash{$mocFile.".moc.$cxxsuffix"};

Completed in 301 milliseconds