Home
last modified time | relevance | path

Searched defs:DAYS_PER_400Y (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__secs_to_tm.c7 #define DAYS_PER_400Y (365*400 + 97) macro
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__secs_to_tm.c7 #define DAYS_PER_400Y (365*400 + 97) macro
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__secs_to_tm.c7 #define DAYS_PER_400Y (365*400 + 97) macro
/third_party/musl/src/time/
H A D__secs_to_tm.c7 #define DAYS_PER_400Y (365*400 + 97) macro
/third_party/rust/crates/humantime/src/
H A Ddate.rs265 const DAYS_PER_400Y: i64 = 365*400 + 97; in fmt() consts

Completed in 2 milliseconds