Home
last modified time | relevance | path

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

12345

/linux/drivers/rtc/
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()
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)
95 * February 29th 365-th day of the year (if it exists). in rtc_time64_to_tm()
H A Drtc-rtd119x.c51 return 365 + (is_leap_year(year) ? 1 : 0); in rtd119x_rtc_days_in_year()
/linux/arch/m68k/mac/
H A Dmisc.c555 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, in unmktime()
586 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime()
588 /* Guess a corrected year, assuming 365 days per year. */ in unmktime()
589 long int yg = y + days / 365 - (days % 365 < 0); in unmktime()
592 days -= (yg - y) * 365 + in unmktime()
/linux/fs/smb/server/
H A Dmisc.h33 #define NTFS_TIME_OFFSET ((u64)(369 * 365 + 89) * 24 * 3600 * 10000000)
/linux/include/dt-bindings/clock/
H A Dexynos5410.h59 #define CLK_USBH20 365
H A Dexynos5250.h169 #define CLK_CAMIF_TOP 365
H A Dexynos5420.h125 #define CLK_USBH20 365
H A Drk3228-cru.h116 #define PCLK_HDMI_PHY 365
H A Drk3568-cru.h429 #define CLK_TIMER0 365
818 #define SRST_OTPC_NS_SBPI 365
H A Drk3288-cru.h157 #define PCLK_PUBL0 365
H A Drk3368-cru.h148 #define PCLK_DDRPHY 365
H A Drockchip,rv1126b-cru.h380 #define PCLK_KEY_READER_S 365
H A Dtegra210-car.h401 #define TEGRA210_CLK_SCLK_MUX 365
/linux/Documentation/devicetree/bindings/i2c/
H A Dhisilicon,ascend910-i2c.yaml45 default: 365
/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
/linux/fs/affs/
H A Damigaffs.h36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
/linux/fs/fat/
H A Dmisc.c185 #define DAYS_DELTA (365 * 10 + 2)
224 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix()
/linux/include/linux/
H A Dtime.h54 /* the number of days since January 1, in the range 0 to 365 */
/linux/include/uapi/linux/
H A Dvbox_err.h147 #define VERR_DEADLOCK (-365)
/linux/Documentation/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt94 <363 1>,<364 1>,<365 1>,/* cq27-29 */
/linux/kernel/time/
H A Dtimeconv.c92 * February 29th 365-th day of the year (if it exists). in time64_to_tm()
/linux/drivers/ata/
H A Dpata_jmicron.c68 /* The 365/366 may have this bit set to map the second PATA port in jmicron_pre_reset()
/linux/include/dt-bindings/arm/
H A Dqcom,ids.h196 #define QCOM_ID_SM7150 365
/linux/Documentation/devicetree/bindings/net/
H A Dmicrochip,sparx5-switch.yaml228 microchip,sd-sgpio = <365>;

12345