Lines Matching defs:century
54 unsigned int century;
69 century = p->read(p, 0x0f);
82 century = bcd2bin(century);
84 tm->tm_year += (century * 100);
95 u8 sec, min, hrs, day, mon, yrs, century, val;
100 century = year / 100;
115 century = bin2bcd(century);
128 p->write(p, 0x0f, century);