Home
last modified time | relevance | path

Searched defs:Y__ (Results 1 – 3 of 3) sorted by relevance

/dports/databases/iowow/iowow-1.4.13/src/
H A Dbasedefs.h47 #define IW_MAX(X__, Y__) ({ __typeof__(X__) x = (X__); __typeof__(Y__) y = (Y__); x < y ? y : x; }) argument
48 #define IW_MIN(X__, Y__) ({ __typeof__(X__) x = (X__); __typeof__(Y__) y = (Y__); x < y ? x : y; }) argument
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dstd1.c1016 void Y__(int nArgs) in Y__() function
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dclient.h620 #define MIN(X__,Y__) ( (X__)<(Y__)?(X__):(Y__) ) argument