Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1055 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
1062 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */ in FILE_TIME_to_time_t_nsec()