Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dtzdst.h43 #define SECSPERMIN 60 macro
49 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
H A Dzdump.c109 #ifndef SECSPERMIN
110 #define SECSPERMIN 60 macro
111 #endif /* !defined SECSPERMIN */
118 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
788 result *= SECSPERMIN; in delta()
H A Dlocaltime.c736 *secsp += num * SECSPERMIN; in getsecs()
739 /* `SECSPERMIN' allows for leap seconds. */ in getsecs()
740 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()
1529 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()
1534 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
1691 SECSPERMIN)) in time2sub()
1735 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
1746 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
1749 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
H A Dzic.c1101 ss < 0 || ss > SECSPERMIN) { in gethms()
1115 sign * (mm * SECSPERMIN + ss)); in gethms()
2003 seconds = offset % SECSPERMIN; in stringoffset()
2004 offset /= SECSPERMIN; in stringoffset()
2075 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2192 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
H A Dzdump.c115 #ifndef SECSPERMIN
116 #define SECSPERMIN 60 macro
117 #endif /* !defined SECSPERMIN */
124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
794 result *= SECSPERMIN; in delta()
H A Dlocaltime.c734 *secsp += num * SECSPERMIN; in getsecs()
737 /* `SECSPERMIN' allows for leap seconds. */ in getsecs()
738 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()
1527 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()
1532 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
1689 SECSPERMIN)) in time2sub()
1733 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
1747 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
H A Dzic.c1100 ss < 0 || ss > SECSPERMIN) { in gethms()
1114 sign * (mm * SECSPERMIN + ss)); in gethms()
2002 seconds = offset % SECSPERMIN; in stringoffset()
2003 offset /= SECSPERMIN; in stringoffset()
2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()
/third_party/tzdata/
H A Dlocaltime.c898 *secsp += num * SECSPERMIN; in getsecs()
901 /* 'SECSPERMIN' allows for leap seconds. */ in getsecs()
902 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()
1722 /* If less than SECSPERMIN, the number of seconds since the in timesub()
1725 time_t secs_since_posleap = SECSPERMIN; in timesub()
1807 tmp->tm_min = rem / SECSPERMIN; in timesub()
1808 tmp->tm_sec = rem % SECSPERMIN; in timesub()
1980 SECSPERMIN)) in time2sub()
2029 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
2040 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
[all...]
H A Dprivate.h957 SECSPERMIN = 60, enumerator
959 SECSPERHOUR = SECSPERMIN * MINSPERHOUR,
H A Dzic.c1810 ss < 0 || ss > SECSPERMIN) { in gethms()
1823 sign * (mm * SECSPERMIN + ss)); in gethms()
2796 seconds = offset % SECSPERMIN; in abbroffset()
2797 offset /= SECSPERMIN; in abbroffset()
2884 seconds = offset % SECSPERMIN; in stringoffset()
2885 offset /= SECSPERMIN; in stringoffset()
2954 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
3083 if (dstrp->r_save != SECSPERMIN * MINSPERHOUR) { in stringzone()
H A Dstrftime.c581 diff /= SECSPERMIN; in _fmt()
H A Dzdump.c788 result *= SECSPERMIN; in delta_nonneg()

Completed in 27 milliseconds