Home
last modified time | relevance | path

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

1234567

/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/u-boot/drivers/rtc/
Dds3231.c115 uchar century; in rtc_set() local
123 century = (tmp->tm_year >= 2000) ? 0x80 : 0; in rtc_set()
124 rtc_write (RTC_MON_REG_ADDR, bin2bcd (tmp->tm_mon) | century); in rtc_set()
216 uchar century; in ds3231_rtc_set() local
224 century = (tmp->tm_year >= 2000) ? 0x80 : 0; in ds3231_rtc_set()
225 dm_i2c_reg_write(dev, RTC_MON_REG_ADDR, bin2bcd(tmp->tm_mon) | century); in ds3231_rtc_set()
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.c70 uchar century; in rtc_set() local
78 century = (tmp->tm_year >= 2000) ? 0 : 0x80; in rtc_set()
79 rtc_write (0x07, bin2bcd(tmp->tm_mon) | century); in rtc_set()
Dm48t35ax.c72 uchar century; in rtc_set() local
87 century = ((tmp->tm_year >= 2000) ? 0x10 : 0) | 0x20; in rtc_set()
88 rtc_write (0x04, bin2bcd(tmp->tm_wday) | century); in rtc_set()
Dds1337.c124 uchar century; in rtc_set() local
132 century = (tmp->tm_year >= 2000) ? 0x80 : 0; in rtc_set()
133 rtc_write (RTC_MON_REG_ADDR, bin2bcd (tmp->tm_mon) | century); in rtc_set()
Dds174x.c52 int century; in rtc_get() local
67 century = rtc_read( RTC_CENTURY ); in rtc_get()
87 ( bcd2bin( century & 0x3F ) * 100 ); in rtc_get()
/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/icu/icu4c/source/data/unit/
Dce.txt12 century{
167 century{
Dbs_Cyrl.txt62 century{
282 century{
Dig.txt7 century{
Dfr_HT.txt31 century{
Dsah.txt72 century{
353 century{
Des_AR.txt56 century{
Dyo_BJ.txt7 century{
Dyo.txt12 century{
Dzh_Hant_HK.txt90 century{
376 century{
Dmzn.txt115 century{
625 century{
Dzh.txt196 century{
848 century{
1368 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/google-fonts/fraunces/
DREADME.md5 …"Old Style" soft-serif typeface inspired by the mannerisms of early 20th century typefaces such as…

1234567