Home
last modified time | relevance | path

Searched refs:MAIN_MULTIPLICATOR (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h43 static constexpr uint32_t MAIN_MULTIPLICATOR = 5; member
114 hash = hash * MAIN_MULTIPLICATOR + MAIN_CONSTANT; in MurmurHash3()
175 hash = hash * MAIN_MULTIPLICATOR + MAIN_CONSTANT; in MurmurHash3String()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h67 static constexpr uint32_t MAIN_MULTIPLICATOR = 5; member in ark::final
111 hash = hash * MAIN_MULTIPLICATOR + MAIN_CONSTANT; in MurmurHash3()
172 hash = hash * MAIN_MULTIPLICATOR + MAIN_CONSTANT; in MurmurHash3String()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1266 GateRef hash3 = Int32Add(Int32Mul(hash2, Int32(MurmurHash32Const::MAIN_MULTIPLICATOR)), in CalcHashcodeForInt()
1275 GateRef hash6 = Int32Add(Int32Mul(hash5, Int32(MurmurHash32Const::MAIN_MULTIPLICATOR)), in CalcHashcodeForInt()

Completed in 8 milliseconds