Searched refs:TEN_MIL (Results 1 – 2 of 2) sorted by relevance
117 const uint32_t TEN_MIL = 10000000UL; variable138 nt_sec = nt_time / TEN_MIL; in smb_time_NT2local()139 nt_tus = nt_time % TEN_MIL; in smb_time_NT2local()171 *nt_time = (uint64_t)nt_sec * TEN_MIL + nt_tus; in smb_time_local2NT()
635 static const uint32_t TEN_MIL = 10000000UL; variable651 nt_sec = nt_time / TEN_MIL; in format_nttime()652 nt_tus = nt_time % TEN_MIL; in format_nttime()