Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h39 static constexpr uint32_t FINALIZE_SECOND_MULTIPLICATOR = 0xC2BAE35U; member
86 h *= FINALIZE_SECOND_MULTIPLICATOR; in Finalize()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h63 static constexpr uint32_t FINALIZE_SECOND_MULTIPLICATOR = 0xC2BAE35U; member in ark::final
83 h *= FINALIZE_SECOND_MULTIPLICATOR; in Finalize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1283 GateRef hash11 = Int32Mul(hash10, Int32(MurmurHash32Const::FINALIZE_SECOND_MULTIPLICATOR)); in CalcHashcodeForInt()

Completed in 7 milliseconds