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

12

/freebsd-9.3-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h42 const uint32_t hash_value = *(const uint16_t *)(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 \
80 const uint32_t hash_value \
86 const uint32_t hash_value \
H A Dlz_encoder_mf.c313 const uint32_t cur_match = mf->hash[FIX_3_HASH_SIZE + hash_value];
316 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos;
354 = mf->hash[FIX_3_HASH_SIZE + hash_value];
357 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos;
377 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value];
381 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos;
434 = mf->hash[FIX_4_HASH_SIZE + hash_value];
438 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos;
600 const uint32_t cur_match = mf->hash[hash_value];
601 mf->hash[hash_value]
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.c49 uint32_t hash_value);
428 uint32_t hash_value; local
471 hash_value = ixgb_hash_mc_addr(hw,
475 DEBUGOUT1(" Hash value = 0x%03X\n", hash_value);
477 ixgb_mta_set(hw, hash_value);
498 uint32_t hash_value = 0; local
511 hash_value = ((mc_addr[4] >> 4) | (((uint16_t) mc_addr[5]) << 4));
514 hash_value = ((mc_addr[4] >> 3) | (((uint16_t) mc_addr[5]) << 5));
517 hash_value = ((mc_addr[4] >> 2) | (((uint16_t) mc_addr[5]) << 6));
520 hash_value
540 ixgb_mta_set(struct ixgb_hw *hw, uint32_t hash_value) argument
[all...]
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_vf.c356 u32 hash_value, hash_mask; local
371 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
374 return hash_value;
402 u32 hash_value; local
427 hash_value = e1000_hash_mc_addr_vf(hw, mc_addr_list);
428 DEBUGOUT1("Hash value = 0x%03X\n", hash_value);
429 hash_list[i] = hash_value & 0x0FFF;
H A De1000_mac.c510 u32 hash_value, hash_mask; local
544 * case 0: hash_value = ((0x34 >> 4) | (0x56 << 4)) & 0xFFF = 0x563
545 * case 1: hash_value = ((0x34 >> 3) | (0x56 << 5)) & 0xFFF = 0xAC6
546 * case 2: hash_value = ((0x34 >> 2) | (0x56 << 6)) & 0xFFF = 0x163
547 * case 3: hash_value = ((0x34 >> 0) | (0x56 << 8)) & 0xFFF = 0x634
564 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
567 return hash_value;
582 u32 hash_value, hash_bit, hash_reg; local
592 hash_value = e1000_hash_mc_addr_generic(hw, mc_addr_list);
594 hash_reg = (hash_value >>
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dsymtab.h31 unsigned int hash_value; local
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsymtab.c119 if (node->hash_value == hash
142 if (node->hash_value == hash
162 node->hash_value = hash;
195 hash = (*p)->hash_value;
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h55 friend hash_code hash_value(const KeyTy &Key) { function in struct:llvm::DenseMapAPIntKeyInfo::KeyTy
62 return static_cast<unsigned>(hash_value(Key));
79 friend hash_code hash_value(const KeyTy &Key) { function in struct:llvm::DenseMapAPFloatKeyInfo::KeyTy
90 return static_cast<unsigned>(hash_value(Key));
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h27 // -- 'hash_value' is a function designed to be overloaded for each
35 // within the implementation of a 'hash_value' routine or similar context.
76 /// using llvm::hash_value;
77 /// llvm::hash_code code = hash_value(x);
100 /// \brief Allow a hash_code to be directly run through hash_value.
101 friend size_t hash_value(const hash_code &code) { return code.value; } function in class:llvm::hash_code
112 typename enable_if<is_integral_or_enum<T>, hash_code>::type hash_value(T value);
117 template <typename T> hash_code hash_value(const T *ptr);
121 hash_code hash_value(const std::pair<T, U> &arg);
125 hash_code hash_value(cons
738 hash_value(T value) { function in namespace:llvm
744 template <typename T> hash_code hash_value(const T *ptr) { function in namespace:llvm
752 hash_code hash_value(const std::pair<T, U> &arg) { function in namespace:llvm
759 hash_code hash_value(const std::basic_string<T> &arg) { function in namespace:llvm
[all...]
H A DAPFloat.h424 friend hash_code hash_value(const APFloat &Arg);
577 hash_code hash_value(const APFloat &Arg);
H A DStringRef.h551 hash_code hash_value(StringRef S);
H A DAPInt.h565 friend hash_code hash_value(const APInt &Arg);
1861 hash_code hash_value(const APInt &Arg);
/freebsd-9.3-release/contrib/gperf/src/
H A Doutput.cc1252 int hash_value; /* Hash value for this particular duplicate set. */ member in struct:duplicate_entry
1270 int hash_value = temp->first()->_hash_value; local
1271 lookup_array[hash_value] = temp->first()->_final_index;
1278 dup_ptr->hash_value = hash_value;
1301 "dup_ptr[%td]: hash_value = %d, index = %d, count = %d\n",
1303 dup_ptr->hash_value, dup_ptr->index, dup_ptr->count);
1308 for (i = dup_ptr->hash_value; i < lookup_array_size-1; i++)
1313 for (i = dup_ptr->hash_value-1; i >= 0; i--)
1323 assert (lookup_array[dup_ptr->hash_value]
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Dio.c37 typedef size_t hash_value;
38 verify (hash_value_is_unsigned, ! TYPE_SIGNED (hash_value));
47 hash_value hash; /* Hash of lines in this class. */
223 hash_value h;
36 typedef size_t hash_value; typedef
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h519 /// \brief MachineOperand hash_value overload.
524 friend hash_code hash_value(const MachineOperand &MO);
697 hash_code hash_value(const MachineOperand &MO);
/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c3370 set_el_t hash_value;
3375 hash_value = 0;
3382 hash_value += ((*reserv_ptr >> i)
3390 return hash_value;
3394 result += (unsigned) hash_value;
3395 hash_value >>= (sizeof (unsigned) - 1) * CHAR_BIT;
3679 unsigned int hash_value;
3683 hash_value = reserv_sets_hash_value (((state_t) state)->reservs);
3686 hash_value = 0;
3690 hash_value
3355 set_el_t hash_value; local
3664 unsigned int hash_value; local
4009 unsigned int hash_value; local
[all...]
H A Dprotoize.c928 int hash_value = 0;
933 hash_value += *search_symbol_char_p++;
934 hash_value &= hash_mask;
935 p = &hash_tab_p[hash_value];
920 int hash_value = 0; local
H A Dtree.h1353 (IDENTIFIER_NODE_CHECK (NODE)->identifier.id.hash_value)
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DStringRef.cpp484 hash_code llvm::hash_value(StringRef S) {
H A DAPFloat.cpp2814 hash_code llvm::hash_value(const APFloat &Arg) {
H A DAPInt.cpp663 hash_code llvm::hash_value(const APInt &Arg) {
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp50 friend hash_code hash_value(const TableGenStringKey &Value) { function in class:llvm::TableGenStringKey
51 using llvm::hash_value;
52 return hash_value(Value.str());
69 using llvm::hash_value;
70 return hash_value(Val);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp98 friend hash_code hash_value(const Expression &Value) { function in struct:__anon2633::Expression
149 using llvm::hash_value;
150 return static_cast<unsigned>(hash_value(e));
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp168 /// operand. Note that this should stay in sync with the hash_value overload
213 hash_code llvm::hash_value(const MachineOperand &MO) { function in class:llvm
1822 HashComponents.push_back(hash_value(MO));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1738 using llvm::hash_value;
1744 hash_code code = hash_value(getClangFullRepositoryVersion());

Completed in 294 milliseconds

12