Searched refs:basex (Results 1 – 4 of 4) sorted by relevance
29 static int basex, basey, basecode; variable50 basex = x; in dlg_mouse_setbase()100 butPtr->x = basex + x; in dlg_mouse_mkregion()101 butPtr->X = basex + x + width; in dlg_mouse_mkregion()
1997 rtx basex, basey; in nonoverlapping_memrefs_p() local2086 basex = MEM_P (rtlx) ? XEXP (rtlx, 0) : rtlx; in nonoverlapping_memrefs_p()2087 if (GET_CODE (basex) == PLUS && GET_CODE (XEXP (basex, 1)) == CONST_INT) in nonoverlapping_memrefs_p()2088 offsetx = INTVAL (XEXP (basex, 1)), basex = XEXP (basex, 0); in nonoverlapping_memrefs_p()2098 if (! rtx_equal_p (basex, basey)) in nonoverlapping_memrefs_p()2099 return ((CONSTANT_P (basex) && CONSTANT_P (basey)) in nonoverlapping_memrefs_p()2100 || (CONSTANT_P (basex) && REG_P (basey) in nonoverlapping_memrefs_p()2102 || (CONSTANT_P (basey) && REG_P (basex) in nonoverlapping_memrefs_p()2103 && REGNO_PTR_FRAME_P (REGNO (basex)))); in nonoverlapping_memrefs_p()
10755 * Makefile.in (CCCP): Use a configuration variable to select basex
108 pylab.semilogx(basex=2)