Home
last modified time | relevance | path

Searched refs:hash_value (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c315 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos; in lzma_mf_hc3_find()
352 = mf->hash[FIX_3_HASH_SIZE + hash_value]; in lzma_mf_hc3_skip()
355 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos; in lzma_mf_hc3_skip()
379 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos; in lzma_mf_hc4_find()
431 = mf->hash[FIX_4_HASH_SIZE + hash_value]; in lzma_mf_hc4_skip()
594 mf->hash[hash_value] = pos; in lzma_mf_bt2_find()
609 mf->hash[hash_value] = pos; in lzma_mf_bt2_skip()
630 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos; in lzma_mf_bt3_find()
661 = mf->hash[FIX_3_HASH_SIZE + hash_value]; in lzma_mf_bt3_skip()
688 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos; in lzma_mf_bt4_find()
[all …]
H A Dlz_encoder_hash.h42 const uint32_t hash_value = read16ne(cur)
45 const uint32_t hash_value \
52 const uint32_t hash_value \
60 const uint32_t hash_value = (temp ^ ((uint32_t)(cur[2]) << 8) \
73 const uint32_t hash_value \
86 const uint32_t hash_value \
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_vf.c359 u32 hash_value, hash_mask; in e1000_hash_mc_addr_vf() local
374 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in e1000_hash_mc_addr_vf()
377 return hash_value; in e1000_hash_mc_addr_vf()
405 u32 hash_value; in e1000_update_mc_addr_list_vf() local
430 hash_value = e1000_hash_mc_addr_vf(hw, mc_addr_list); in e1000_update_mc_addr_list_vf()
431 DEBUGOUT1("Hash value = 0x%03X\n", hash_value); in e1000_update_mc_addr_list_vf()
432 hash_list[i] = hash_value & 0x0FFF; in e1000_update_mc_addr_list_vf()
H A De1000_mac.c524 u32 hash_value, hash_mask; in e1000_hash_mc_addr_generic() local
578 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in e1000_hash_mc_addr_generic()
581 return hash_value; in e1000_hash_mc_addr_generic()
596 u32 hash_value, hash_bit, hash_reg; in e1000_update_mc_addr_list_generic() local
606 hash_value = e1000_hash_mc_addr_generic(hw, mc_addr_list); in e1000_update_mc_addr_list_generic()
608 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1); in e1000_update_mc_addr_list_generic()
609 hash_bit = hash_value & 0x1F; in e1000_update_mc_addr_list_generic()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dsymtab.c122 else if (node->hash_value == hash in ht_lookup_with_hash()
144 else if (node->hash_value == hash in ht_lookup_with_hash()
162 node->hash_value = hash; in ht_lookup_with_hash()
201 hash = (*p)->hash_value; in ht_expand()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dsymtab.c119 else if (node->hash_value == hash in ht_lookup_with_hash()
141 else if (node->hash_value == hash in ht_lookup_with_hash()
159 node->hash_value = hash; in ht_lookup_with_hash()
198 hash = (*p)->hash_value; in ht_expand()
/dragonfly/contrib/diffutils/src/
H A Dio.c34 typedef size_t hash_value; typedef
35 verify (! TYPE_SIGNED (hash_value));
44 hash_value hash; /* Hash of lines in this class. */
247 hash_value h = 0; in find_and_hash_each_line()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dsymtab.h35 unsigned int hash_value; member
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dsymtab.h34 unsigned int hash_value; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenautomata.c3497 set_el_t hash_value; in reserv_sets_hash_value() local
3502 hash_value = 0; in reserv_sets_hash_value()
3517 return hash_value; in reserv_sets_hash_value()
3804 unsigned int hash_value; in state_hash() local
3811 hash_value = 0; in state_hash()
3815 hash_value = (((hash_value >> (sizeof (unsigned) - 1) * CHAR_BIT) in state_hash()
3819 hash_value = (((hash_value >> (sizeof (unsigned) - 1) * CHAR_BIT) in state_hash()
3822 return hash_value; in state_hash()
4156 hash_value = 0; in automata_list_hash()
4160 hash_value = (((hash_value >> (sizeof (unsigned) - 1) * CHAR_BIT) in automata_list_hash()
[all …]
H A Dtree.h1557 (IDENTIFIER_NODE_CHECK (NODE)->identifier.id.hash_value)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenautomata.c3489 set_el_t hash_value; in reserv_sets_hash_value() local
3494 hash_value = 0; in reserv_sets_hash_value()
3509 return hash_value; in reserv_sets_hash_value()
3796 unsigned int hash_value; in state_hash() local
3803 hash_value = 0; in state_hash()
3807 hash_value = (((hash_value >> (sizeof (unsigned) - 1) * CHAR_BIT) in state_hash()
3811 hash_value = (((hash_value >> (sizeof (unsigned) - 1) * CHAR_BIT) in state_hash()
3814 return hash_value; in state_hash()
4148 hash_value = 0; in automata_list_hash()
4152 hash_value = (((hash_value >> (sizeof (unsigned) - 1) * CHAR_BIT) in automata_list_hash()
[all …]
H A Dtree.h1057 (IDENTIFIER_NODE_CHECK (NODE)->identifier.id.hash_value)
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dvtable-class-hierarchy.c734 uint32_t hash_value = vtv_string_hash (IDENTIFIER_POINTER in build_key_buffer_arg() local
743 *value_ptr = hash_value; in build_key_buffer_arg()
/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.h337 hash_value() const in hash_value() function
359 { return key.hash_value(); } in operator()
H A Doutput.h3021 hash_value() const in hash_value() function
3044 { return msp.hash_value(); } in operator()
H A Daarch64.cc1227 hash_value() const in hash_value() function in __anon04877c550111::Reloc_stub::Key
1246 { return k.hash_value(); } in operator ()()
H A Darm.cc572 hash_value() const in hash_value() function in __anon392c4a0c0111::Reloc_stub::Key
588 { return k.hash_value(); } in operator ()()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.h338 hash_value() const in hash_value() function
360 { return key.hash_value(); } in operator()
H A Doutput.h3021 hash_value() const in hash_value() function
3044 { return msp.hash_value(); } in operator()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_path.h525 size_t hash_value(const path& __p) noexcept; in _GLIBCXX_VISIBILITY()