Home
last modified time | relevance | path

Searched refs:basex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/dialog/
Dmouse.c29 static int basex, basey, basecode; variable
50 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()
/freebsd-12-stable/contrib/gcc/
Dalias.c1997 rtx basex, basey; in nonoverlapping_memrefs_p() local
2086 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()
DChangeLog-199810755 * Makefile.in (CCCP): Use a configuration variable to select basex
/freebsd-12-stable/contrib/cortex-strings/scripts/
Dplot.py108 pylab.semilogx(basex=2)