Searched refs:increment_overflow (Results 1 – 1 of 1) sorted by relevance
189 static int increment_overflow(int * number, int delta);1658 if (increment_overflow(&newy, idelta))1687 if (increment_overflow(&y, -1))1693 if (increment_overflow(&y, 1))1697 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))1769 increment_overflow(number, delta) in increment_overflow() function1801 return increment_overflow(tensptr, tensdelta); in normalize_overflow()1913 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()