Searched refs:iopname (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | classobject.c | 1510 do_binop_inplace(PyObject *v, PyObject *w, char *iopname, char *opname, in do_binop_inplace() argument 1513 PyObject *result = half_binop(v, w, iopname, thisfunc, 0); in do_binop_inplace()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | classobject.c | 1534 do_binop_inplace(PyObject *v, PyObject *w, char *iopname, char *opname, in do_binop_inplace() argument 1537 PyObject *result = half_binop(v, w, iopname, thisfunc, 0); in do_binop_inplace()
|