Searched refs:ix2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ncurses/panel/
H A Dpanel.priv.h146 #define COMPUTE_INTERSECTION(pan1,pan2,ix1,ix2,iy1,iy2)\
148 ix2 = (PENDX(pan1) < PENDX(pan2)) ? PENDX(pan1) : PENDX(pan2);\
151 assert((ix1<=ix2) && (iy1<=iy2))
165 int y, ix1, ix2, iy1, iy2;\
166 COMPUTE_INTERSECTION(pan, pan2, ix1, ix2, iy1, iy2);\
170 CHANGED_RANGE(line, ix1 - PSTARTX(pan2), ix2 - PSTARTX(pan2));\
/freebsd-12-stable/lib/msun/src/
H A Dmath_private.h250 #define EXTRACT_LDBL128_WORDS(ix0,ix1,ix2,d) \
256 (ix2) = ew_u.xbits.manl; \
286 #define INSERT_LDBL128_WORDS(d,ix0,ix1,ix2) \
291 iw_u.xbits.manl = (ix2); \
/freebsd-12-stable/contrib/gcc/
H A Dcfgcleanup.c1832 unsigned max, ix, ix2;
1921 for (ix2 = 0, ev2 = bb; ix2 < EDGE_COUNT (ev2->preds); )
1923 e2 = EDGE_PRED (ev2, ix2);
1924 ix2++;
1825 unsigned max, ix, ix2; local

Completed in 166 milliseconds