Searched defs:SEQ_MAX (Results 1 – 2 of 2) sorted by relevance
48 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b)) macro