Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c4573 Py_ssize_t size_a, size_b, alloc_a, alloc_b; in _PyLong_GCD() local
4602 alloc_a = Py_SIZE(a); in _PyLong_GCD()
4612 if (size_a < alloc_a) { in _PyLong_GCD()
4653 alloc_a = alloc_b; in _PyLong_GCD()
4673 alloc_a = size_a; in _PyLong_GCD()