Searched defs:iop_slot (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | abstract.c | 1172 binary_iop1(PyObject *v, PyObject *w, const int iop_slot, const int op_slot in binary_iop1() 1198 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot) argument 1200 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_nam… argument 1204 binary_iop(PyObject *v, PyObject *w, const int iop_slot, const int op_slot, in binary_iop() 1216 ternary_iop(PyObject *v, PyObject *w, PyObject *z, const int iop_slot, const int op_slot, in ternary_iop()
|