| /src/external/public-domain/xz/dist/src/liblzma/lz/ |
| lz_encoder_hash.h | 56 const uint32_t hash_value = read16ne(cur) 59 const uint32_t hash_value \ 66 const uint32_t hash_value \ 74 const uint32_t hash_value = (temp ^ ((uint32_t)(cur[2]) << 8) \ 87 const uint32_t hash_value \ 94 const uint32_t hash_value \ 100 const uint32_t hash_value \
|
| lz_encoder_mf.c | 312 const uint32_t cur_match = mf->hash[FIX_3_HASH_SIZE + hash_value]; 315 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos; 352 = mf->hash[FIX_3_HASH_SIZE + hash_value]; 355 mf->hash[FIX_3_HASH_SIZE + hash_value] = pos; 375 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value]; 379 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos; 431 = mf->hash[FIX_4_HASH_SIZE + hash_value]; 435 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos; 593 const uint32_t cur_match = mf->hash[hash_value]; 594 mf->hash[hash_value] = pos [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Sanitizers.cpp | 55 llvm::hash_code SanitizerMask::hash_value() const { function in class:SanitizerMask 60 llvm::hash_code hash_value(const clang::SanitizerMask &Arg) { function in namespace:clang 61 return Arg.hash_value();
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCRegister.h | 23 friend hash_code hash_value(const MCRegister &); 109 inline hash_code hash_value(const MCRegister &Reg) { function in namespace:llvm 110 return hash_value(Reg.id());
|
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| symtab.h | 35 unsigned int hash_value; variable 87 return ht_lookup_with_hash (ht, id.str, id.len, id.hash_value, opt);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| IRSimilarityIdentifier.h | 174 /// \returns A hash_value of the IRInstructionData. 175 friend hash_code hash_value(const IRInstructionData &ID) { function in struct:llvm::IRSimilarity::IRInstructionData 182 llvm::hash_value(ID.Inst->getOpcode()), 183 llvm::hash_value(ID.Inst->getType()), 184 llvm::hash_value(ID.getPredicate()), 188 llvm::hash_value(ID.Inst->getOpcode()), 189 llvm::hash_value(ID.Inst->getType()), 190 llvm::hash_value(CI->getCalledFunction()->getName().str()), 193 llvm::hash_value(ID.Inst->getOpcode()), 194 llvm::hash_value(ID.Inst->getType()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
| Math.h | 26 friend hash_code hash_value(const Vector &); 99 /// Return a hash_value for the given vector. 100 inline hash_code hash_value(const Vector &V) { 123 friend hash_code hash_value(const Matrix &); 237 inline hash_code hash_value(const Matrix &M) { 267 inline hash_code hash_value(const MDVector<Metadata> &V) { 268 return hash_value(static_cast<const Vector&>(V)); 284 inline hash_code hash_value(const MDMatrix<Metadata> &M) { 285 return hash_value(static_cast<const Matrix&>(M));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Hashing.h | 26 // -- 'hash_value' is a function designed to be overloaded for each 34 // within the implementation of a 'hash_value' routine or similar context. 69 /// using llvm::hash_value; 70 /// llvm::hash_code code = hash_value(x); 93 /// Allow a hash_code to be directly run through hash_value. 94 friend size_t hash_value(const hash_code &code) { return code.value; } function in class:llvm::hash_code 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) 634 std::enable_if_t<is_integral_or_enum<T>::value, hash_code> hash_value(T value) { function in namespace:llvm 641 template <typename T> hash_code hash_value(const T *ptr) { function in namespace:llvm 649 hash_code hash_value(const std::pair<T, U> &arg) { function in namespace:llvm 667 hash_code hash_value(const std::tuple<Ts...> &arg) { function in namespace:llvm 676 hash_code hash_value(const std::basic_string<T> &arg) { function in namespace:llvm [all...] |
| DenseMapInfo.h | 305 return (unsigned)(hash_value(Val)); 333 return (unsigned)(hash_value(Val)); 367 return static_cast<unsigned>(hash_value(Key)); 386 return static_cast<unsigned>(hash_value(Key));
|
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| HeaderSearchOptions.h | 255 inline llvm::hash_code hash_value(const HeaderSearchOptions::Entry &E) { function in namespace:clang 260 hash_value(const HeaderSearchOptions::SystemHeaderPrefix &SHP) { function in namespace:clang
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| WasmTraits.h | 36 uintptr_t H = hash_value(Sig.State);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| DWPStringPool.h | 22 return (unsigned)hash_value(StringRef(Val));
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| symtab.h | 34 unsigned int hash_value; variable
|
| /src/sys/dev/pci/igc/ |
| igc_mac.c | 208 uint32_t hash_value, hash_mask; local 242 * case 0: hash_value = ((0x34 >> 4) | (0x56 << 4)) & 0xFFF = 0x563 243 * case 1: hash_value = ((0x34 >> 3) | (0x56 << 5)) & 0xFFF = 0xAC6 244 * case 2: hash_value = ((0x34 >> 2) | (0x56 << 6)) & 0xFFF = 0x163 245 * case 3: hash_value = ((0x34 >> 0) | (0x56 << 8)) & 0xFFF = 0x634 262 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) | 265 return hash_value; 281 uint32_t hash_value, hash_bit, hash_reg; local 291 hash_value = igc_hash_mc_addr_generic(hw, mc_addr_list); 293 hash_reg = (hash_value >> 5) & (hw->mac.mta_reg_count - 1) [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/ |
| dns_obj_domain_name.c | 40 uint32_t hash_value; // The hash value of the domain name labels. member in struct:dns_obj_domain_name_s 441 me->hash_value = domain_name_labels_compute_hash(my_labels); 446 other->hash_value = domain_name_labels_compute_hash(others_labels); 450 if (me->hash_value != other->hash_value && check_equality_only) { 508 me->hash_value = 0;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Sanitizers.h | 79 llvm::hash_code hash_value() const; 126 llvm::hash_code hash_value(const clang::SanitizerMask &Arg);
|
| DirectoryEntry.h | 53 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { function in class:clang::DirectoryEntryRef 54 return llvm::hash_value(&Ref.getDirEntry()); 205 return hash_value(Val);
|
| FileEntry.h | 99 friend llvm::hash_code hash_value(FileEntryRef Ref) { function in class:clang::FileEntryRef 100 return llvm::hash_value(&Ref.getFileEntry()); 238 return hash_value(Val);
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| MergingTypeTableBuilder.cpp | 114 return insertRecordAs(hash_value(Record), Record); 138 LocallyHashedType WeakHash{hash_value(Record), Record};
|
| TypeHashing.cpp | 29 return {llvm::hash_value(RecordData), RecordData};
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| symtab.cc | 119 else if (node->hash_value == hash 141 else if (node->hash_value == hash 159 node->hash_value = hash; 198 hash = (*p)->hash_value;
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| symtab.cc | 119 else if (node->hash_value == hash 141 else if (node->hash_value == hash 159 node->hash_value = hash; 198 hash = (*p)->hash_value;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| VersionTuple.h | 148 friend llvm::hash_code hash_value(const VersionTuple &VT) { function in class:llvm::VersionTuple
|
| /src/external/bsd/pkg_install/dist/lib/ |
| vulnerabilities-file.c | 227 const char *last_start, *next, *hash_value; local 280 hash_value = (*hash->finish)(ctx); 281 if (strncmp(hash_line, hash_value, strlen(hash_value))) 283 hash_line += strlen(hash_value);
|
| /src/sys/sys/ |
| systm.h | 209 hash_value(&dst, sizeof(dst), &src, sizeof(src)); \ 218 hash_value(&__v, sizeof(__v), &src, sizeof(src)); \ 228 hash_value(&dst, sizeof(dst), &src, sizeof(src)); \ 237 hash_value(&dst, sizeof(dst), &__v, sizeof(__v)); \ 241 void hash_value(void *, size_t, const void *, size_t);
|