Home
last modified time | relevance | path

Searched defs:wday (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.cpp15 int mday, int hour, int min, int sec, int wday, in call_asctime()
/llvm-project/libc/src/time/
H A Dtime_utils.cpp74 int64_t wday = (time_constants::WEEK_DAY_OF2000_MARCH_FIRST + days) % in update_from_seconds() local