Home
last modified time | relevance | path

Searched refs:iop_slot (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dabstract.c1180 binary_iop1(PyObject *v, PyObject *w, const int iop_slot, const int op_slot in binary_iop1() argument
1188 binaryfunc slot = NB_BINOP(mv, iop_slot); in binary_iop1()
1206 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot)
1208 # define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name)
1212 binary_iop(PyObject *v, PyObject *w, const int iop_slot, const int op_slot, in binary_iop() argument
1215 PyObject *result = BINARY_IOP1(v, w, iop_slot, op_slot, op_name); in binary_iop()
1224 ternary_iop(PyObject *v, PyObject *w, PyObject *z, const int iop_slot, const int op_slot, in ternary_iop() argument
1229 ternaryfunc slot = NB_TERNOP(mv, iop_slot); in ternary_iop()
[all...]

Completed in 3 milliseconds