Searched defs:Maj (Results 1 – 3 of 3) sorted by relevance
48 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj() function
26 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj() function
393 #define Maj(x, y, z) (((x | y) & z) | (x & y)) macro