Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
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(so)) { in set_difference_update_internal()
1504 other_size = PySet_GET_SIZE(other); in set_difference()
1515 if ((PySet_GET_SIZE(so) >> 2) > other_size) { in set_difference()
1746 if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other)) in set_issubset()
1809 if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w)) in set_richcompare()
[all …]
Dcodeobject.c2159 len = PySet_GET_SIZE(op); in _PyCode_ConstantKey()
Ddictobject.c2307 if (dictresize(mp, estimate_log2_keysize(PySet_GET_SIZE(iterable)), 0)) { in _PyDict_FromKeys()
/aosp_15_r20/external/python/cpython2/Objects/
Dsetobject.c785 hash *= PySet_GET_SIZE(self) + 1; in frozenset_hash()
1065 if (result == NULL || PySet_GET_SIZE(result)) in frozenset_new()
1257 if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) { in set_intersection()
1413 if (PySet_GET_SIZE(so) == 0) in set_isdisjoint()
1423 if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) { in set_isdisjoint()
1768 if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other)) in set_issubset()
1813 if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w)) in set_richcompare()
1834 if (PySet_GET_SIZE(v) >= PySet_GET_SIZE(w)) in set_richcompare()
1838 if (PySet_GET_SIZE(v) <= PySet_GET_SIZE(w)) in set_richcompare()
2291 return PySet_GET_SIZE(anyset); in PySet_Size()
[all …]
Dcodeobject.c505 len = PySet_GET_SIZE(op); in _PyCode_ConstantKey()
Ddictobject.c1461 if (dictresize(mp, PySet_GET_SIZE(seq) / 2 * 3)) { in dict_fromkeys()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dsetobject.h61 #define PySet_GET_SIZE(so) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dsetobject.h61 #define PySet_GET_SIZE(so) \ macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dsetobject.h61 #define PySet_GET_SIZE(so) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dsetobject.h61 #define PySet_GET_SIZE(so) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dsetobject.h61 #define PySet_GET_SIZE(so) \ macro
/aosp_15_r20/external/python/cpython2/Include/
Dsetobject.h86 #define PySet_GET_SIZE(so) (((PySetObject *)(so))->used) macro
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/python/
H A Dtoco_python_api.cc278 while (PySet_GET_SIZE(tmp)) { in ToStringSet()
/aosp_15_r20/external/python/cpython3/Python/
Dast_opt.c139 limit -= PySet_GET_SIZE(obj); in check_complexity()
167 PySet_GET_SIZE(w); in safe_multiply()
Dmarshal.c510 n = PySet_GET_SIZE(v); in w_complex_object()
Dcompile.c1381 Py_ssize_t len = PySet_GET_SIZE(o); in merge_consts_recursive()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dset.rst117 .. c:function:: Py_ssize_t PySet_GET_SIZE(PyObject *anyset)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dset.rst124 .. c:function:: Py_ssize_t PySet_GET_SIZE(PyObject *anyset)
/aosp_15_r20/external/python/cpython3/Modules/
D_abc.c133 if (set == NULL || PySet_GET_SIZE(set) == 0) { in _in_weak_set()
D_asynciomodule.c159 if (PySet_GET_SIZE(iscoroutine_typecache) < 100) { in _is_coroutine()
D_pickle.c3424 set_size = PySet_GET_SIZE(obj); in save_set()
3444 if (PySet_GET_SIZE(obj) != set_size) { in save_set()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2032 PySet_GET_SIZE:Py_ssize_t:::
2033 PySet_GET_SIZE:PyObject*:anyset:0: