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

/external/python/cpython2/RISCOS/
H A Dunixstuff.c29 unsigned timhi; /* 2 high bytes of acorn file-time */ local
32 timhi = ((unsigned)utime >> 24);
33 timhi = timhi * 100 + 0x0000336eU + (timlo >> 24);
34 if (timhi & 0xffff0000U)
38 *ex = (timlo & 0x00ffffffU) | ((timhi & 0x000000ffU) << 24);
39 *ld = (*ld & 0xffffff00U) | ((timhi >> 8) & 0x000000ffU);

Completed in 74 milliseconds