Searched refs:iso_week_days (Results 1 – 1 of 1) sorted by relevance
388 static int iso_week_days (int, int) __THROW;393 iso_week_days (int yday, int wday) in iso_week_days() function1218 int days = iso_week_days (tp->tm_yday, tp->tm_wday); in libc_hidden_def()1224 days = iso_week_days (tp->tm_yday + (365 + __isleap (year)), in libc_hidden_def()1229 int d = iso_week_days (tp->tm_yday - (365 + __isleap (year)), in libc_hidden_def()
Completed in 5 milliseconds