Searched refs:timlo (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/RISCOS/
H A Dunixstuff.c28 unsigned timlo; /* 3 lower bytes of acorn file-time plus carry byte */ local
31 timlo = ((unsigned)utime & 0x00ffffffU) * 100 + 0x00996a00U;
33 timhi = timhi * 100 + 0x0000336eU + (timlo >> 24);
38 *ex = (timlo & 0x00ffffffU) | ((timhi & 0x000000ffU) << 24);

Completed in 59 milliseconds