Searched defs:wday (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/test/src/time/ |
H A D | TmHelper.h | 25 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 D | asctime_r_test.cpp | 19 tm_data, year, month, mday, hour, min, sec, wday, yday); in call_asctime_r() argument
|
H A D | asctime_test.cpp | 15 int mday, int hour, int min, int sec, int wday, in call_asctime()
|
/llvm-project/libc/src/time/ |
H A D | time_utils.cpp | 74 int64_t wday = (time_constants::WEEK_DAY_OF2000_MARCH_FIRST + days) % in update_from_seconds() local
|