/external/u-boot/cmd/ |
D | date.c | 184 int year, century; in mk_date() local 186 if (cnvrt2 (datestr+ 8, ¢ury) || 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/ |
D | strptime.c | 73 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/ |
D | ds1556.c | 57 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()
|
D | pcf8563.c | 72 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()
|
D | m48t35ax.c | 74 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()
|
D | ds3231.c | 112 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()
|
D | ds1337.c | 126 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()
|
D | ds174x.c | 54 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/ |
D | ce.txt | 12 century{ 167 century{
|
D | sah.txt | 72 century{ 353 century{
|
D | fr_HT.txt | 31 century{
|
D | es_AR.txt | 60 century{
|
D | zh_Hant_HK.txt | 82 century{ 343 century{
|
D | zh.txt | 187 century{ 728 century{ 1234 century{
|
D | mzn.txt | 115 century{ 625 century{
|
D | ml.txt | 220 century{ 848 century{ 1389 century{
|
D | ko.txt | 187 century{ 701 century{ 1149 century{
|
D | zh_Hant.txt | 188 century{ 810 century{ 1435 century{
|
/external/icu/icu4c/source/data/translit/ |
D | la_la_FONIPA.txt | 22 æ → aj; # 19th century English orthography 45 œ → oj; # 19th century English orthography
|
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | videotexstring.rst | 17 terminals (by 20-th century standards) to render ascii-art style pictures and animations.
|
D | teletexstring.rst | 17 … (by 20-th century standards) featuring letters from multiple alphabets (308 characters!), digits,
|
/external/libcups/cups/ |
D | utf8demo.txt | 72 From a speech of Demosthenes in the 4th century BC:
|
/external/u-boot/arch/x86/cpu/quark/ |
D | acpi.c | 57 fadt->century = 0x00; in acpi_create_fadt()
|
/external/python/cpython2/Lib/test/ |
D | test_strptime.py | 240 for century, bounds in ((1900, ('69', '99')), (2000, ('00', '68'))): 243 expected_result = century + int(bound)
|
/external/u-boot/arch/x86/cpu/baytrail/ |
D | acpi.c | 62 fadt->century = 0x00; in acpi_create_fadt()
|