Lines Matching refs:timelib_sll
26 static timelib_sll century_value(timelib_sll j) in century_value()
31 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex()
33 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex()
50 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
55 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
66 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
71 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
76 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
124 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
126 timelib_sll dow, day; in timelib_daynr_from_weeknr()
137 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
145 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()