Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h46 uint32_t hashSeed = static_cast<uint32_t>(LINEAR_SEED + std::time(nullptr)); in ComputeHash() local
Decma_string.h264 static bool HashIntegerString(const T *data, size_t size, uint32_t *hash, uint32_t hashSeed) in HashIntegerString()
657 static uint32_t ComputeHashForData(const T *data, size_t size, uint32_t hashSeed) in ComputeHashForData()