Home
last modified time | relevance | path

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

/third_party/musl/src/time/
H A Dstrftime.c32 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() local
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrftime.c31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() local
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrftime.c31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() local
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrftime.c31 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() local
/third_party/musl/porting/linux/user/src/time/
H A Dstrftime.c59 int dec31 = (tm->tm_wday + 7U - tm->tm_yday - 1) % 7; in week_num() local

Completed in 3 milliseconds