Home | History | Annotate | Download | only in opcodes

Lines Matching defs:max

43 #undef  max
44 #define max(a,b) ((a) > (b) ? (a) : (b))