Searched refs:HOURSPERDAY (Results 1 – 19 of 19) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | tzdst.h | 45 #define HOURSPERDAY 24 macro 50 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tzfile.h | 119 #define HOURSPERDAY 24 macro 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | zdump.c | 127 #ifndef HOURSPERDAY 128 #define HOURSPERDAY 24 macro 154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY) 790 result *= HOURSPERDAY; in delta()
|
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()
|
D | localtime.c | 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/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tzfile.h | 119 #define HOURSPERDAY 24 macro 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | zdump.c | 127 #ifndef HOURSPERDAY 128 #define HOURSPERDAY 24 macro 154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY) 790 result *= HOURSPERDAY; in delta()
|
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()
|
D | localtime.c | 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/icu/icu4c/source/tools/tzcode/ |
D | tzfile.h | 119 #define HOURSPERDAY 24 macro 124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | zdump.c | 127 #ifndef HOURSPERDAY 128 #define HOURSPERDAY 24 macro 154 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY) 790 result *= HOURSPERDAY; in delta()
|
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()
|
D | localtime.c | 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/uboot/u-boot-2020.01/include/linux/ |
D | time.h | 16 #define HOURSPERDAY 24L macro 18 #define SECSPERDAY (SECSPERHOUR * HOURSPERDAY)
|
/third_party/tzdata/ |
D | private.h | 716 #define HOURSPERDAY 24 macro 721 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
|
D | strftime.c | 301 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
|
D | localtime.c | 872 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1); in getsecs() 1907 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|
D | zic.c | 1317 if (noise && (hh > HOURSPERDAY || in gethms() 1318 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms() 2372 if (hours >= HOURSPERDAY * DAYSPERWEEK) { in stringoffset()
|
D | zdump.c | 695 result *= HOURSPERDAY; in delta_nonneg()
|