/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, argument 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 234 #define spam1o(OP,DOC) {#OP, OP, METH_O, PyDoc_STR(DOC)}, argument 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, argument 232 #define spam2(OP,ALTOP,DOC) {#OP, op_##OP, METH_VARARGS, PyDoc_STR(DOC)}, \ argument 234 #define spam1o(OP,DOC) {#OP, OP, METH_O, PyDoc_STR(DOC)}, argument 235 #define spam2o(OP,ALTOP,DOC) {#OP, op_##OP, METH_O, PyDoc_STR(DOC)}, \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | typeobject.c | 5843 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5846 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 5849 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5852 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5854 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5856 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5858 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5861 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5864 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument 5867 #define RBINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | typeobject.c | 5790 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5793 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 5796 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5799 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5801 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5803 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5805 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5808 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 5811 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument 5814 #define RBINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument [all …]
|