Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dvms-misc.c538 #define VMS_TIME_FACTOR 10000000 macro
554 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()
DChangeLog-20101909 (VMS_TIME_FACTOR, VMS_TIME_OFFSET): New macros.