| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash_base.h | 37 static uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() 66 static uint32_t GetHash32StringWithSeed(const uint8_t *mutf8_string, uint32_t seed) in GetHash32StringWithSeed()
|
| D | murmur3_hash.h | 37 static uint32_t GetHash32WithSeedImpl(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeedImpl() 49 static uint32_t GetHash32StringWithSeedImpl(const uint8_t *mutf8_string, uint32_t seed) in GetHash32StringWithSeedImpl() 89 static uint32_t MurmurHash3(const uint8_t *key, size_t len, uint32_t seed) in MurmurHash3() 139 static uint32_t MurmurHash3String(const uint8_t *mutf8_string, uint32_t seed) in MurmurHash3String()
|
| D | hash.h | 42 inline uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() 74 inline uint32_t GetHash32StringWithSeed(const uint8_t *mutf8_string, uint32_t seed) in GetHash32StringWithSeed()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | hash_base.h | 36 static uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() 65 static uint32_t GetHash32StringWithSeed(const uint8_t *mutf8String, uint32_t seed) in GetHash32StringWithSeed()
|
| D | murmur3_hash.h | 36 static uint32_t GetHash32WithSeedImpl(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeedImpl() 48 static uint32_t GetHash32StringWithSeedImpl(const uint8_t *mutf8String, uint32_t seed) in GetHash32StringWithSeedImpl() 88 static uint32_t MurmurHash3(const uint8_t *key, size_t len, uint32_t seed) in MurmurHash3() 138 static uint32_t MurmurHash3String(const uint8_t *mutf8String, uint32_t seed) in MurmurHash3String()
|
| D | hash.h | 41 inline uint32_t GetHash32WithSeed(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeed() 73 inline uint32_t GetHash32StringWithSeed(const uint8_t *mutf8String, uint32_t seed) in GetHash32StringWithSeed()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_operand.h | 34 std::size_t seed = 0; in operator() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| D | safe_hole1.js | 24 function test_func8(obj, seed) { argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_number.h | 338 inline void hash_combine(std::size_t &seed, const T &v) in hash_combine()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | value_numbering.cpp | 127 size_t HashCombine(size_t seed, size_t value) in HashCombine()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | lower.h | 256 int64 seed = 0; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 167 std::size_t seed = 0; in operator() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 208 unsigned int seed; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_map_allocator.h | 311 …unsigned seed = static_cast<unsigned>(std::chrono::system_clock::now().time_since_epoch().count()); in RandomGenerateBigAddr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 453 unsigned long seed = 0; in CalculatePriority() local
|