Searched refs:HOURSPERDAY (Results 1 - 14 of 14) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | tzdst.h | 45 #define HOURSPERDAY 24 macro 50 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tzfile.h | 119 #define HOURSPERDAY 24 macro 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
H A D | zdump.c | 121 #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 D | zic.c | 1109 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 D | localtime.c | 722 ** `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 D | tzfile.h | 119 #define HOURSPERDAY 24 macro 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
H A D | zdump.c | 127 #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 D | zic.c | 1108 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 D | localtime.c | 720 ** `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 D | private.h | 960 HOURSPERDAY = 24, enumerator 968 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
H A D | strftime.c | 303 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
|
H A D | localtime.c | 884 ** '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 D | zic.c | 1819 if (noise && (hh > HOURSPERDAY || in gethms() 1820 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms() 2889 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
|
H A D | zdump.c | 784 result *= HOURSPERDAY; in delta_nonneg()
|
Completed in 28 milliseconds