Lines Matching refs:timelib_sll

35 static void do_range_limit_fraction(double *fraction, timelib_sll *seconds)  in do_range_limit_fraction()
47 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
59 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
68 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
77 …range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m… in do_range_limit_days_relative()
79 timelib_sll leapyear; in do_range_limit_days_relative()
80 timelib_sll month, year; in do_range_limit_days_relative()
81 timelib_sll days; in do_range_limit_days_relative()
119 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
121 timelib_sll leapyear; in do_range_limit_days()
122 timelib_sll days_this_month; in do_range_limit_days()
123 timelib_sll last_month, last_year; in do_range_limit_days()
124 timelib_sll days_last_month; in do_range_limit_days()
162 timelib_sll current_dow, difference; in do_adjust_for_weekday()
251 timelib_sll count, dow, rem; in do_adjust_special_weekday()
340 static timelib_sll do_years(timelib_sll year) in do_years()
342 timelib_sll i; in do_years()
343 timelib_sll res = 0; in do_years()
344 timelib_sll eras; in do_years()
372 static timelib_sll do_months(timelib_ull month, timelib_sll year) in do_months()
381 static timelib_sll do_days(timelib_ull day) in do_days()
386 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time()
388 timelib_sll res = 0; in do_time()
396 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
406 timelib_sll tmp; in do_adjust_timezone()
424 timelib_sll tmp; in do_adjust_timezone()
466 timelib_sll res = 0; in timelib_update_ts()
487 timelib_sll res;