Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c1241 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function
1335 PyObject *newresult = set_intersection((PySetObject *)result, other); in set_intersection_multi()
1356 tmp = set_intersection(so, other); in set_intersection_update()
1387 return set_intersection(so, other); in set_and()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c1242 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function
1336 PyObject *newresult = set_intersection((PySetObject *)result, other); in set_intersection_multi()
1357 tmp = set_intersection(so, other); in set_intersection_update()
1388 return set_intersection(so, other); in set_and()