Searched defs:SEQ_LT (Results 1 – 4 of 4) sorted by relevance
1 #define SEQ_LT(a,b) (((short)((a)-(b))) < 0) macro
15 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
3 #define SEQ_LT(a,b) ((long)((a)-(b)) < 0) macro
71 #define SEQ_LT(tpcb, seq, operand ) \ macro