Home
last modified time | relevance | path

Searched refs:SECSPERMIN (Results 1 – 20 of 20) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/
Dtime.h14 #define SECSPERMIN 60L macro
17 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
102 res->tm_min = (int) (rem / SECSPERMIN);
103 res->tm_sec = (int) (rem % SECSPERMIN);
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dtzdst.h43 #define SECSPERMIN 60 macro
49 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dlocaltime.c734 *secsp += num * SECSPERMIN; 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()
Dzdump.c115 #ifndef SECSPERMIN
116 #define SECSPERMIN 60 macro
124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
794 result *= SECSPERMIN; in delta()
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/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dlocaltime.c734 *secsp += num * SECSPERMIN; 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()
Dzdump.c115 #ifndef SECSPERMIN
116 #define SECSPERMIN 60 macro
124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
794 result *= SECSPERMIN; in delta()
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/icu/icu4c/source/tools/tzcode/
Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dlocaltime.c734 *secsp += num * SECSPERMIN; 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()
Dzdump.c115 #ifndef SECSPERMIN
116 #define SECSPERMIN 60 macro
124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
794 result *= SECSPERMIN; in delta()
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/
Ddate.c42 #ifndef SECSPERMIN
43 #define SECSPERMIN 60 macro
Dlocaltime.c881 *secsp += num * SECSPERMIN; in getsecs()
885 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()
1735 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()
1740 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
1902 SECSPERMIN)) in time2sub()
1946 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
1957 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
1960 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
Dprivate.h714 #define SECSPERMIN 60 macro
720 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dzic.c1308 ss < 0 || ss > SECSPERMIN) { in gethms()
1321 sign * (mm * SECSPERMIN + ss)); in gethms()
2283 seconds = offset % SECSPERMIN; in abbroffset()
2284 offset /= SECSPERMIN; in abbroffset()
2367 seconds = offset % SECSPERMIN; in stringoffset()
2368 offset /= SECSPERMIN; in stringoffset()
2437 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2555 if (dstrp->r_save != SECSPERMIN * MINSPERHOUR) { in stringzone()
Dstrftime.c577 diff /= SECSPERMIN; in _fmt()
Dzdump.c699 result *= SECSPERMIN; in delta_nonneg()