Searched refs:_Py_SwappedOp (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | object.h | 387 PyAPI_DATA(int) _Py_SwappedOp[];
|
/external/python/cpython3/Tools/c-analyzer/ |
D | ignored-globals.txt | 283 _Py_SwappedOp
|
D | known.tsv | 1551 Objects/object.c - _Py_SwappedOp variable int _Py_SwappedOp[]
|
/external/python/cpython3/Objects/ |
D | object.c | 650 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE}; variable 667 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare() 679 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()
|
D | floatobject.c | 429 op = _Py_SwappedOp[op]; in float_richcompare()
|
/external/python/cpython2/Objects/ |
D | object.c | 603 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE}; variable 621 res = (*f)(w, v, _Py_SwappedOp[op]); in try_rich_compare() 633 return (*f)(w, v, _Py_SwappedOp[op]); in try_rich_compare()
|
D | floatobject.c | 513 op = _Py_SwappedOp[op]; in float_richcompare()
|
D | classobject.c | 2044 res = half_richcompare(w, v, _Py_SwappedOp[op]); in instance_richcompare()
|
D | typeobject.c | 5769 res = half_richcompare(other, self, _Py_SwappedOp[op]);
|
/external/python/cpython2/Include/ |
D | object.h | 897 PyAPI_DATA(int) _Py_SwappedOp[];
|
/external/python/cpython3/PC/ |
D | python3.def | 802 _Py_SwappedOp=python39._Py_SwappedOp DATA
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 488 "_Py_SwappedOp"
|