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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c373 unsigned timlo; /* 3 lower bytes of acorn file-time plus carry byte */ local
376 timlo = ((unsigned)ut & 0x00ffffffU) * 100 + 0x00996a00U;
378 timhi = timhi * 100 + 0x0000336eU + (timlo >> 24);
383 *pexadr = (timlo & 0x00ffffffU) | ((timhi & 0x000000ffU) << 24);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c847 unsigned timlo; /* 3 lower bytes of acorn file-time plus carry byte */ local
850 timlo = ((unsigned)ut & 0x00ffffffU) * 100 + 0x00996a00U;
852 timhi = timhi * 100 + 0x0000336eU + (timlo >> 24);
857 *pexadr = (timlo & 0x00ffffffU) | ((timhi & 0x000000ffU) << 24);

Completed in 153 milliseconds