Searched refs:hash_value (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dgnu_hash.c143 get_hash_index(unsigned int *hash_tbl, unsigned int hash_value, argument
148 idx = hash_value % hash_size;
149 inc = 1 + (hash_value % (hash_size - 2));
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_mac.h86 void e1000_mta_set_generic(struct e1000_hw *hw, u32 hash_value);
H A Digb_mac.c427 * @hash_value: determines the MTA register and bit to set
430 * The hash_value is used to determine what register the bit is in, the
435 e1000_mta_set_generic(struct e1000_hw *hw, u32 hash_value) argument
443 * set bit BitArray[hash_value]. So we figure out what register
450 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1);
451 hash_bit = hash_value & 0x1F;
474 u32 hash_value, hash_bit, hash_reg; local
484 hash_value = e1000_hash_mc_addr_generic(hw, mc_addr_list);
486 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1);
487 hash_bit = hash_value
511 u32 hash_value, hash_mask; local
[all...]
H A Digb_api.h63 void e1000_mta_set(struct e1000_hw *hw, u32 hash_value);
H A Digb_api.c620 * @hash_value: Multicast hash value.
626 e1000_mta_set(struct e1000_hw *hw, u32 hash_value) argument
629 hw->mac.ops.mta_set(hw, hash_value);
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_mac.c500 * @hash_value: determines the MTA register and bit to set
503 * The hash_value is used to determine what register the bit is in, the
508 e1000_mta_set_generic(struct e1000_hw *hw, u32 hash_value) argument
516 * BitArray[hash_value]. So we figure out what register the bit is in,
523 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1);
524 hash_bit = hash_value & 0x1F;
547 u32 hash_value, hash_bit, hash_reg; local
557 hash_value = e1000_hash_mc_addr_generic(hw, mc_addr_list);
559 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1);
560 hash_bit = hash_value
584 u32 hash_value, hash_mask; local
[all...]
H A De1000_mac.h86 void e1000_mta_set_generic(struct e1000_hw *hw, u32 hash_value);
H A De1000_82543.c61 static void e1000_mta_set_82543(struct e1000_hw *hw, u32 hash_value);
1501 * @hash_value: determines the MTA register and bit to set
1504 * The hash_value is used to determine what register the bit is in, the
1509 e1000_mta_set_82543(struct e1000_hw *hw, u32 hash_value) argument
1515 hash_reg = (hash_value >> 5);
1524 hash_bit = hash_value & 0x1F;
1534 e1000_mta_set_generic(hw, hash_value);
H A De1000_api.h63 void e1000_mta_set(struct e1000_hw *hw, u32 hash_value);
H A De1000_api.c756 * @hash_value: Multicast hash value.
762 e1000_mta_set(struct e1000_hw *hw, u32 hash_value) argument
765 hw->mac.ops.mta_set(hw, hash_value);
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1103 uint32_t idx, hash_value, hash_size; local
1152 hash_value = get_hashid(mchunk + p->d_msg[MSGID][i].offset,
1154 idx = get_hash_index(d_hash, hash_value, hash_size);
1283 * for the specified hash_value.
1286 get_hash_index(uint32_t *hash_tbl, uint32_t hash_value, uint32_t hash_size) argument
1290 idx = hash_value % hash_size;
1291 inc = 1 + (hash_value % (hash_size - 2));
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c1305 long hash_value; local
1336 hash_value =
1340 if (0 == *(hash_table + hash_value)) {
1341 *(hash_table + hash_value) = 1;
1343 *(hash_table + hash_value) = 2;
1366 hash_value =
1370 if (0 == *(hash_table + hash_value)) {
1371 *(hash_table + hash_value) = 1;
1373 *(hash_table + hash_value) = 2;
1457 hash_value
[all...]
H A Dgeniconvtbl.c713 itm_size_t hash_value; local
736 hash_value = hash((const char *)(q), source_len,
738 p = map_hash + (pair_size * hash_value);
739 if (1 == *(map_error + hash_value)) {
748 hash_value));
749 } else if (0 == *(map_error + hash_value)) {
750 TRACE_MESSAGE('G', ("(h=%d): No Pair\n", hash_value));
752 } else /* if (0 < *(map_error + hash_value)) */ {
784 hash_value));
797 hash_value));
[all...]

Completed in 121 milliseconds