Home
last modified time | relevance | path

Searched refs:half_richcompare (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c1964 half_richcompare(PyObject *v, PyObject *w, int op) in half_richcompare() function
2014 res = half_richcompare(v, w, op); in instance_richcompare()
2021 res = half_richcompare(w, v, _Py_SwappedOp[op]); in instance_richcompare()
Dtypeobject.c5523 half_richcompare(PyObject *self, PyObject *other, int op) function
5551 res = half_richcompare(self, other, op);
5557 res = half_richcompare(other, self, _Py_SwappedOp[op]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c1988 half_richcompare(PyObject *v, PyObject *w, int op) in half_richcompare() function
2038 res = half_richcompare(v, w, op); in instance_richcompare()
2045 res = half_richcompare(w, v, _Py_SwappedOp[op]); in instance_richcompare()
Dtypeobject.c5575 half_richcompare(PyObject *self, PyObject *other, int op) function
5603 res = half_richcompare(self, other, op);
5609 res = half_richcompare(other, self, _Py_SwappedOp[op]);