Searched refs:HASH_SEED (Results 1 – 1 of 1) sorted by relevance
31 const uint32_t HASH_SEED = 131; variable39 hashValue = hashValue * HASH_SEED + (*hashKey++); in MapHash()