Lines Matching refs:timelib_sll

31 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim…  in do_range_limit()
43 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
52 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
61 …range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m… in do_range_limit_days_relative()
63 timelib_sll leapyear; in do_range_limit_days_relative()
64 timelib_sll month, year; in do_range_limit_days_relative()
65 timelib_sll days; in do_range_limit_days_relative()
103 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
105 timelib_sll leapyear; in do_range_limit_days()
106 timelib_sll days_this_month; in do_range_limit_days()
107 timelib_sll last_month, last_year; in do_range_limit_days()
108 timelib_sll days_last_month; in do_range_limit_days()
146 timelib_sll current_dow, difference; in do_adjust_for_weekday()
222 timelib_sll current_dow, count; in do_adjust_special_weekday()
305 static timelib_sll do_years(timelib_sll year) in do_years()
307 timelib_sll i; in do_years()
308 timelib_sll res = 0; in do_years()
309 timelib_sll eras; in do_years()
337 static timelib_sll do_months(timelib_ull month, timelib_ull year) in do_months()
346 static timelib_sll do_days(timelib_ull day) in do_days()
351 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time()
353 timelib_sll res = 0; in do_time()
361 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
371 timelib_sll tmp; in do_adjust_timezone()
389 timelib_sll tmp; in do_adjust_timezone()
431 timelib_sll res = 0; in timelib_update_ts()
452 timelib_sll res;