Searched refs:N_100ns_UNITS_IN_1s (Results 1 – 3 of 3) sorted by relevance
33 #define N_100ns_UNITS_IN_1s 10000000 macro
4060 sTimeValue.tv_sec = (long) (ui64Time / N_100ns_UNITS_IN_1s); in WebJobGetEpoch()4061 …usec = (long) ((ui64Time - ((unsigned __int64) sTimeValue.tv_sec * N_100ns_UNITS_IN_1s)) / N_100ns… in WebJobGetEpoch()
70 #define N_100ns_UNITS_IN_1s 10000000 macro