Searched defs:y (Results 1 – 2 of 2) sorted by relevance
42 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument48 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument51 #define CFAG12864B_CHECK(x, y) (1) argument93 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set()103 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset()116 static unsigned char cfag12864b_isset(unsigned char x, unsigned char y) in cfag12864b_isset()129 static void cfag12864b_not(unsigned char x, unsigned char y) in cfag12864b_not()
53 #define min_t(type, x, y) ({ \ argument