SEQ_GE
#define SEQ_GE(a, b) ((int16_t)((a) - (b)) >= (int16_t)0)
#define SEQ_GE(a,b) ((int)((a) - (b)) >= 0)