Searched defs:Y (Results 1 – 3 of 3) sorted by relevance
59 #define RSI_WHILE_LOOP(X, Y) while ((X++) < (uint32_t)Y) argument67 #define RSI_CHECK_LOOP_COUNTER(X, Y) \ argument
59 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument63 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) argument
162 #define SL_SI91X_WHILE_LOOP(X, Y) while ((X++) < (int32_t)Y) argument163 #define SL_SI91X_CHECK_LOOP_COUNTER(X, Y) \ argument