Home
last modified time | relevance | path

Searched refs:LINEAR_X (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h41 static constexpr const uint32_t LINEAR_X = 1103515245U; member in panda::ecmascript::JSSymbol
57 uint32_t hash = hashSeed * LINEAR_X + LINEAR_Y; in ComputeHash()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_header.h44 constexpr const uint32_t LINEAR_X = 1103515245U; member
113 nVal = exVal * object_header_traits::LINEAR_X + object_header_traits::LINEAR_Y; in GenerateHashCode()

Completed in 1 milliseconds