Lines Matching full:elapsed

360  * are given as elapsed cycles:
363 * ON the first day, with 3hrs, 4minutes and 5 seconds elapsed.
366 * ELAPSED date units, which is the number of full years, full months
376 * (day number). This is the number of days elapsed since 0000-12-31
669 * Split a 64bit seconds value into elapsed days in 'res.hi' and
670 * elapsed seconds since midnight in 'res.lo' using explicit floor
767 * Split a 64bit seconds value into elapsed weeks in 'res.hi' and
768 * elapsed seconds since week start in 'res.lo' using explicit floor
864 * Given the number of elapsed days in the calendar era, split this
865 * number into the number of elapsed years in 'res.hi' and the number
866 * of elapsed days of that year in 'res.lo'.
954 * Given a number of elapsed days in a year and a leap year indicator,
955 * split the number of elapsed days into the number of elapsed months in
956 * 'res.hi' and the number of elapsed days of that month in 'res.lo'.
958 * This function will fail and return {-1,-1} if the number of elapsed
1281 * get leap years since epoch in elapsed years
1316 * Convert elapsed years in Era into elapsed days in Era.
1329 * Convert a number of elapsed month in a year into elapsed days in year.
1333 * while 'res.lo' will contain the number of elapsed days since start
1382 * Convert ELAPSED years/months/days of gregorian calendar to elapsed
1411 * Convert ELAPSED years/months/days of gregorian calendar to elapsed
1443 * Convert elapsed days and the hour/minute/second information into
1522 * Rather simple exercise: split the day number into elapsed
1523 * years and elapsed days, then remove the elapsed days from the
1769 * Given a number of elapsed (ISO-)years since the begin of the
1770 * christian era, return the number of elapsed weeks corresponding to
1816 * Given a number of elapsed weeks since the begin of the christian
1817 * era, split this number into the number of elapsed years in res.hi
1819 * the number of elapsed weeks in the remaining partial year.)
1882 /* assemble elapsed years and downscale the elapsed weeks in
1931 ds = isocal_split_eraweeks(ds.hi); /* elapsed years&week*/