Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 4 of 4) sorted by relevance

/xen/tools/include/xen-tools/
A Dlibs.h17 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/xen/xen/include/xen/
A Dkernel.h43 #define MAX(x,y) ((x) > (y) ? (x) : (y)) macro
/xen/xen/tools/kconfig/lxdialog/
A Ddialog.h44 #define MAX(x,y) (x > y ? x : y) macro
/xen/tools/console/daemon/
A Dio.c53 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro

Completed in 6 milliseconds