Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ty

2169       int      tx, ty;
2174 ty = MIN(b->used-1, ix);
2175 tx = ix - ty;
2179 tmpy = b->dp + ty;
2182 while (tx++ < a->used && ty-- >= 0) { ... }
2184 iy = MIN(a->used-tx, ty+1);