Home
last modified time | relevance | path

Searched refs:N_100ns_UNITS_IN_1s (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dwebjob.h33 #define N_100ns_UNITS_IN_1s 10000000 macro
H A Dwebjob.c4060 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()
/dports/security/ftimes/ftimes-3.11.0/src/
H A Dftimes.h70 #define N_100ns_UNITS_IN_1s 10000000 macro