Searched refs:nsec_out (Results 1 – 1 of 1) sorted by relevance
1055 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument1062 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()