Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__secs_to_tm.c9 #define DAYS_PER_4Y (365*4 + 1) macro
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__secs_to_tm.c9 #define DAYS_PER_4Y (365*4 + 1) macro
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__secs_to_tm.c9 #define DAYS_PER_4Y (365*4 + 1) macro
/third_party/musl/src/time/
H A D__secs_to_tm.c9 #define DAYS_PER_4Y (365*4 + 1) macro
/third_party/rust/crates/humantime/src/
H A Ddate.rs267 const DAYS_PER_4Y: i64 = 365*4 + 1; in fmt() consts

Completed in 2 milliseconds