Searched defs:SEQ_GT (Results 1 – 5 of 5) sorted by relevance
24 #define SEQ_GT(a, b) ((int32_t)((a)-(b)) > 0) macro
181 #define SEQ_GT(a, b) ((int16_t)((a) - (b)) > (int16_t)0) macro
66 #define SEQ_GT(a, b) ((int32_t)((a)-(b)) > 0) macro
1882 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0) macro
89 #define SEQ_GT(a, b) ((int32_t)((a)-(b)) > 0) macro