Lines Matching refs:PySet_GET_SIZE
717 hash ^= ((Py_uhash_t)PySet_GET_SIZE(self) + 1) * 1927868237UL; in frozenset_hash()
1198 if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) { in set_intersection()
1341 if (PySet_GET_SIZE(so) == 0) in set_isdisjoint()
1351 if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) { in set_isdisjoint()
1412 if ((PySet_GET_SIZE(other) >> 3) > PySet_GET_SIZE(so)) { in set_difference_update_internal()
1492 other_size = PySet_GET_SIZE(other); in set_difference()
1503 if ((PySet_GET_SIZE(so) >> 2) > other_size) { in set_difference()
1722 if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other)) in set_issubset()
1766 if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w)) in set_richcompare()
1787 if (PySet_GET_SIZE(v) >= PySet_GET_SIZE(w)) in set_richcompare()
1791 if (PySet_GET_SIZE(v) <= PySet_GET_SIZE(w)) in set_richcompare()
2257 return PySet_GET_SIZE(anyset); in PySet_Size()
2381 assert(PySet_GET_SIZE(ob) == 3); in test_c_api()
2396 assert(PySet_GET_SIZE(ob) == 2); in test_c_api()
2399 assert(PySet_GET_SIZE(ob) == 3); in test_c_api()
2401 assert(PySet_GET_SIZE(ob) == 2); in test_c_api()
2403 assert(PySet_GET_SIZE(ob) == 2); in test_c_api()
2455 assert(PySet_GET_SIZE(ob) == 0); in test_c_api()
2465 assert(PySet_GET_SIZE(f) == 0); in test_c_api()
2470 assert(PySet_GET_SIZE(f) == 0); in test_c_api()