/third_party/uboot/u-boot-2020.01/include/linux/ |
D | time.h | 14 #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/ |
D | tzdst.h | 43 #define SECSPERMIN 60 macro 49 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tzfile.h | 117 #define SECSPERMIN 60 macro 123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
D | localtime.c | 734 *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()
|
D | zdump.c | 115 #ifndef SECSPERMIN 116 #define SECSPERMIN 60 macro 124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR) 794 result *= SECSPERMIN; in delta()
|
D | zic.c | 1100 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/ |
D | tzfile.h | 117 #define SECSPERMIN 60 macro 123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
D | localtime.c | 734 *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()
|
D | zdump.c | 115 #ifndef SECSPERMIN 116 #define SECSPERMIN 60 macro 124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR) 794 result *= SECSPERMIN; in delta()
|
D | zic.c | 1100 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/ |
D | tzfile.h | 117 #define SECSPERMIN 60 macro 123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
D | localtime.c | 734 *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()
|
D | zdump.c | 115 #ifndef SECSPERMIN 116 #define SECSPERMIN 60 macro 124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR) 794 result *= SECSPERMIN; in delta()
|
D | zic.c | 1100 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/ |
D | date.c | 42 #ifndef SECSPERMIN 43 #define SECSPERMIN 60 macro
|
D | localtime.c | 881 *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()
|
D | private.h | 714 #define SECSPERMIN 60 macro 720 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
D | zic.c | 1308 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()
|
D | strftime.c | 577 diff /= SECSPERMIN; in _fmt()
|
D | zdump.c | 699 result *= SECSPERMIN; in delta_nonneg()
|