Searched refs:sizex (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dalias.c2002 HOST_WIDE_INT offsetx = 0, offsety = 0, sizex, sizey, tem;
2108 sizex = (!MEM_P (rtlx) ? (int) GET_MODE_SIZE (GET_MODE (rtlx))
2118 offsetx += INTVAL (moffsetx), sizex -= INTVAL (moffsetx);
2126 sizex = INTVAL (MEM_SIZE (x));
2134 tem = sizex, sizex = sizey, sizey = tem;
2139 return sizex >= 0 && offsety >= offsetx + sizex;
1999 HOST_WIDE_INT offsetx = 0, offsety = 0, sizex, sizey, tem; local
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h361 vdmline(int startx, int starty, int sizex, int sizey) argument
367 points[2] = sizex;

Completed in 56 milliseconds