Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c1971 PyObject *s_in_ns = NULL; in fill_time() local
1978 s_in_ns = PyNumber_Multiply(s, billion); in fill_time()
1979 if (!s_in_ns) in fill_time()
1982 ns_total = PyNumber_Add(s_in_ns, ns_fractional); in fill_time()
2000 Py_XDECREF(s_in_ns); in fill_time()