Searched defs:y (Results 1 – 5 of 5) sorted by relevance
37 static inline uint32_t ch(uint32_t x, uint32_t y, uint32_t z) in ch()42 static inline uint32_t maj(uint32_t x, uint32_t y, uint32_t z) in maj()
23 volatile double x = 1212121212, y = 121212; in lbr_test() local
1489 struct table_descr x, y; in test_sgdt_sidt() local
9 #define DAYS(y,m,d) (365UL * (y) + ((y) / 4) - ((y) / 100) + ((y) / 400) + \ argument
107 #define SET_APIC_DELIVERY_MODE(x, y) (((x) & ~0x700) | ((y) << 8)) argument