Searched defs:Maj (Results 1 – 4 of 4) sorted by relevance
50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) macro
30 static uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function
57 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function
240 static uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj() function