Searched defs:Y (Results 1 – 6 of 6) sorted by relevance
42 union Y {}; union48 typedef int Y; typedef
463 Y = 200, enumerator
20 #define __AC(X,Y) (X##Y) argument21 #define _AC(X,Y) __AC(X,Y) argument
65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) argument66 #define NX_MAX(X, Y) (((X) > (Y))?(X):(Y)) argument
69 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) argument
115 int Y; member1139 int Y = 1; in draw_io_bars() local1251 int Y = 0; in draw_process_bars() local