Searched refs:xorig (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c1023 rtx xorig = x, yorig = y;
1030 if (x != xorig || y != yorig)
1041 if (GET_CODE (xorig) != GET_CODE (yorig))
1022 rtx xorig = x, yorig = y; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc1024 rtx xorig = x, yorig = y;
1031 if (x != xorig || y != yorig)
1042 if (GET_CODE (xorig) != GET_CODE (yorig))
1023 rtx xorig = x, yorig = y; local
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c2812 int xorig[] = { 0,4,0,2,0,1,0 }; local
2818 x = (a->s.img_x - xorig[p] + xspc[p]-1) / xspc[p];
2827 memcpy(final + (j*yspc[p]+yorig[p])*a->s.img_x*out_n + (i*xspc[p]+xorig[p])*out_n,

Completed in 229 milliseconds