Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:iy

151   int     ix, iy;
155 iy = len - 1;
156 while (ix < iy) {
158 s[ix] = s[iy];
159 s[iy] = t;
161 --iy;
2071 int res, pa, pb, ix, iy;
2108 for (iy = 0; iy < pb; iy++) {
2121 if (ix + iy < digs) {
2170 int iy;
2184 iy = MIN(a->used-tx, ty+1);
2187 for (iz = 0; iz < iy
2253 int res, ix, iy, pa;
2277 /* left hand side of A[ix] * A[iy] */
2283 for (iy = ix + 1; iy < pa; iy++) {
2285 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]);
2319 int res, pa, pb, ix, iy;
2343 /* left hand side of A[ix] * B[iy] */
2352 for (iy = digs - ix; iy < pb; iy++) {