Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h35 static constexpr uint32_t FINALIZE_FIRST_SHIFT = 16; member
83 h ^= h >> FINALIZE_FIRST_SHIFT; in Finalize()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h59 static constexpr uint32_t FINALIZE_FIRST_SHIFT = 16; member in ark::final
80 h ^= h >> FINALIZE_FIRST_SHIFT; in Finalize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1280 GateRef hash8 = Int32Xor(hash7, Int32LSR(hash7, Int32(MurmurHash32Const::FINALIZE_FIRST_SHIFT))); in CalcHashcodeForInt()

Completed in 6 milliseconds