Home
last modified time | relevance | path

Searched refs:PRIME_SEED (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dhash.h24 const static uint64_t PRIME_SEED = 33; // 33 is a prime seed member in DistributedDB::Hash
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dhash.cpp25 hash = (hash * PRIME_SEED) + input.at(idx); in HashFunc()

Completed in 1 milliseconds