Searched defs:hash (Results 1 - 20 of 20) sorted by relevance

/gem5/src/base/filters/
H A Dbulk_bloom_filter.cc55 Bulk::hash(Addr addr, int hash_number) const function in class:BloomFilter::Bulk
H A Dblock_bloom_filter.cc82 Block::hash(Addr addr) const function in class:BloomFilter::Block
H A Dh3_bloom_filter.cc375 H3::hash(Addr addr, int hash_number) const function in class:BloomFilter::H3
H A Dmulti_bit_sel_bloom_filter.cc76 MultiBitSel::hash(Addr addr, int hash_number) const function in class:BloomFilter::MultiBitSel
/gem5/src/cpu/simple/probes/
H A Dsimpoint.hh66 struct hash<BasicBlockRange> struct in namespace:std
/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.cc62 SkewedAssociative::hash(const Addr addr) const function in class:SkewedAssociative
[all...]
/gem5/src/arch/power/
H A Dtypes.hh94 struct hash<PowerISA::ExtMachInst> : public hash<uint32_t> { struct in namespace:std
/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp49 struct hash<TplCtorClass> { size_t operator()(const TplCtorClass &) const { return 0; } }; struct in namespace:std
H A Dtest_operator_overloading.cpp60 struct hash<Vector2> { struct in namespace:std
/gem5/src/mem/cache/prefetch/
H A Dbop.cc113 BOPPrefetcher::hash(Addr addr, unsigned int way) const function in class:BOPPrefetcher
/gem5/src/sim/
H A Dfutex_map.hh68 struct hash<FutexKey> struct in namespace:std
72 size_t hash = 65521; local
/gem5/src/base/
H A Dbitunion.hh409 struct hash<BitUnionType<T> > : public hash<BitUnionBaseType<T> > struct in namespace:std
H A Dcp_annotate.hh132 struct hash<std::pair<std::string, uint64_t> > struct in namespace:std
/gem5/src/cpu/o3/
H A Dmem_dep_unit.hh58 unsigned hash = (((a >> 14) ^ ((a >> 2) & 0xffff))) & 0x7FFFFFFF; local
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.h69 hash_fn_t hash; member in class:sc_core::sc_phash_base
/gem5/src/cpu/
H A Dreg_class.hh357 struct hash<RegId> struct in namespace:std
/gem5/src/arch/x86/
H A Dtypes.hh357 struct hash<X86ISA::ExtMachInst> { struct in namespace:std
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh87 static inline unsigned int hash(unsigned int key, unsigned int i) function in class:MultiperspectivePerceptron::MPPBranchInfo
497 static unsigned int hash(const std::vector<unsigned int> &ghist_words, function in class:MultiperspectivePerceptron::GHIST
948 static unsigned int hash( function in class:MultiperspectivePerceptron::RECENCYPOS
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h441 inline ssize_t hash(handle obj) { function
/gem5/src/arch/hsail/
H A DBrig_new.hpp1580 uint8_t hash[64]; member in struct:BrigModuleHeader

Completed in 59 milliseconds