Lines Matching defs:salt
2117 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len)
2119 unsigned long a, x = 0, y = (unsigned long)salt;
2138 u64 hashlen_string(const void *salt, const char *name)
2140 unsigned long a = 0, x = 0, y = (unsigned long)salt;
2166 static inline u64 hash_name(const void *salt, const char *name)
2168 unsigned long a = 0, b, x = 0, y = (unsigned long)salt;
2194 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len)
2196 unsigned long hash = init_name_hash(salt);
2204 u64 hashlen_string(const void *salt, const char *name)
2206 unsigned long hash = init_name_hash(salt);
2223 static inline u64 hash_name(const void *salt, const char *name)
2225 unsigned long hash = init_name_hash(salt);