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