| /freebsd-12.1/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder_mf.c | 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() 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 D | lz_encoder_hash.h | 42 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 \ 86 const uint32_t hash_value \
|
| /freebsd-12.1/contrib/bearssl/inc/ |
| H A 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,
|
| H A 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.1/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 27 friend hash_code hash_value(const Vector &); 101 inline hash_code hash_value(const Vector &V) { in hash_value() function 124 friend hash_code hash_value(const Matrix &); 238 inline hash_code hash_value(const Matrix &M) { in hash_value() function 268 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value() function 269 return hash_value(static_cast<const Vector&>(V)); in hash_value() 285 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value() function 286 return hash_value(static_cast<const Matrix&>(M)); in hash_value()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A 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.1/contrib/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 94 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value() function 106 hash_value(T value); 111 template <typename T> hash_code hash_value(const T *ptr); 115 hash_code hash_value(const std::pair<T, U> &arg); 119 hash_code hash_value(const std::basic_string<T> &arg); 374 using ::llvm::hash_value; 375 return hash_value(value); 632 hash_value(T value) { 639 template <typename T> hash_code hash_value(const T *ptr) { 647 hash_code hash_value(const std::pair<T, U> &arg) { [all …]
|
| H A D | DenseMapInfo.h | 225 return (unsigned)(hash_value(Val)); 253 return (unsigned)(hash_value(Val));
|
| H A D | APFloat.h | 386 friend hash_code hash_value(const IEEEFloat &Arg); 565 hash_code hash_value(const IEEEFloat &Arg); 665 friend hash_code hash_value(const DoubleAPFloat &Arg); 668 hash_code hash_value(const DoubleAPFloat &Arg); 1180 friend hash_code hash_value(const APFloat &Arg); 1192 hash_code hash_value(const APFloat &Arg);
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A 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 431 hash_value = e1000_hash_mc_addr_vf(hw, mc_addr_list); in e1000_update_mc_addr_list_vf() 432 DEBUGOUT1("Hash value = 0x%03X\n", hash_value); in e1000_update_mc_addr_list_vf() 433 hash_list[i] = hash_value & 0x0FFF; in e1000_update_mc_addr_list_vf()
|
| H A D | e1000_mac.c | 519 u32 hash_value, hash_mask; in e1000_hash_mc_addr_generic() local 573 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | in e1000_hash_mc_addr_generic() 576 return hash_value; in e1000_hash_mc_addr_generic() 591 u32 hash_value, hash_bit, hash_reg; in e1000_update_mc_addr_list_generic() local 601 hash_value = e1000_hash_mc_addr_generic(hw, mc_addr_list); in e1000_update_mc_addr_list_generic() 603 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1); in e1000_update_mc_addr_list_generic() 604 hash_bit = hash_value & 0x1F; in e1000_update_mc_addr_list_generic()
|
| /freebsd-12.1/contrib/bearssl/src/ec/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A 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.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 214 const uint32_t hash_value = in Find() local 216 const uint32_t bucket_idx = hash_value % bucket_count; in Find() 221 if (curr_hash_value == hash_value) { in Find()
|
| /freebsd-12.1/contrib/gperf/src/ |
| H A 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.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 134 apr_uint32_t hash_value; member 221 apr_uint32_t hash_value = (apr_uint32_t)revision; in hash_func() local 259 hash_value = hash_value * factor * factor in hash_func() 269 hash_value = hash_value * 32 + (hash_value + (unsigned char)path[i]); in hash_func() 271 return hash_value; in hash_func() 284 apr_uint32_t hash_value; in cache_lookup() local 302 bucket_index = hash_value + (hash_value >> 16); in cache_lookup() 311 if ( (result->hash_value != hash_value) in cache_lookup() 339 apr_uint32_t hash_value; in cache_insert() local 347 bucket_index = hash_value + (hash_value >> 16); in cache_insert() [all …]
|
| /freebsd-12.1/contrib/diff/src/ |
| H A D | io.c | 36 typedef size_t hash_value; typedef 37 verify (hash_value_is_unsigned, ! TYPE_SIGNED (hash_value)); 46 hash_value hash; /* Hash of lines in this class. */ 219 hash_value h; in find_and_hash_each_line()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | symtab.h | 31 unsigned int hash_value; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | WasmTraits.h | 37 uintptr_t H = hash_value(Sig.State);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 82 addData(llvm::hash_value(S->getValue())); 87 addData(llvm::hash_value(S->getValue()));
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeHashing.cpp | 30 return {llvm::hash_value(RecordData), RecordData}; in hashType()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/ |
| H A D | LLVM.h | 94 return llvm::hash_value(s);
|