Searched refs:wrapping_mul (Results 1 – 2 of 2) sorted by relevance
165 #define wrapping_mul(type, a, b) \ macro
507 hash = (hash.rotate_left(5) ^ (name[i] as u128)).wrapping_mul(K); in hash_name()