Searched defs:maj (Results 1 – 4 of 4) sorted by relevance
24 #define XEN_VERSION(maj, min) ((maj) << 16 | (min)) argument
117 #define PSCI_VERSION(maj, min) \ argument
166 static uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj() function
507 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) macro