Home
last modified time | relevance | path

Searched refs:CONV (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A Dlapic.c217 #define CONV(x) (t1.x = ((t1.x >> 4) * 10) + (t1.x & 0xf)) in cmostime() macro
218 CONV(second); in cmostime()
219 CONV(minute); in cmostime()
220 CONV(hour ); in cmostime()
221 CONV(day ); in cmostime()
222 CONV(month ); in cmostime()
223 CONV(year ); in cmostime()
224 #undef CONV in cmostime()