/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | err_common.c | 176 timestamp->b.month, timestamp->b.day, in el_print_timestamp()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | err_common.c | 176 timestamp->b.month, timestamp->b.day, in el_print_timestamp()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rtc.h | 22 extern int rtc_year_days(unsigned int day, unsigned int month, unsigned int year);
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acbuffer.h | 47 u8 day; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acbuffer.h | 47 u8 day; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rtc.h | 22 extern int rtc_year_days(unsigned int day, unsigned int month, unsigned int year);
|
/third_party/googletest/googletest/test/ |
H A D | gtest_xml_output_unittest.py | 280 day=int(match.group(3)), hour=int(match.group(4)),
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | date_time_format_impl.cpp | 308 int32_t day = time.tm_mday;
in ProcessWeekDayYear() local 309 ZeroPadding(appendTo, count, MAX_COUNT, day);
in ProcessWeekDayYear()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | time.c | 415 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59. 428 * An encoding of midnight at the end of the day as 24:00:00 - ie. midnight 432 const unsigned int day, const unsigned int hour, in mktime64() 439 mon += 12; /* Puts Feb last since it has leap day */ in mktime64() 444 (year/4 - year/100 + year/400 + 367*mon/12 + day) + in mktime64() 431 mktime64(const unsigned int year0, const unsigned int mon0, const unsigned int day, const unsigned int hour, const unsigned int min, const unsigned int sec) mktime64() argument
|
/kernel/liteos_m/testsuites/unittest/posix/src/time/ |
H A D | time_func_test_01.c | 60 #define INIT_TM(tmSt, year, mon, day, hour, min, sec, wday) \ 65 (tmSt).tm_mday = (day); \
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | time.c | 424 * @day: day to convert 431 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59. 444 * An encoding of midnight at the end of the day as 24:00:00 - ie. midnight 450 const unsigned int day, const unsigned int hour, in mktime64() 457 mon += 12; /* Puts Feb last since it has leap day */ in mktime64() 462 (year/4 - year/100 + year/400 + 367*mon/12 + day) + in mktime64() 449 mktime64(const unsigned int year0, const unsigned int mon0, const unsigned int day, const unsigned int hour, const unsigned int min, const unsigned int sec) mktime64() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | RuleBasedTimeZone.java | 97 public int getOffset(int era, int year, int month, int day, int dayOfWeek, in getOffset() argument 103 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
|
H A D | TimeZone.java | 294 * @param day the day-in-month of the given date. 295 * @param dayOfWeek the day-of-week of the given date. 296 * @param milliseconds the millis in day in <em>standard</em> local time. 300 abstract public int getOffset(int era, int year, int month, int day, in getOffset() argument 353 // the given time in day is local standard time. in getOffset() 1403 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | TimeZone.java | 273 * @param day the day-in-month of the given date. 274 * @param dayOfWeek the day-of-week of the given date. 275 * @param milliseconds the millis in day in <em>standard</em> local time. 278 abstract public int getOffset(int era, int year, int month, int day, in getOffset() argument 328 // the given time in day is local standard time. in getOffset() 1302 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument
|
H A D | RuleBasedTimeZone.java | 92 public int getOffset(int era, int year, int month, int day, int dayOfWeek, in getOffset() argument 98 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | ChineseTest.java | 152 * Make sure no Gregorian dates map to Chinese 1-based day of 442 // year mon day field amount year mon day in TestAdd() 468 // year mon day field amount year mon day in TestRoll() 527 * Convert year,month,day values to the form "year/month/day". 530 static public String ymdToString(int year, int month, int isLeapMonth, int day) { in ymdToString() argument 533 "/" + day; in ymdToString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | ChineseTest.java | 155 * Make sure no Gregorian dates map to Chinese 1-based day of 445 // year mon day field amount year mon day in TestAdd() 471 // year mon day field amount year mon day in TestRoll() 530 * Convert year,month,day values to the form "year/month/day". 533 static public String ymdToString(int year, int month, int isLeapMonth, int day) { in ymdToString() argument 536 "/" + day; in ymdToString()
|
/third_party/python/Lib/zoneinfo/ |
H A D | _zoneinfo.py | 580 def _ymd2ord(cls, year, month, day): 585 + day 591 # We know year and month, we need to convert w, d into day of month 593 # Week 1 is the first week in which day `d` (where 0 = Sunday) appears. 594 # Week 5 represents the last occurrence of day `d`, so we need to know 602 # 2. Get first day - desired day mod 7: -1 % 7 = 6, so we don't need
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tztest.cpp | 1659 // test the day-of-month API in TestAlternateRules() 1691 // test the day-of-week-after-day-in-month API in TestAlternateRules() 1949 int32_t year, month, day, hour, minute, second; in TestFebruary() member 1982 gc.set(data[i].year, data[i].month, data[i].day, in TestFebruary() 1988 data[i].year, data[i].month + 1, data[i].day, in TestFebruary() 1997 data[i].year, data[i].month + 1, data[i].day, in TestFebruary() 2004 data[i].year, data[i].month + 1, data[i].day, in TestFebruary()
|
/base/security/device_security_level/services/dfx/ |
H A D | dslm_hidumper.c | 63 dateTime.year, dateTime.mon, dateTime.day, dateTime.hour, dateTime.min, dateTime.sec, dateTime.msec); in GetTimeStringFromTimeStamp()
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | platform.h | 148 uint8_t day; member
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | platform.h | 131 uint8_t day; member
|
/third_party/node/deps/v8/src/date/ |
H A D | dateparser.h | 33 // [2]: day 361 DateStringTokenizer<Char>* scanner, DayComposer* day, TimeComposer* time,
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1074 int day, sec; in get_crl_sk() local 1076 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl), in get_crl_sk() 1080 * ASN1_TIME_diff never returns inconsistent signs for |day| in get_crl_sk() 1083 if (day <= 0 && sec <= 0) in get_crl_sk() 1861 int i, day, sec, ret = 0; in X509_cmp_time() local 1912 if (ASN1_TIME_diff(&day, &sec, ctm, asn1_cmp_time) == 0) in X509_cmp_time() 1919 ret = (day >= 0 && sec >= 0) ? -1 : 1; in X509_cmp_time()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1074 int day, sec; in get_crl_sk() local 1076 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl), in get_crl_sk() 1080 * ASN1_TIME_diff never returns inconsistent signs for |day| in get_crl_sk() 1083 if (day <= 0 && sec <= 0) in get_crl_sk() 1863 int i, day, sec, ret = 0; in X509_cmp_time() local 1914 if (ASN1_TIME_diff(&day, &sec, ctm, asn1_cmp_time) == 0) in X509_cmp_time() 1921 ret = (day >= 0 && sec >= 0) ? -1 : 1; in X509_cmp_time()
|