Home
last modified time | relevance | path

Searched defs:y (Results 1 – 2 of 2) sorted by relevance

/samples/auxdisplay/
Dcfag12864b-example.c42 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument
48 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument
51 #define CFAG12864B_CHECK(x, y) (1) argument
93 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()
/samples/mic/mpssd/
Dmpssd.c53 #define min_t(type, x, y) ({ \ argument