Lines Matching refs:hash
42 /** One code in hash table */
55 int tabsize; ///< Number of values in hash table
74 * @return New hash value
76 static inline int hash(int head, const int add)
86 * Hash function calculates next hash value
87 * @param head Actual hash code
89 * @return New hash value
100 * Hash function calculates hash offset
101 * @param head Actual hash code
133 int h = hash(FFMAX(hash_prefix, 0), c);
179 h = hash(0, i);
247 code= hash(0, c);