Searched refs:sizey (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | alias.c | 2272 HOST_WIDE_INT offsetx = 0, offsety = 0, sizex, sizey, tem; in nonoverlapping_memrefs_p() local 2374 sizey = (!MEM_P (rtly) ? (int) GET_MODE_SIZE (GET_MODE (rtly)) in nonoverlapping_memrefs_p() 2383 offsety += moffsety, sizey -= moffsety; in nonoverlapping_memrefs_p() 2391 sizey = MEM_SIZE (y); in nonoverlapping_memrefs_p() 2397 tem = sizex, sizex = sizey, sizey = tem; in nonoverlapping_memrefs_p()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | alias.c | 2735 poly_int64 offsetx = 0, offsety = 0, sizex, sizey; in nonoverlapping_memrefs_p() local 2864 sizey = (!MEM_P (rtly) ? poly_int64 (GET_MODE_SIZE (GET_MODE (rtly))) in nonoverlapping_memrefs_p() 2873 offsety += moffsety, sizey -= moffsety; in nonoverlapping_memrefs_p() 2881 sizey = MEM_SIZE (y); in nonoverlapping_memrefs_p() 2883 return !ranges_maybe_overlap_p (offsetx, sizex, offsety, sizey); in nonoverlapping_memrefs_p()
|
| /dragonfly/sys/dev/misc/psm/ |
| HD | psm.c | 349 int sizey; member 1943 { ABS_Y, 0, sc->elanhw.sizey, 1951 { ABS_MT_POSITION_Y, 0, sc->elanhw.sizey, 7203 sc->synhw.maximumYCoord = sc->elanhw.sizey; 7227 sc->syninfo.max_y = sc->elanhw.sizey; 7267 sc->syninfo.softbuttons_y = sc->elanhw.sizey / 4; 7382 elanhw.sizey = fw_sizes[i][2]; 7389 elanhw.sizey = 10000; /* prevent clipping in smoother */ 7398 elanhw.sizey = (elanhw.ntracesy - xtr) * elanhw.dptracey; 7402 elanhw.sizey = (resp[0] & 0xf0) << 4 | resp[2]; [all …]
|