Searched refs:idelta (Results 1 – 2 of 2) sorted by relevance
213 idelta,delta = getNthPairBounded(N, W, H)214 return active[i+idelta],prevLevel+delta
1460 register int idelta; in timesub() local1467 idelta = tdelta; in timesub()1468 if (idelta == 0) in timesub()1469 idelta = (tdays < 0) ? -1 : 1; in timesub()1471 if (increment_overflow(&newy, idelta)) in timesub()