Home | History | Annotate | Download | only in Modules

Lines Matching refs:nsec

1068     *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */
1453 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec)
1464 fval = PyFloat_FromDouble(sec + 1e-9*nsec);