HomeSort by: relevance | last modified time | path
    Searched refs:century (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/tz/dist/
leapseconds.awk 195 # Counts of days in a Gregorian year, quad-year, century, and quad-century.
208 quadcentury, century, quadyear, year, month, day)
221 # the last day of February 4 years later. A century starts on and
223 # A quad-century starts on and ends before March 1 in years divisible
224 # by 400. While the number of days in a quad-century is a constant,
232 century = int(day / ss_century_days)
233 century -= century == 4
234 day -= century * ss_century_day
    [all...]
  /src/sys/arch/x86/isa/
rtc.c 252 * patchable to control century byte handling:
262 * Being here, deal with the CMOS century byte.
278 if (acpi_active && AcpiGbl_FADT.Century >= MC_NVRAM_START &&
279 AcpiGbl_FADT.Century < (MC_NVRAM_START + MC_NVRAM_SIZE))
281 (centb = AcpiGbl_FADT.Century));
302 /* XXX note: saying "century is 20" might confuse the naive. */
303 printf("WARNING: NVRAM century is %d but RTC year is %d\n",
306 /* Kludge to roll over century. */
310 printf("WARNING: Setting NVRAM century to %d\n",
349 int century; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
strftime.c 820 int century = tp->tm_year / 100 + TM_YEAR_BASE / 100; local
821 century -= tp->tm_year % 100 < 0 && 0 < century;
822 DO_SIGNED_NUMBER (2, tp->tm_year < - TM_YEAR_BASE, century);
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 7782 % (At some time during the 20th century, this made a two-level entry in an
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 7782 % (At some time during the 20th century, this made a two-level entry in an
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 7662 % (At some time during the 20th century, this made a two-level entry in an

Completed in 49 milliseconds