Searched refs:hash_mult (Results 1 – 2 of 2) sorted by relevance
100 const unsigned int hash_mult = 2654435387U; in hash_str() local104 h = (h + (unsigned int) *str++) * hash_mult; in hash_str()
715 const __u64 hash_mult = 1125899906842597ULL; /* a big enough prime */ local719 hash = (hash + (__u64) *str++) * hash_mult;