Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h37 static constexpr uint32_t FINALIZE_THIRD_SHIFT = 16; member
87 h ^= h >> FINALIZE_THIRD_SHIFT; in Finalize()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h61 static constexpr uint32_t FINALIZE_THIRD_SHIFT = 16; member in ark::final
84 h ^= h >> FINALIZE_THIRD_SHIFT; in Finalize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1284 GateRef hash12 = Int32Xor(hash11, Int32LSR(hash11, Int32(MurmurHash32Const::FINALIZE_THIRD_SHIFT))); in CalcHashcodeForInt()

Completed in 7 milliseconds