Home
last modified time | relevance | path

Searched refs:wrapping_mul (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Doverflow.h165 #define wrapping_mul(type, a, b) \ macro
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs507 hash = (hash.rotate_left(5) ^ (name[i] as u128)).wrapping_mul(K); in hash_name()