Home
last modified time | relevance | path

Searched defs:yday (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/test/src/time/
H A DTmHelper.h25 initialize_tm_data(struct tm * tm_data,int year,int month,int mday,int hour,int min,int sec,int wday,int yday) initialize_tm_data() argument
H A Dasctime_r_test.cpp19 tm_data, year, month, mday, hour, min, sec, wday, yday); in call_asctime_r() argument
H A Dasctime_test.cpp16 int yday) { in call_asctime()
/llvm-project/libc/src/time/
H A Dtime_utils.cpp113 int64_t yday = remainingDays + 31 + 28 + leapDay; in update_from_seconds() local