Searched refs:days (Results 1 – 3 of 3) sorted by relevance
48 long days, rem; in gmtime() local64 days = t / SECS_PER_DAY; in gmtime()72 tbuf.tm_wday = (4 + days) % 7; in gmtime()75 while ( days >= (rem = __isleap(y) ? 366 : 365) ) in gmtime()78 days -= rem; in gmtime()80 while ( days < 0 ) in gmtime()83 days += __isleap(y) ? 366 : 365; in gmtime()86 tbuf.tm_yday = days; in gmtime()88 for ( y = 0; days >= ip[y]; ++y ) in gmtime()89 days -= ip[y]; in gmtime()[all …]
118 Manager a schedule for RC test days.191 days to line up press briefings with reporters under embargo. PR personnel220 (typically 2-3 working days before the release date) and we cannot undo
11660 ;; compare eax to one days worth of timer ticks at 18.2 hz
Completed in 15 milliseconds