| /freebsd-12-stable/contrib/xz/src/liblzma/lz/ |
| D | lz_encoder_mf.c | 312 const uint32_t cur_match = mf->hash[FIX_3_HASH_SIZE + hash_value]; in lzma_mf_hc3_find() 315 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() 375 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value]; in lzma_mf_hc4_find() 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() 435 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos; in lzma_mf_hc4_skip() 593 const uint32_t cur_match = mf->hash[hash_value]; in lzma_mf_bt2_find() 594 mf->hash[hash_value] = pos; in lzma_mf_bt2_find() [all …]
|
| D | lz_encoder_hash.h | 42 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 \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | IRSimilarityIdentifier.h | 175 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() function 182 llvm::hash_value(ID.Inst->getOpcode()), in hash_value() 183 llvm::hash_value(ID.Inst->getType()), in hash_value() 184 llvm::hash_value(ID.getPredicate()), in hash_value() 188 llvm::hash_value(ID.Inst->getOpcode()), in hash_value() 189 llvm::hash_value(ID.Inst->getType()), in hash_value() 190 llvm::hash_value(CI->getCalledFunction()->getName().str()), in hash_value() 193 llvm::hash_value(ID.Inst->getOpcode()), in hash_value() 194 llvm::hash_value(ID.Inst->getType()), in hash_value() 221 using llvm::hash_value; in getHashValue() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | Hashing.h | 94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() function 105 std::enable_if_t<is_integral_or_enum<T>::value, hash_code> hash_value(T value); 110 template <typename T> hash_code hash_value(const T *ptr); 114 hash_code hash_value(const std::pair<T, U> &arg); 118 hash_code hash_value(const std::tuple<Ts...> &arg); 122 hash_code hash_value(const std::basic_string<T> &arg); 377 using ::llvm::hash_value; 378 return hash_value(value); 634 std::enable_if_t<is_integral_or_enum<T>::value, hash_code> hash_value(T value) { 641 template <typename T> hash_code hash_value(const T *ptr) { [all …]
|
| /freebsd-12-stable/contrib/bearssl/inc/ |
| D | bearssl_ec.h | 685 const br_hash_class *hf, const void *hash_value, 727 const br_hash_class *hf, const void *hash_value, 743 const br_hash_class *hf, const void *hash_value, 793 const br_hash_class *hf, const void *hash_value, 809 const br_hash_class *hf, const void *hash_value,
|
| D | bearssl_rsa.h | 482 const unsigned char *hash_value, size_t salt_len, 654 const unsigned char *hash_value, size_t salt_len, 755 const unsigned char *hash_value, size_t salt_len, 880 const unsigned char *hash_value, size_t salt_len, 1045 const unsigned char *hash_value, size_t salt_len,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| D | Math.h | 26 friend hash_code hash_value(const Vector &); 100 inline hash_code hash_value(const Vector &V) { in hash_value() function 123 friend hash_code hash_value(const Matrix &); 237 inline hash_code hash_value(const Matrix &M) { in hash_value() function 267 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() function 268 return hash_value(static_cast<const Vector&>(V)); in hash_value() 284 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value() function 285 return hash_value(static_cast<const Matrix&>(M)); in hash_value()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | dag_cache.c | 220 apr_uint32_t hash_value; member 313 apr_uint32_t hash_value = (apr_uint32_t)(apr_uint64_t)change_set; in cache_lookup() local 343 hash_value = hash_value * factor * factor in cache_lookup() 353 hash_value = hash_value * 32 + (hash_value + (apr_byte_t)path->data[i]); in cache_lookup() 355 bucket_index = hash_value + (hash_value >> 16); in cache_lookup() 364 if ( (result->hash_value != hash_value) in cache_lookup() 369 result->hash_value = hash_value; in cache_lookup()
|
| /freebsd-12-stable/sys/dev/e1000/ |
| D | e1000_vf.c | 360 u32 hash_value, hash_mask; in e1000_hash_mc_addr_vf() local 375 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in e1000_hash_mc_addr_vf() 378 return hash_value; in e1000_hash_mc_addr_vf() 406 u32 hash_value; in e1000_update_mc_addr_list_vf() local 432 hash_value = e1000_hash_mc_addr_vf(hw, mc_addr_list); in e1000_update_mc_addr_list_vf() 433 DEBUGOUT1("Hash value = 0x%03X\n", hash_value); in e1000_update_mc_addr_list_vf() 434 hash_list[i] = hash_value & 0x0FFF; in e1000_update_mc_addr_list_vf()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCRegister.h | 24 friend hash_code hash_value(const MCRegister &); 110 inline hash_code hash_value(const MCRegister &Reg) { 111 return hash_value(Reg.id());
|
| /freebsd-12-stable/contrib/bearssl/src/ec/ |
| D | ecdsa_i15_sign_asn1.c | 32 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i15_sign_asn1() argument 38 sig_len = br_ecdsa_i15_sign_raw(impl, hf, hash_value, sk, rsig); in br_ecdsa_i15_sign_asn1()
|
| D | ecdsa_i31_sign_asn1.c | 32 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i31_sign_asn1() argument 38 sig_len = br_ecdsa_i31_sign_raw(impl, hf, hash_value, sk, rsig); in br_ecdsa_i31_sign_asn1()
|
| D | ecdsa_i31_sign_raw.c | 34 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i31_sign_raw() argument 104 br_ecdsa_i31_bits2int(m, hash_value, hash_len, n[0]); in br_ecdsa_i31_sign_raw()
|
| D | ecdsa_i15_sign_raw.c | 34 const br_hash_class *hf, const void *hash_value, in br_ecdsa_i15_sign_raw() argument 105 br_ecdsa_i15_bits2int(m, hash_value, hash_len, n[0]); in br_ecdsa_i15_sign_raw()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | Sanitizers.cpp | 56 llvm::hash_code SanitizerMask::hash_value() const { in hash_value() function in SanitizerMask 68 llvm::hash_code hash_value(const clang::SanitizerMask &Arg) { in hash_value() function 69 return Arg.hash_value(); in hash_value()
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | symtab.c | 119 if (node->hash_value == hash in ht_lookup_with_hash() 142 if (node->hash_value == hash in ht_lookup_with_hash() 162 node->hash_value = hash; in ht_lookup_with_hash() 195 hash = (*p)->hash_value; in ht_expand()
|
| /freebsd-12-stable/sys/dev/igc/ |
| D | igc_mac.c | 305 u32 hash_value, hash_mask; in igc_hash_mc_addr_generic() local 359 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in igc_hash_mc_addr_generic() 362 return hash_value; in igc_hash_mc_addr_generic() 377 u32 hash_value, hash_bit, hash_reg; in igc_update_mc_addr_list_generic() local 387 hash_value = igc_hash_mc_addr_generic(hw, mc_addr_list); in igc_update_mc_addr_list_generic() 389 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1); in igc_update_mc_addr_list_generic() 390 hash_bit = hash_value & 0x1F; in igc_update_mc_addr_list_generic()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DirectoryEntry.h | 53 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value() function 54 return llvm::hash_value(&Ref.getDirEntry()); in hash_value() 205 return hash_value(Val);
|
| D | FileEntry.h | 99 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value() function 100 return llvm::hash_value(&Ref.getFileEntry()); in hash_value() 238 return hash_value(Val);
|
| D | Sanitizers.h | 73 llvm::hash_code hash_value() const; 120 llvm::hash_code hash_value(const clang::SanitizerMask &Arg);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | MappedHash.h | 211 const uint32_t hash_value = in Find() local 213 const uint32_t bucket_idx = hash_value % bucket_count; in Find() 218 if (curr_hash_value == hash_value) { in Find()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | WasmTraits.h | 36 uintptr_t H = hash_value(Sig.State); 75 unsigned Hash = hash_value(Limits.Flags);
|
| /freebsd-12-stable/contrib/gperf/src/ |
| D | output.cc | 1252 int hash_value; /* Hash value for this particular duplicate set. */ in output_lookup_array() member 1270 int hash_value = temp->first()->_hash_value; in output_lookup_array() local 1271 lookup_array[hash_value] = temp->first()->_final_index; in output_lookup_array() 1278 dup_ptr->hash_value = hash_value; in output_lookup_array() 1303 dup_ptr->hash_value, dup_ptr->index, dup_ptr->count); in output_lookup_array() 1308 for (i = dup_ptr->hash_value; i < lookup_array_size-1; i++) in output_lookup_array() 1313 for (i = dup_ptr->hash_value-1; i >= 0; i--) in output_lookup_array() 1323 assert (lookup_array[dup_ptr->hash_value] == dup_ptr->index); in output_lookup_array() 1324 lookup_array[dup_ptr->hash_value] = - 1 - _total_keys - i; in output_lookup_array()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | HeaderSearchOptions.h | 255 inline llvm::hash_code hash_value(const HeaderSearchOptions::Entry &E) { in hash_value() function 260 hash_value(const HeaderSearchOptions::SystemHeaderPrefix &SHP) { in hash_value() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | MergingTypeTableBuilder.cpp | 114 return insertRecordAs(hash_value(Record), Record); in insertRecordBytes() 138 LocallyHashedType WeakHash{hash_value(Record), Record}; in replaceType()
|