Searched refs:alloc_a (Results 1 – 1 of 1) sorted by relevance
4708 Py_ssize_t size_a, size_b, alloc_a, alloc_b; in _PyLong_GCD() local4737 alloc_a = Py_SIZE(a); in _PyLong_GCD()4747 if (size_a < alloc_a) { in _PyLong_GCD()4788 alloc_a = alloc_b; in _PyLong_GCD()4809 alloc_a = size_a; in _PyLong_GCD()