Home
last modified time | relevance | path

Searched refs:__month_to_secs (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__month_to_secs.c1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
H A D__tm_to_secs.c18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
H A D__tz.c136 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__month_to_secs.c1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
H A D__tm_to_secs.c18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
H A D__tz.c142 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
/third_party/musl/src/time/
H A D__month_to_secs.c1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
H A Dtime_impl.h11 hidden int __month_to_secs(int, int);
H A D__tm_to_secs.c18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
H A D__tz.c506 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__month_to_secs.c1 int __month_to_secs(int month, int is_leap) in __month_to_secs() function
H A D__tm_to_secs.c18 t += __month_to_secs(month, is_leap); in __tm_to_secs()
H A D__tz.c142 t += __month_to_secs(m-1, is_leap); in rule_to_secs()
/third_party/musl/porting/linux/user/src/time/
H A Dtime_impl.h22 hidden int __month_to_secs(int, int);
H A D__tz.c432 t += __month_to_secs(m-1, is_leap); in rule_to_secs()

Completed in 6 milliseconds