/openbmc/u-boot/drivers/rtc/ |
H A D | date.c | 18 #define SECYR (SECDAY * 365) 20 #define days_in_year(a) (leapyear(a) ? 366 : 365) 58 day += last_year * 365 + leaps_to_date + month_offset[tm->tm_mon - 1] + in rtc_calc_weekday() 95 year * 365 - 719499; in rtc_mktime()
|
H A D | rtc-lib.c | 48 year = 1970 + days / 365; in rtc_to_tm() 49 days -= (year - 1970) * 365 in rtc_to_tm() 54 days += 365 + is_leap_year(year); in rtc_to_tm()
|
/openbmc/linux/drivers/rtc/ |
H A D | lib.c | 22 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, 37 * The number of days since January 1. (0 to 365) 83 * February 29th 365-th day of the year (if it exists). in rtc_time64_to_tm()
|
H A D | rtc-efi.c | 24 * returns day of the year [0-365] 39 int ndays = eft->year * (365 % 7) in compute_wday() 95 /* day in the year [1-365]*/ in convert_from_efi_time()
|
/openbmc/u-boot/board/freescale/mpc8349emds/ |
H A D | ddr.c | 32 {2, 365, 4, 6, 2, 0}, 36 {1, 365, 4, 6, 2, 0},
|
/openbmc/entity-manager/configurations/ |
H A D | sbp1_psu.json | 35 "Value": 365 185 "Value": 365 335 "Value": 365 485 "Value": 365
|
/openbmc/linux/arch/m68k/mac/ |
H A D | misc.c | 553 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, in unmktime() 584 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime() 586 /* Guess a corrected year, assuming 365 days per year. */ in unmktime() 587 long int yg = y + days / 365 - (days % 365 < 0); in unmktime() 590 days -= (yg - y) * 365 + in unmktime()
|
/openbmc/u-boot/include/linux/ |
H A D | time.h | 36 int tm_yday; /* Days in year.[0-365] */ 80 365,
|
/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/shadow/ |
H A D | shadow_%.bbappend | 4 sed -i -e 's:PASS_MAX_DAYS.*:PASS_MAX_DAYS 365:' ${D}${sysconfdir}/login.defs
|
/openbmc/linux/drivers/thermal/ |
H A D | sun8i_thermal.c | 392 * = 365 in sun8i_h3_thermal_init() 396 SUN50I_H6_THS_PC_TEMP_PERIOD(365) | val); in sun8i_h3_thermal_init() 442 * = 365 in sun50i_h6_thermal_init() 445 SUN50I_H6_THS_PC_TEMP_PERIOD(365)); in sun50i_h6_thermal_init()
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | exynos5410.h | 59 #define CLK_USBH20 365
|
/openbmc/linux/fs/smb/server/ |
H A D | misc.h | 33 #define NTFS_TIME_OFFSET ((u64)(369 * 365 + 89) * 24 * 3600 * 10000000)
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/ |
H A D | no_shebang_mangling.patch | 28 @@ -363,7 +365,7 @@ class ScriptMaker(object):
|
/openbmc/webui-vue/src/assets/images/ |
H A D | logo-header.svg | 1 …365c-1.03 0-1.864.367-2.502 1.1-.638.734-.957 1.689-.957 2.864 0 1.195.316 2.123.95 2.786.633.663 …
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | time_utils.hpp |
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | hisilicon,ascend910-i2c.yaml | 45 default: 365
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/files/ |
H A D | 0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch | 16 index 828d2b1..365e26d 100644
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
H A D | 0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch | 40 @@ -365,6 +375,11 @@ static gboolean window_is_xembed(GdkDisp
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | pidgin-sipe_1.25.0.bb | 1 SUMMARY = "Protocol plugin for Office 365/Lync/OCS for Adium, Pidgin, Miranda and Telepathy IM Fram…
|
/openbmc/linux/arch/sh/boards/mach-dreamcast/ |
H A D | rtc.c | 19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
|
/openbmc/linux/fs/affs/ |
H A D | amigaffs.h | 36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
|
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
H A D | 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch | 35 @@ -365,11 +368,12 @@ doc/pic.html: $(doc_srcdir)/pic.ms
|
/openbmc/linux/fs/ntfs/ |
H A D | time.h | 16 #define NTFS_TIME_OFFSET ((s64)(369 * 365 + 89) * 24 * 3600 * 10000000)
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/ |
H A D | 0002-Enforce-using-good-old-BFD-linker.patch | 1 From 365fb8ebbefaa3c642e18e3c3a16eeccfa0dcc82 Mon Sep 17 00:00:00 2001
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-fix-pidfile.patch | 45 @@ -358,8 +365,19 @@ main(int argc, char *const *argv)
|