Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c984 PyObject *billion; member
2319 Py_CLEAR(state->billion); in _posix_clear()
2344 Py_VISIT(state->billion); in _posix_traverse()
2383 s_in_ns = PyNumber_Multiply(s, get_posix_state(module)->billion); in fill_time()
5443 divmod = PyNumber_Divmod(py_long, get_posix_state(module)->billion); in split_py_long_to_s_and_ns()
15987 if ((state->billion = PyLong_FromLong(1000000000)) == NULL) in posixmodule_exec()

Completed in 20 milliseconds