Searched refs:sizex (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | alias.c | 1999 HOST_WIDE_INT offsetx = 0, offsety = 0, sizex, sizey, tem; in nonoverlapping_memrefs_p() local 2105 sizex = (!MEM_P (rtlx) ? (int) GET_MODE_SIZE (GET_MODE (rtlx)) in nonoverlapping_memrefs_p() 2115 offsetx += INTVAL (moffsetx), sizex -= INTVAL (moffsetx); in nonoverlapping_memrefs_p() 2123 sizex = INTVAL (MEM_SIZE (x)); in nonoverlapping_memrefs_p() 2131 tem = sizex, sizex = sizey, sizey = tem; in nonoverlapping_memrefs_p() 2136 return sizex >= 0 && offsety >= offsetx + sizex; in nonoverlapping_memrefs_p()
|
| /freebsd-11-stable/contrib/groff/src/devices/grolbp/ |
| HD | lbp.h | 361 vdmline(int startx, int starty, int sizex, int sizey) in vdmline() argument 367 points[2] = sizex; in vdmline()
|
| /freebsd-11-stable/sys/dev/atkbdc/ |
| HD | psm.c | 330 int sizex; member 1888 { ABS_X, 0, sc->elanhw.sizex, 1896 { ABS_MT_POSITION_X, 0, sc->elanhw.sizex, 7112 sc->synhw.maximumXCoord = sc->elanhw.sizex; 7136 sc->syninfo.max_x = sc->elanhw.sizex; 7178 sc->syninfo.softbutton2_x = sc->elanhw.sizex * 11 / 25; 7179 sc->syninfo.softbutton3_x = sc->elanhw.sizex * 14 / 25; 7291 elanhw.sizex = fw_sizes[i][1]; 7298 elanhw.sizex = 10000; /* Arbitrary high values to */ 7307 elanhw.sizex = (elanhw.ntracesx - xtr) * elanhw.dptracex; [all …]
|