Lines Matching refs:int64_t
22 #define HST_TIME_NONE ((int64_t)-1)
23 #define HST_TIME_BASE ((int64_t)1)
25 #define HST_USECOND ((int64_t)1000 * HST_NSECOND)
26 #define HST_MSECOND ((int64_t)1000 * HST_USECOND)
27 #define HST_SECOND ((int64_t)1000 * HST_MSECOND)
29 inline int64_t HstTime2Ns(int64_t hTime)
34 inline bool Ns2HstTime (int64_t ns, int64_t& hTime)
40 inline int64_t HstTime2Us(int64_t hTime)
45 inline bool Us2HstTime (int64_t us, int64_t& hTime)
54 inline int64_t HstTime2Ms(int64_t hTime)
59 inline bool Ms2HstTime (int64_t ms, int64_t& hTime)
68 inline int64_t HstTime2Sec(int64_t hTime)
73 inline bool Sec2HstTime (int64_t sec, int64_t& hTime)