Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c5439 split_py_long_to_s_and_ns(PyObject *module, PyObject *py_long, time_t *s, long *ns) in split_py_long_to_s_and_ns() argument
5443 divmod = PyNumber_Divmod(py_long, get_posix_state(module)->billion); in split_py_long_to_s_and_ns()
5449 _PyType_Name(Py_TYPE(py_long)), _PyType_Name(Py_TYPE(divmod))); in split_py_long_to_s_and_ns()

Completed in 21 milliseconds