Searched refs:iop_slot (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | abstract.c | 1051 binary_iop1(PyObject *v, PyObject *w, const int iop_slot, const int op_slot) in binary_iop1() argument 1055 binaryfunc slot = NB_BINOP(mv, iop_slot); in binary_iop1() 1068 binary_iop(PyObject *v, PyObject *w, const int iop_slot, const int op_slot, in binary_iop() argument 1071 PyObject *result = binary_iop1(v, w, iop_slot, op_slot); in binary_iop()
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1278 binary_iop1(PyObject *v, PyObject *w, const int iop_slot, const int op_slot) argument 1282 binaryfunc slot = NB_BINOP(mv, iop_slot); 1295 binary_iop(PyObject *v, PyObject *w, const int iop_slot, const int op_slot, argument 1298 PyObject *result = binary_iop1(v, w, iop_slot, op_slot);
|