Searched refs:increment_overflow (Results 1 – 1 of 1) sorted by relevance
188 static int increment_overflow(int * number, int delta);1672 if (increment_overflow(&newy, idelta))1701 if (increment_overflow(&y, -1))1707 if (increment_overflow(&y, 1))1711 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))1786 increment_overflow(number, delta) in increment_overflow() function1821 return increment_overflow(tensptr, tensdelta);1937 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))