Searched defs:hash32 (Results 1 – 6 of 6) sorted by relevance
86 u32 hash32(u8 *key, u32 len, u32 seed) { function
281 HashCode hash32 = HashCode.fromInt(32); in testCombineOrdered() local326 HashCode hash32 = HashCode.fromInt(32); in testCombineUnordered() local
40 uint32 hash32; in TEST() member
138 int32_t hash32(int32_t value, uint32_t seed) { in hash32() function
312 pub fn hash32<T: Hash + ?Sized>(v: &T) -> u32 { in hash32() function