Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dsetobject.c717 hash ^= ((Py_uhash_t)PySet_GET_SIZE(self) + 1) * 1927868237UL; in frozenset_hash()
1199 if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) { in set_intersection()
1243 if (PySet_GET_SIZE(result) >= PySet_GET_SIZE(so)) { in set_intersection()
1350 if (PySet_GET_SIZE(so) == 0) in set_isdisjoint()
1360 if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) { in set_isdisjoint()
1419 if ((PySet_GET_SIZE(other) >> 3) > PySet_GET_SIZE(s in set_difference_update_internal()
[all...]
H A Dcodeobject.c2159 len = PySet_GET_SIZE(op); in _PyCode_ConstantKey()
H A Ddictobject.c2307 if (dictresize(mp, estimate_log2_keysize(PySet_GET_SIZE(iterable)), 0)) { in _PyDict_FromKeys()
/third_party/python/Include/cpython/
H A Dsetobject.h61 #define PySet_GET_SIZE(so) \ macro
/third_party/python/Python/
H A Dast_opt.c139 limit -= PySet_GET_SIZE(obj); in check_complexity()
167 PySet_GET_SIZE(w); in safe_multiply()
H A Dmarshal.c510 n = PySet_GET_SIZE(v); in w_complex_object()
H A Dcompile.c1381 Py_ssize_t len = PySet_GET_SIZE(o); in merge_consts_recursive()
/third_party/python/Modules/
H A D_abc.c133 if (set == NULL || PySet_GET_SIZE(set) == 0) { in _in_weak_set()
H A D_asynciomodule.c159 if (PySet_GET_SIZE(iscoroutine_typecache) < 100) { in _is_coroutine()
H A D_pickle.c3424 set_size = PySet_GET_SIZE(obj); in save_set()
3444 if (PySet_GET_SIZE(obj) != set_size) { in save_set()

Completed in 42 milliseconds