| /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/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 | 57 static uint32_t GetHash32WithSeedImpl(const uint8_t *key, size_t len, uint32_t seed) in GetHash32WithSeedImpl() 69 static uint32_t GetHash32StringWithSeedImpl(const uint8_t *mutf8_string, uint32_t seed) in GetHash32StringWithSeedImpl() 91 static uint32_t MurmurHash3(const uint8_t *key, size_t len, uint32_t seed) in MurmurHash3() 141 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/plugins/ets/tests/benchmarks/interop_js/type_conversion_primitives/bu_d2d/ |
| D | generateNumber.js | 16 export function generateNumber(seed) { argument
|
| /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_runtime/ecmascript/base/ |
| D | hash_combine.h | 26 static uint64_t HashCombine(uint64_t seed, uint64_t value) in HashCombine()
|
| /arkcompiler/runtime_core/tests/fuzztest/murmur3_fuzzer/ |
| D | murmur3_fuzzer.cpp | 23 const uint32_t seed = 0xCC9E2D51U; in Murmur3FuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/hashbase_fuzzer/ |
| D | hashbase_fuzzer.cpp | 24 const uint32_t seed = 0xCC9E2D51U; in HashBaseFuzzTest() 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/runtime_core/libabckit/src/ |
| D | helpers_common.cpp | 75 static 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 | 166 int64 seed = 0; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 164 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 | 334 …unsigned seed = static_cast<unsigned>(std::chrono::system_clock::now().time_since_epoch().count()); in RandomGenerateBigAddr() local
|
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | array.hpp | 302 std::size_t seed = 0; in operator ()() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | allocator_test_base.h | 1077 …ng BuildInfoForMtAllocTests(std::tuple<void *, size_t, size_t> allocatedElement, unsigned int seed) in BuildInfoForMtAllocTests()
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 487 function fun4(seed) { argument 492 function fun8(obj, seed) { argument
|