Searched refs:tm_lo (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dtime.c2830 struct tm *tm, tm0, tm_lo, tm_hi; local
2939 tm_lo = *tm;
2971 time_t guess0_lo = timegm_noleapsecond(&tm_lo);
2999 tm_lo = *tm;
3074 ((tptr->tm_year - tm_lo.tm_year) * 365 +
3078 ((tm_lo.tm_year-69)/4) +
3079 ((tm_lo.tm_year-1)/100) -
3080 ((tm_lo.tm_year+299)/400) +
3082 tm_lo.tm_yday) * 86400 +
3083 (tptr->tm_hour - tm_lo
[all...]

Completed in 75 milliseconds