Home
last modified time | relevance | path

Searched refs:Py_NE (Results 1 – 25 of 45) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Drow.c179 if (opid != Py_EQ && opid != Py_NE) { in pysqlite_row_richcompare()
187 || (opid == Py_NE && res == Py_False)) { in pysqlite_row_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h154 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_…
Dobject.h845 #define Py_NE 3 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h154 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_…
Dobject.h857 #define Py_NE 3 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcodeobject.c386 if ((op != Py_EQ && op != Py_NE) || in code_richcompare()
436 if (op == Py_NE) in code_richcompare()
Dmemoryobject.c724 if (op != Py_EQ && op != Py_NE) in memory_richcompare()
743 if ((equal && op == Py_EQ) || (!equal && op == Py_NE)) in memory_richcompare()
Dmethodobject.c233 if (op != Py_EQ && op != Py_NE) { in meth_richcompare()
Dobject.c593 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
875 case Py_NE: c = c != 0; break; in convert_3way_to_object()
900 v->ob_type != w->ob_type && op != Py_EQ && op != Py_NE && in try_3way_to_rich_compare()
995 else if (op == Py_NE) in PyObject_RichCompareBool()
Dtupleobject.c612 case Py_NE: cmp = vlen != wlen; break; in tuplerichcompare()
630 if (op == Py_NE) { in tuplerichcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c386 if ((op != Py_EQ && op != Py_NE) || in code_richcompare()
436 if (op == Py_NE) in code_richcompare()
Dmemoryobject.c724 if (op != Py_EQ && op != Py_NE) in memory_richcompare()
743 if ((equal && op == Py_EQ) || (!equal && op == Py_NE)) in memory_richcompare()
Dweakrefobject.c197 if ((op != Py_EQ && op != Py_NE) || self->ob_type != other->ob_type) { in weakref_richcompare()
204 if (op == Py_NE) in weakref_richcompare()
Dmethodobject.c233 if (op != Py_EQ && op != Py_NE) { in meth_richcompare()
Dtupleobject.c614 case Py_NE: cmp = vlen != wlen; break; in tuplerichcompare()
632 if (op == Py_NE) { in tuplerichcompare()
Dobject.c598 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
880 case Py_NE: c = c != 0; break; in convert_3way_to_object()
905 v->ob_type != w->ob_type && op != Py_EQ && op != Py_NE && in try_3way_to_rich_compare()
1000 else if (op == Py_NE) in PyObject_RichCompareBool()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c1278 if (op == Py_EQ || op == Py_NE) { in kqueue_event_richcompare()
1302 case Py_NE: in kqueue_event_richcompare()
Darraymodule.c521 if (Py_SIZE(va) != Py_SIZE(wa) && (op == Py_EQ || op == Py_NE)) { in array_richcompare()
559 case Py_NE: cmp = vs != ws; break; in array_richcompare()
577 else if (op == Py_NE) { in array_richcompare()
D_collectionsmodule.c906 if (op == Py_NE) { in deque_richcompare()
948 case Py_NE: cmp = x != y; break; /* if one deque continues */ in deque_richcompare()
Ddatetimemodule.c1448 case Py_NE: istrue = diff != 0; break; in diff_to_bool()
1773 else if (op == Py_EQ || op == Py_NE) in delta_richcompare()
2623 else if (op == Py_EQ || op == Py_NE) in date_richcompare()
3348 if (op == Py_EQ || op == Py_NE) { in time_richcompare()
4292 if (op == Py_EQ || op == Py_NE) { in datetime_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1278 if (op == Py_EQ || op == Py_NE) { in kqueue_event_richcompare()
1302 case Py_NE: in kqueue_event_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c521 if (Py_SIZE(va) != Py_SIZE(wa) && (op == Py_EQ || op == Py_NE)) { in array_richcompare()
559 case Py_NE: cmp = vs != ws; break; in array_richcompare()
577 else if (op == Py_NE) { in array_richcompare()
Ddatetimemodule.c1448 case Py_NE: istrue = diff != 0; break; in diff_to_bool()
1773 else if (op == Py_EQ || op == Py_NE) in delta_richcompare()
2623 else if (op == Py_EQ || op == Py_NE) in date_richcompare()
3348 if (op == Py_EQ || op == Py_NE) { in time_richcompare()
4292 if (op == Py_EQ || op == Py_NE) { in datetime_richcompare()
D_collectionsmodule.c955 if (op == Py_NE) { in deque_richcompare()
997 case Py_NE: cmp = x != y; break; /* if one deque continues */ in deque_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1333 if (op == Py_EQ || op == Py_NE) { in kqueue_event_richcompare()
1357 case Py_NE: in kqueue_event_richcompare()

12