Searched refs:set_intersection_multi (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | setobject.c | 1324 set_intersection_multi(PySetObject *so, PyObject *args) in set_intersection_multi() function 1369 tmp = set_intersection_multi(so, args); in set_intersection_update_multi() 2039 {"intersection",(PyCFunction)set_intersection_multi, METH_VARARGS, 2169 {"intersection",(PyCFunction)set_intersection_multi, METH_VARARGS,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | setobject.c | 1325 set_intersection_multi(PySetObject *so, PyObject *args) in set_intersection_multi() function 1370 tmp = set_intersection_multi(so, args); in set_intersection_update_multi() 2043 {"intersection",(PyCFunction)set_intersection_multi, METH_VARARGS, 2173 {"intersection",(PyCFunction)set_intersection_multi, METH_VARARGS,
|