Searched refs:SECSPERMIN (Results 1 - 14 of 14) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | tzdst.h | 43 #define SECSPERMIN 60 macro 49 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tzfile.h | 117 #define SECSPERMIN 60 macro 123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
H A D | zdump.c | 109 #ifndef SECSPERMIN 110 #define SECSPERMIN 60 macro 111 #endif /* !defined SECSPERMIN */ 118 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR) 788 result *= SECSPERMIN; in delta()
|
H A D | localtime.c | 736 *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 D | zic.c | 1101 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 D | tzfile.h | 117 #define SECSPERMIN 60 macro 123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
|
H A D | zdump.c | 115 #ifndef SECSPERMIN 116 #define SECSPERMIN 60 macro 117 #endif /* !defined SECSPERMIN */ 124 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR) 794 result *= SECSPERMIN; in delta()
|
H A D | localtime.c | 734 *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 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/ |
H A D | localtime.c | 898 *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 D | private.h | 957 SECSPERMIN = 60, enumerator 959 SECSPERHOUR = SECSPERMIN * MINSPERHOUR,
|
H A D | zic.c | 1810 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 D | strftime.c | 581 diff /= SECSPERMIN; in _fmt()
|
H A D | zdump.c | 788 result *= SECSPERMIN; in delta_nonneg()
|
Completed in 28 milliseconds