Searched refs:basex (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dmouse.c29 static int basex, basey, basecode; variable
50 basex = x;
100 butPtr->x = basex + x;
101 butPtr->X = basex + x + width;
/freebsd-11-stable/contrib/gcc/
H A Dalias.c2000 rtx basex, basey;
2089 basex = MEM_P (rtlx) ? XEXP (rtlx, 0) : rtlx;
2090 if (GET_CODE (basex) == PLUS && GET_CODE (XEXP (basex, 1)) == CONST_INT)
2091 offsetx = INTVAL (XEXP (basex, 1)), basex = XEXP (basex, 0);
2101 if (! rtx_equal_p (basex, basey))
2102 return ((CONSTANT_P (basex) && CONSTANT_P (basey))
2103 || (CONSTANT_P (basex)
1997 rtx basex, basey; local
[all...]

Completed in 31 milliseconds