Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h42 static constexpr uint32_t MAIN_CONSTANT = 0xE6546B64U; 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.h66 static constexpr uint32_t MAIN_CONSTANT = 0xE6546B64U; 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.cpp1267 Int32(MurmurHash32Const::MAIN_CONSTANT)); in CalcHashcodeForInt()
1276 Int32(MurmurHash32Const::MAIN_CONSTANT)); in CalcHashcodeForInt()

Completed in 6 milliseconds