CONV              225 lapic.c        #define    CONV(x)     (t1.x = ((t1.x >> 4) * 10) + (t1.x & 0xf))
CONV              232 lapic.c        #undef     CONV