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

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c224 static int increment_overflow(int * number, int delta);
1925 increment_overflow(number, delta) function
1948 return increment_overflow(tensptr, tensdelta);
2018 if (increment_overflow(&yourtm.tm_year, TM_YEAR_BASE))
2027 if (increment_overflow(&yourtm.tm_year, -1))
2041 if (increment_overflow(&yourtm.tm_year, 1))
2059 if (increment_overflow(&yourtm.tm_year, 1))
2070 if (increment_overflow(&yourtm.tm_year, -TM_YEAR_BASE))
2087 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c154 static int increment_overflow(int * number, int delta);
1491 if (increment_overflow(&newy, idelta))
1520 if (increment_overflow(&y, -1))
1526 if (increment_overflow(&y, 1))
1530 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1605 increment_overflow(number, delta) function
1640 return increment_overflow(tensptr, tensdelta);
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))

Completed in 124 milliseconds