Searched refs:sofd (Results 1 – 1 of 1) sorted by relevance
1114 int sofd = hour * SECONDS_PER_HOUR + in plusSeconds() local1116 … int newSofd = ((int) (secondstoAdd % SECONDS_PER_DAY) + sofd + SECONDS_PER_DAY) % SECONDS_PER_DAY; in plusSeconds()1117 if (sofd == newSofd) { in plusSeconds()