Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dtzdst.h45 #define HOURSPERDAY 24 macro
50 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h119 #define HOURSPERDAY 24 macro
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dzdump.c121 #ifndef HOURSPERDAY
122 #define HOURSPERDAY 24 macro
123 #endif /* !defined HOURSPERDAY */
148 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
784 result *= HOURSPERDAY; in delta()
H A Dzic.c1109 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0) in gethms()
1111 if (noise && (hh > HOURSPERDAY || in gethms()
1112 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
2008 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
H A Dlocaltime.c722 ** `HOURSPERDAY * DAYSPERWEEK - 1' allows quasi-Posix rules like in getsecs()
727 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
1696 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtzfile.h119 #define HOURSPERDAY 24 macro
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dzdump.c127 #ifndef HOURSPERDAY
128 #define HOURSPERDAY 24 macro
129 #endif /* !defined HOURSPERDAY */
154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
790 result *= HOURSPERDAY; in delta()
H A Dzic.c1108 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0) in gethms()
1110 if (noise && (hh > HOURSPERDAY || in gethms()
1111 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
2007 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
H A Dlocaltime.c720 ** `HOURSPERDAY * DAYSPERWEEK - 1' allows quasi-Posix rules like in getsecs()
725 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
1694 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
/third_party/tzdata/
H A Dprivate.h960 HOURSPERDAY = 24, enumerator
968 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dstrftime.c303 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
H A Dlocaltime.c884 ** 'HOURSPERDAY * DAYSPERWEEK - 1' allows quasi-POSIX rules like in getsecs()
889 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
1985 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
H A Dzic.c1819 if (noise && (hh > HOURSPERDAY || in gethms()
1820 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
2889 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
H A Dzdump.c784 result *= HOURSPERDAY; in delta_nonneg()

Completed in 28 milliseconds