Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dmouse.c29 static int basex, basey, basecode; variable
50 basex = x; in dlg_mouse_setbase()
101 (butPtr->x != (basex + x)) || in dlg_mouse_mkregion()
102 (butPtr->X != (basex + x + width)) || in dlg_mouse_mkregion()
114 butPtr->x = basex + x; in dlg_mouse_mkregion()
115 butPtr->X = basex + x + width; in dlg_mouse_mkregion()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dalias.c2269 rtx basex, basey; in nonoverlapping_memrefs_p() local
2348 basex = MEM_P (rtlx) ? XEXP (rtlx, 0) : rtlx; in nonoverlapping_memrefs_p()
2349 if (GET_CODE (basex) == PLUS && CONST_INT_P (XEXP (basex, 1))) in nonoverlapping_memrefs_p()
2350 offsetx = INTVAL (XEXP (basex, 1)), basex = XEXP (basex, 0); in nonoverlapping_memrefs_p()
2360 if (! rtx_equal_p (basex, basey)) in nonoverlapping_memrefs_p()
2361 return ((CONSTANT_P (basex) && CONSTANT_P (basey)) in nonoverlapping_memrefs_p()
2362 || (CONSTANT_P (basex) && REG_P (basey) in nonoverlapping_memrefs_p()
2364 || (CONSTANT_P (basey) && REG_P (basex) in nonoverlapping_memrefs_p()
2365 && REGNO_PTR_FRAME_P (REGNO (basex)))); in nonoverlapping_memrefs_p()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dalias.c2732 rtx basex, basey; in nonoverlapping_memrefs_p() local
2836 basex = MEM_P (rtlx) ? XEXP (rtlx, 0) : rtlx; in nonoverlapping_memrefs_p()
2837 basex = strip_offset_and_add (basex, &offsetx); in nonoverlapping_memrefs_p()
2847 return ((CONSTANT_P (basex) && CONSTANT_P (basey)) in nonoverlapping_memrefs_p()
2848 || (CONSTANT_P (basex) && REG_P (basey) in nonoverlapping_memrefs_p()
2850 || (CONSTANT_P (basey) && REG_P (basex) in nonoverlapping_memrefs_p()
2851 && REGNO_PTR_FRAME_P (REGNO (basex)))); in nonoverlapping_memrefs_p()