Home
last modified time | relevance | path

Searched full:365 (Results 1 – 25 of 240) sorted by relevance

12345678910

/openbmc/u-boot/drivers/rtc/
H A Ddate.c18 #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 Drtc-lib.c48 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 Dlib.c22 { 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 Drtc-efi.c24 * 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 Dddr.c32 {2, 365, 4, 6, 2, 0},
36 {1, 365, 4, 6, 2, 0},
/openbmc/entity-manager/configurations/
H A Dsbp1_psu.json35 "Value": 365
185 "Value": 365
335 "Value": 365
485 "Value": 365
/openbmc/linux/arch/m68k/mac/
H A Dmisc.c553 { 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 Dtime.h36 int tm_yday; /* Days in year.[0-365] */
80 365,
/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/shadow/
H A Dshadow_%.bbappend4 sed -i -e 's:PASS_MAX_DAYS.*:PASS_MAX_DAYS 365:' ${D}${sysconfdir}/login.defs
/openbmc/linux/drivers/thermal/
H A Dsun8i_thermal.c392 * = 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 Dexynos5410.h59 #define CLK_USBH20 365
/openbmc/linux/fs/smb/server/
H A Dmisc.h33 #define NTFS_TIME_OFFSET ((u64)(369 * 365 + 89) * 24 * 3600 * 10000000)
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch28 @@ -363,7 +365,7 @@ class ScriptMaker(object):
/openbmc/webui-vue/src/assets/images/
H A Dlogo-header.svg1365c-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 Dtime_utils.hpp
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Dhisilicon,ascend910-i2c.yaml45 default: 365
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/files/
H A D0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch16 index 828d2b1..365e26d 100644
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch40 @@ -365,6 +375,11 @@ static gboolean window_is_xembed(GdkDisp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin-sipe_1.25.0.bb1 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 Drtc.c19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
/openbmc/linux/fs/affs/
H A Damigaffs.h36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-build-Fix-Savannah-64681-webpage.ps-deps.patch35 @@ -365,11 +368,12 @@ doc/pic.html: $(doc_srcdir)/pic.ms
/openbmc/linux/fs/ntfs/
H A Dtime.h16 #define NTFS_TIME_OFFSET ((s64)(369 * 365 + 89) * 24 * 3600 * 10000000)
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/
H A D0002-Enforce-using-good-old-BFD-linker.patch1 From 365fb8ebbefaa3c642e18e3c3a16eeccfa0dcc82 Mon Sep 17 00:00:00 2001
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch45 @@ -358,8 +365,19 @@ main(int argc, char *const *argv)

12345678910