Searched refs:VMS_TIME_FACTOR (Results 1 – 2 of 2) sorted by relevance
538 #define VMS_TIME_FACTOR 10000000 macro554 tmp = hi % VMS_TIME_FACTOR; in vms_time_to_time_t()555 hi = hi / VMS_TIME_FACTOR; in vms_time_to_time_t()562 rlo = (rlo << 8) | (tmp / VMS_TIME_FACTOR); in vms_time_to_time_t()563 tmp %= VMS_TIME_FACTOR; in vms_time_to_time_t()
1909 (VMS_TIME_FACTOR, VMS_TIME_OFFSET): New macros.