Home
last modified time | relevance | path

Searched defs:SimpleHash (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp231 struct SimpleHash { struct
232 static constexpr uint32_t CACHE_SIZE_SHIFT = 8U;
233 static constexpr uint32_t T_BITS = sizeof(T) * BITS_PER_BYTE;
234 using UnsignedIntType = ark::helpers::TypeHelperT<T_BITS, false>;
235 static constexpr uint32_t SHIFT = T_BITS - CACHE_SIZE_SHIFT;
237 static constexpr UnsignedIntType GetMul() in GetMul()
248 size_t operator()(T number) const in operator ()()