Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c693 Py_ssize_t common_length = Py_MIN(Py_SIZE(va), Py_SIZE(wa)); in array_richcompare() local
695 common_length); in array_richcompare()