Home
last modified time | relevance | path

Searched refs:s_in_ns (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c2376 PyObject *s_in_ns = NULL; in fill_time() local
2383 s_in_ns = PyNumber_Multiply(s, get_posix_state(module)->billion); in fill_time()
2384 if (!s_in_ns) in fill_time()
2387 ns_total = PyNumber_Add(s_in_ns, ns_fractional); in fill_time()
2405 Py_XDECREF(s_in_ns); in fill_time()

Completed in 16 milliseconds