/kernel/linux/linux-5.10/fs/cifs/ |
H A D | netmisc.c | 976 int min, day, month, year; in cnvrtDosUnixTm() local 992 day = sd->Day; in cnvrtDosUnixTm() 994 if (day < 1 || day > 31 || month < 1 || month > 12) { in cnvrtDosUnixTm() 995 cifs_dbg(VFS, "Invalid date, month %d day: %d\n", month, day); in cnvrtDosUnixTm() 996 day = clamp(day, 1, 31); in cnvrtDosUnixTm() 1000 days = day + total_days_of_prev_months[month]; in cnvrtDosUnixTm() 1014 /* adjust for leap year where we are still before leap day */ in cnvrtDosUnixTm() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | netmisc.c | 972 int min, day, month, year; in cnvrtDosUnixTm() local 988 day = sd->Day; in cnvrtDosUnixTm() 990 if (day < 1 || day > 31 || month < 1 || month > 12) { in cnvrtDosUnixTm() 991 cifs_dbg(VFS, "Invalid date, month %d day: %d\n", month, day); in cnvrtDosUnixTm() 992 day = clamp(day, 1, 31); in cnvrtDosUnixTm() 996 days = day + total_days_of_prev_months[month]; in cnvrtDosUnixTm() 1010 /* adjust for leap year where we are still before leap day */ in cnvrtDosUnixTm() [all...] |
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 111 dt.year, dt.month, dt.day, dt.hour, dt.minute, dt.second) 129 DAYS[dt.weekday()], dt.day, MONTHS[dt.month-1], 150 def _str2time(day, mon, yr, hr, min, sec, tz): 175 day = int(day) 192 t = _timegm((yr, mon, day, hr, min, sec, tz)) 213 (\d\d?) # day 277 day, mon, yr, hr, min, sec, tz = [None]*7 282 day, mon, yr, hr, min, sec, tz = m.groups() 286 return _str2time(day, mo [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | stats.h | 37 struct cache_stats day; member
|
/third_party/icu/icu4c/source/i18n/ |
H A D | cecal.h | 106 * Convert an Coptic/Ethiopic year, month, and day to a Julian day. 110 * @param day the day 112 * @return Julian day 119 * Convert a Julian day to an Coptic/Ethiopic year, month and day 121 * @param julianDay the Julian day 125 * @param date receives the day 129 int32_t& year, int32_t& month, int32_t& day); [all...] |
H A D | japancal.cpp | 173 int32_t day = 1; in getDefaultDayInMonth() local 185 return day; in getDefaultDayInMonth()
|
H A D | olsontz.h | 170 int32_t day, uint8_t dayOfWeek, 177 int32_t day, uint8_t dayOfWeek,
|
H A D | ethpccal.h | 257 * Convert an Ethiopic year, month, and day to a Julian day. 261 * @param day the day 262 * @return Julian day 265 int32_t ethiopicToJD(int32_t year, int32_t month, int32_t day);
|
H A D | coptccal.h | 228 * Convert an Coptic year, month, and day to a Julian day. 232 * @param day the day 233 * @return Julian day 236 static int32_t copticToJD(int32_t year, int32_t month, int32_t day);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | cecal.h | 106 * Convert an Coptic/Ethiopic year, month, and day to a Julian day. 110 * @param day the day 112 * @return Julian day 119 * Convert a Julian day to an Coptic/Ethiopic year, month and day 121 * @param julianDay the Julian day 125 * @param date receives the day 129 int32_t& year, int32_t& month, int32_t& day); [all...] |
H A D | coptccal.h | 228 * Convert an Coptic year, month, and day to a Julian day. 232 * @param day the day 233 * @return Julian day 236 static int32_t copticToJD(int32_t year, int32_t month, int32_t day);
|
H A D | japancal.cpp | 173 int32_t day = 1; in getDefaultDayInMonth() local 185 return day; in getDefaultDayInMonth()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | JavaTimeZone.java | 111 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument 112 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds); in getOffset()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | timezone.h | 540 * @param day The reference date's day-in-month (1-based) 541 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 542 * @param millis The reference date's milliseconds in day, local standard time 547 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 562 * @param day the day-in-month of the given date. 563 * @param dayOfWeek the day-of-week of the given date. 564 * @param milliseconds the millis in day in <em>standard</em> local time. 570 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, [all...] |
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
H A D | TimeZoneJDK.java | 88 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument 89 return fJdkTz.getOffset(era, year, month, day, dayOfWeek, milliseconds); in getOffset()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | JavaTimeZone.java | 113 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { in getOffset() argument 114 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds); in getOffset()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | timezone.h | 571 * @param day The reference date's day-in-month (1-based) 572 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 573 * @param millis The reference date's milliseconds in day, local standard time 578 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 593 * @param day the day-in-month of the given date. 594 * @param dayOfWeek the day-of-week of the given date. 595 * @param milliseconds the millis in day in <em>standard</em> local time. 601 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | japancal.cpp | 173 int32_t day = 1; in getDefaultDayInMonth() local 185 return day; in getDefaultDayInMonth()
|
H A D | olsontz.h | 170 int32_t day, uint8_t dayOfWeek, 177 int32_t day, uint8_t dayOfWeek,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | timezone.h | 491 * @param day The reference date's day-in-month (1-based) 492 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 493 * @param millis The reference date's milliseconds in day, local standard time 498 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 513 * @param day the day-in-month of the given date. 514 * @param dayOfWeek the day-of-week of the given date. 515 * @param milliseconds the millis in day in <em>standard</em> local time. 521 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, [all...] |
H A D | vtzone.h | 173 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 209 * @param day The reference date's day-in-month (1-based) 210 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 211 * @param millis The reference date's milliseconds in day, local standard time 216 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 230 * @param day The reference date's day-in-month (1-based) 231 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 232 * @param millis The reference date's milliseconds in day, loca [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | civil_time.cc | 38 const CivilSecond ncs(NormalizeYear(cs.year()), cs.month(), cs.day(), in FormatYearAnd() 62 *c = CivilT(y, cs.month(), cs.day(), cs.hour(), cs.minute(), cs.second()); in ParseYearAnd()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | stats.h | 39 struct cache_stats day; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.h | 40 __le16 day; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | time.h | 21 const unsigned int day, const unsigned int hour, 46 /* the day of the month, in the range 1 to 31 */
|