Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash_base.h36 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()
Dmurmur3_hash.h36 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()
Dhash.h41 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/
Dhash_base.h37 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()
Dmurmur3_hash.h57 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()
Dhash.h42 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/
DgenerateNumber.js16 export function generateNumber(seed) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_operand.h34 std::size_t seed = 0; in operator() local
/arkcompiler/ets_runtime/ecmascript/base/
Dhash_combine.h26 static uint64_t HashCombine(uint64_t seed, uint64_t value) in HashCombine()
/arkcompiler/runtime_core/tests/fuzztest/murmur3_fuzzer/
Dmurmur3_fuzzer.cpp23 const uint32_t seed = 0xCC9E2D51U; in Murmur3FuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/hashbase_fuzzer/
Dhashbase_fuzzer.cpp24 const uint32_t seed = 0xCC9E2D51U; in HashBaseFuzzTest() local
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole1.js24 function test_func8(obj, seed) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_number.h338 inline void hash_combine(std::size_t &seed, const T &v) in hash_combine()
/arkcompiler/runtime_core/libabckit/src/
Dhelpers_common.cpp75 static size_t HashCombine(size_t seed, size_t value) in HashCombine()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h166 int64 seed = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dtypes_def.h164 std::size_t seed = 0; in operator() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmem_range_test.cpp208 unsigned int seed; in TEST() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.h334 …unsigned seed = static_cast<unsigned>(std::chrono::system_clock::now().time_since_epoch().count()); in RandomGenerateBigAddr() local
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Darray.hpp302 std::size_t seed = 0; in operator ()() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h1077 …ng BuildInfoForMtAllocTests(std::tuple<void *, size_t, size_t> allocatedElement, unsigned int seed) in BuildInfoForMtAllocTests()
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js487 function fun4(seed) { argument
492 function fun8(obj, seed) { argument