Searched refs:ALTOP (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 233 {#ALTOP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument 236 {#ALTOP, op_##OP, METH_O, PyDoc_STR(DOC)},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 233 {#ALTOP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument 236 {#ALTOP, op_##OP, METH_O, PyDoc_STR(DOC)},
|