Lines Matching refs:timelib_sll

36 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim…  in do_range_limit()
48 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
57 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
66 …range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m… in do_range_limit_days_relative()
68 timelib_sll leapyear; in do_range_limit_days_relative()
69 timelib_sll month, year; in do_range_limit_days_relative()
70 timelib_sll days; in do_range_limit_days_relative()
108 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
110 timelib_sll leapyear; in do_range_limit_days()
111 timelib_sll days_this_month; in do_range_limit_days()
112 timelib_sll last_month, last_year; in do_range_limit_days()
113 timelib_sll days_last_month; in do_range_limit_days()
151 timelib_sll current_dow, difference; in do_adjust_for_weekday()
199 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc()
274 timelib_sll count, dow, rem; in do_adjust_special_weekday()
363 static timelib_sll do_years(timelib_sll year) in do_years()
365 timelib_sll i; in do_years()
366 timelib_sll res = 0; in do_years()
367 timelib_sll eras; in do_years()
403 static timelib_sll do_months(timelib_ull month, timelib_sll year) in do_months()
412 static timelib_sll do_days(timelib_ull day) in do_days()
417 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time()
419 timelib_sll res = 0; in do_time()
427 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
437 timelib_sll tmp; in do_adjust_timezone()
454 timelib_sll tmp; in do_adjust_timezone()
496 timelib_sll res = 0; in timelib_update_ts()
517 timelib_sll res;