Lines Matching defs:toi
1487 int toi;
1489 toi = 0;
1497 if (toi != 0 && ((attypes[fromi].at +
1498 gmtoffs[attypes[toi - 1].type]) <=
1499 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1500 : attypes[toi - 2].type]))) {
1501 attypes[toi - 1].type =
1505 if (toi == 0 ||
1506 attypes[toi - 1].type != attypes[fromi].type)
1507 attypes[toi++] = attypes[fromi];
1509 timecnt = toi;