Home
last modified time | relevance | path

Searched refs:HASH_SEED (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_map.c31 const uint32_t HASH_SEED = 131; variable
39 hashValue = hashValue * HASH_SEED + (*hashKey++); in MapHash()