Home
last modified time | relevance | path

Searched refs:century (Results 1 – 25 of 147) sorted by relevance

123456

/external/u-boot/cmd/
Ddate.c184 int year, century; in mk_date() local
186 if (cnvrt2 (datestr+ 8, &century) || in mk_date()
190 tmp->tm_year = 100 * century + year; in mk_date()
192 int year, century; in mk_date() local
194 century = tmp->tm_year / 100; in mk_date()
197 tmp->tm_year = 100 * century + year; in mk_date()
/external/openssh/openbsd-compat/
Dstrptime.c73 static int century, relyear; in _strptime() local
76 century = TM_YEAR_BASE; in _strptime()
223 century = i * 100; in _strptime()
363 if (century == TM_YEAR_BASE) { in _strptime()
369 tm->tm_year = relyear + century - TM_YEAR_BASE; in _strptime()
/external/u-boot/drivers/rtc/
Dds1556.c57 int century; in rtc_get() local
72 century = rtc_read( RTC_CENTURY ); in rtc_get()
80 year, century, mon, mday, wday, in rtc_get()
92 ( bcd2bin( century & 0x3F ) * 100 ); in rtc_get()
Dpcf8563.c72 uchar century; in rtc_set() local
80 century = (tmp->tm_year >= 2000) ? 0 : 0x80; in rtc_set()
81 rtc_write (0x07, bin2bcd(tmp->tm_mon) | century); in rtc_set()
Dm48t35ax.c74 uchar century; in rtc_set() local
89 century = ((tmp->tm_year >= 2000) ? 0x10 : 0) | 0x20; in rtc_set()
90 rtc_write (0x04, bin2bcd(tmp->tm_wday) | century); in rtc_set()
Dds3231.c112 uchar century; in rtc_set() local
120 century = (tmp->tm_year >= 2000) ? 0x80 : 0; in rtc_set()
121 rtc_write (RTC_MON_REG_ADDR, bin2bcd (tmp->tm_mon) | century); in rtc_set()
Dds1337.c126 uchar century; in rtc_set() local
134 century = (tmp->tm_year >= 2000) ? 0x80 : 0; in rtc_set()
135 rtc_write (RTC_MON_REG_ADDR, bin2bcd (tmp->tm_mon) | century); in rtc_set()
Dds174x.c54 int century; in rtc_get() local
69 century = rtc_read( RTC_CENTURY ); in rtc_get()
89 ( bcd2bin( century & 0x3F ) * 100 ); in rtc_get()
/external/icu/icu4c/source/data/unit/
Dce.txt12 century{
167 century{
Dsah.txt72 century{
353 century{
Dfr_HT.txt31 century{
Des_AR.txt60 century{
Dzh_Hant_HK.txt82 century{
343 century{
Dzh.txt187 century{
728 century{
1234 century{
Dmzn.txt115 century{
625 century{
Dml.txt220 century{
848 century{
1389 century{
Dko.txt187 century{
701 century{
1149 century{
Dzh_Hant.txt188 century{
810 century{
1435 century{
/external/icu/icu4c/source/data/translit/
Dla_la_FONIPA.txt22 æ → aj; # 19th century English orthography
45 œ → oj; # 19th century English orthography
/external/python/pyasn1/docs/source/pyasn1/type/char/
Dvideotexstring.rst17 terminals (by 20-th century standards) to render ascii-art style pictures and animations.
Dteletexstring.rst17 … (by 20-th century standards) featuring letters from multiple alphabets (308 characters!), digits,
/external/libcups/cups/
Dutf8demo.txt72 From a speech of Demosthenes in the 4th century BC:
/external/u-boot/arch/x86/cpu/quark/
Dacpi.c57 fadt->century = 0x00; in acpi_create_fadt()
/external/python/cpython2/Lib/test/
Dtest_strptime.py240 for century, bounds in ((1900, ('69', '99')), (2000, ('00', '68'))):
243 expected_result = century + int(bound)
/external/u-boot/arch/x86/cpu/baytrail/
Dacpi.c62 fadt->century = 0x00; in acpi_create_fadt()

123456