Home | History | Annotate | Download | only in src

Lines Matching defs:x2

174     Word16 x1, x2, x3, x4, x5;
178 x2 = x[-1];
183 if (x2 < x1)
186 x1 = x2;
187 x2 = tmp;
205 if (x3 < x2)
207 tmp = x2;
208 x2 = x3;
211 if (x4 < x2)
213 tmp = x2;
214 x2 = x4;
217 if (x5 < x2)
219 x5 = x2;