Searched refs:increment_overflow (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c187 static int increment_overflow P((int * number, int delta));
1460 if (increment_overflow(&newy, idelta))
1489 if (increment_overflow(&y, -1))
1495 if (increment_overflow(&y, 1))
1499 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1580 increment_overflow(number, delta) function
1625 return increment_overflow(tensptr, tensdelta);
1738 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))

Completed in 113 milliseconds