Home
last modified time | relevance | path

Searched defs:SLOT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c3688 #define COPYVAL(SLOT) \ argument
3749 #define SLOTDEFINED(SLOT) \ argument
3753 #define COPYSLOT(SLOT) \ argument
3756 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) argument
3757 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) argument
3758 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) argument
3759 #define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT) argument
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
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c3723 #define COPYVAL(SLOT) \ argument
3784 #define SLOTDEFINED(SLOT) \ argument
3788 #define COPYSLOT(SLOT) \ argument
3791 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) argument
3792 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) argument
3793 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) argument
3794 #define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT) argument
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
[all …]