Home
last modified time | relevance | path

Searched refs:HOURSPERDAY (Results 1 – 19 of 19) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dtzdst.h45 #define HOURSPERDAY 24 macro
50 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h119 #define HOURSPERDAY 24 macro
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dzdump.c127 #ifndef HOURSPERDAY
128 #define HOURSPERDAY 24 macro
154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
790 result *= HOURSPERDAY; in delta()
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()
Dlocaltime.c725 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/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h119 #define HOURSPERDAY 24 macro
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dzdump.c127 #ifndef HOURSPERDAY
128 #define HOURSPERDAY 24 macro
154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
790 result *= HOURSPERDAY; in delta()
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()
Dlocaltime.c725 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/icu/icu4c/source/tools/tzcode/
Dtzfile.h119 #define HOURSPERDAY 24 macro
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dzdump.c127 #ifndef HOURSPERDAY
128 #define HOURSPERDAY 24 macro
154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
790 result *= HOURSPERDAY; in delta()
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()
Dlocaltime.c725 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/uboot/u-boot-2020.01/include/linux/
Dtime.h16 #define HOURSPERDAY 24L macro
18 #define SECSPERDAY (SECSPERHOUR * HOURSPERDAY)
/third_party/tzdata/
Dprivate.h716 #define HOURSPERDAY 24 macro
721 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
Dstrftime.c301 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
Dlocaltime.c872 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs()
1907 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
Dzic.c1317 if (noise && (hh > HOURSPERDAY || in gethms()
1318 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms()
2372 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
Dzdump.c695 result *= HOURSPERDAY; in delta_nonneg()