Searched defs:SEQ_LT (Results 1 – 4 of 4) sorted by relevance
22 #define SEQ_LT(a, b) ((int32_t)((a)-(b)) < 0) macro
182 #define SEQ_LT(a, b) ((int16_t)((a) - (b)) < (int16_t)0) macro
64 #define SEQ_LT(a, b) ((int32_t)((a)-(b)) < 0) macro
87 #define SEQ_LT(a, b) ((int32_t)((a)-(b)) < 0) macro