Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:startx

88     int startx = (int) floor(xf - 1);
91 int xs0 = rsMax(0, startx + 0);
92 int xs1 = rsMax(0, startx + 1);
93 int xs2 = rsMin(maxx, startx + 2);
94 int xs3 = rsMin(maxx, startx + 3);
123 int startx = (int) floor(xf - 1);
126 int xs0 = rsMax(0, startx + 0);
127 int xs1 = rsMax(0, startx + 1);
128 int xs2 = rsMin(maxx, startx + 2);
129 int xs3 = rsMin(maxx, startx + 3);
158 int startx = (int) floor(xf - 1);
161 int xs0 = rsMax(0, startx + 0);
162 int xs1 = rsMax(0, startx + 1);
163 int xs2 = rsMin(maxx, startx + 2);
164 int xs3 = rsMin(maxx, startx + 3);
239 int startx = (int) floor(xf - 1);
242 int xs0 = rsMax(0, startx + 0);
243 int xs1 = rsMax(0, startx + 1);
244 int xs2 = rsMin(maxx, startx + 2);
245 int xs3 = rsMin(maxx, startx + 3);
262 int startx = (int) floor(xf - 1);
265 int xs0 = rsMax(0, startx + 0);
266 int xs1 = rsMax(0, startx + 1);
267 int xs2 = rsMin(maxx, startx + 2);
268 int xs3 = rsMin(maxx, startx + 3);
285 int startx = (int) floor(xf - 1);
288 int xs0 = rsMax(0, startx + 0);
289 int xs1 = rsMax(0, startx + 1);
290 int xs2 = rsMin(maxx, startx + 2);
291 int xs3 = rsMin(maxx, startx + 3);