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.cpp229 struct SimpleHash { struct
230 static constexpr uint32_t CACHE_SIZE_SHIFT = 8U;
231 static constexpr uint32_t T_BITS = sizeof(T) * BITS_PER_BYTE;
232 using UnsignedIntType = ark::helpers::TypeHelperT<T_BITS, false>;
233 static constexpr uint32_t SHIFT = T_BITS - CACHE_SIZE_SHIFT;
235 static constexpr UnsignedIntType GetMul() in GetMul()
246 size_t operator()(T number) const in operator ()()