Lines Matching refs:timelib_sll

35 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim…  in do_range_limit()
47 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
56 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
65 …range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m… in do_range_limit_days_relative()
67 timelib_sll leapyear; in do_range_limit_days_relative()
68 timelib_sll month, year; in do_range_limit_days_relative()
69 timelib_sll days; in do_range_limit_days_relative()
107 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
109 timelib_sll leapyear; in do_range_limit_days()
110 timelib_sll days_this_month; in do_range_limit_days()
111 timelib_sll last_month, last_year; in do_range_limit_days()
112 timelib_sll days_last_month; in do_range_limit_days()
150 timelib_sll current_dow, difference; in do_adjust_for_weekday()
236 timelib_sll count, dow, rem; in do_adjust_special_weekday()
325 static timelib_sll do_years(timelib_sll year) in do_years()
327 timelib_sll i; in do_years()
328 timelib_sll res = 0; in do_years()
329 timelib_sll eras; in do_years()
357 static timelib_sll do_months(timelib_ull month, timelib_sll year) in do_months()
366 static timelib_sll do_days(timelib_ull day) in do_days()
371 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time()
373 timelib_sll res = 0; in do_time()
381 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
391 timelib_sll tmp; in do_adjust_timezone()
409 timelib_sll tmp; in do_adjust_timezone()
451 timelib_sll res = 0; in timelib_update_ts()
472 timelib_sll res;