Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h38 static constexpr uint32_t FINALIZE_FIRST_MULTIPLICATOR = 0x85EBCA6BU; member
84 h *= FINALIZE_FIRST_MULTIPLICATOR; in Finalize()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h62 static constexpr uint32_t FINALIZE_FIRST_MULTIPLICATOR = 0x85EBCA6BU; member in ark::final
81 h *= FINALIZE_FIRST_MULTIPLICATOR; in Finalize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1281 GateRef hash9 = Int32Mul(hash8, Int32(MurmurHash32Const::FINALIZE_FIRST_MULTIPLICATOR)); in CalcHashcodeForInt()

Completed in 6 milliseconds