Home
last modified time | relevance | path

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

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