/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | row.c | 179 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/ |
D | opcode.h | 154 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_…
|
D | object.h | 845 #define Py_NE 3 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | opcode.h | 154 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_…
|
D | object.h | 857 #define Py_NE 3 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | codeobject.c | 386 if ((op != Py_EQ && op != Py_NE) || in code_richcompare() 436 if (op == Py_NE) in code_richcompare()
|
D | memoryobject.c | 724 if (op != Py_EQ && op != Py_NE) in memory_richcompare() 743 if ((equal && op == Py_EQ) || (!equal && op == Py_NE)) in memory_richcompare()
|
D | methodobject.c | 233 if (op != Py_EQ && op != Py_NE) { in meth_richcompare()
|
D | object.c | 593 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()
|
D | tupleobject.c | 612 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/ |
D | codeobject.c | 386 if ((op != Py_EQ && op != Py_NE) || in code_richcompare() 436 if (op == Py_NE) in code_richcompare()
|
D | memoryobject.c | 724 if (op != Py_EQ && op != Py_NE) in memory_richcompare() 743 if ((equal && op == Py_EQ) || (!equal && op == Py_NE)) in memory_richcompare()
|
D | weakrefobject.c | 197 if ((op != Py_EQ && op != Py_NE) || self->ob_type != other->ob_type) { in weakref_richcompare() 204 if (op == Py_NE) in weakref_richcompare()
|
D | methodobject.c | 233 if (op != Py_EQ && op != Py_NE) { in meth_richcompare()
|
D | tupleobject.c | 614 case Py_NE: cmp = vlen != wlen; break; in tuplerichcompare() 632 if (op == Py_NE) { in tuplerichcompare()
|
D | object.c | 598 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/ |
D | selectmodule.c | 1278 if (op == Py_EQ || op == Py_NE) { in kqueue_event_richcompare() 1302 case Py_NE: in kqueue_event_richcompare()
|
D | arraymodule.c | 521 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.c | 906 if (op == Py_NE) { in deque_richcompare() 948 case Py_NE: cmp = x != y; break; /* if one deque continues */ in deque_richcompare()
|
D | datetimemodule.c | 1448 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/ |
D | selectmodule.c | 1278 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/ |
D | arraymodule.c | 521 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 | datetimemodule.c | 1448 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.c | 955 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/ |
D | selectmodule.c | 1333 if (op == Py_EQ || op == Py_NE) { in kqueue_event_richcompare() 1357 case Py_NE: in kqueue_event_richcompare()
|