Searched refs:HIGH_LIMIT (Results 1 – 1 of 1) sorted by relevance
3300 #define HIGH_LIMIT(cond) ((cond) != 0) macro3301 #define HIGH_COUNT(cond) (HIGH_LIMIT (cond) + 1)3303 for (w[n].high = 0; w[n].high <= HIGH_LIMIT(cond); w[n].high++)