Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c5701 #define COPYVAL(SLOT) \ in inherit_special() argument
5765 #define SLOTDEFINED(SLOT) \ in inherit_slots() argument
5769 #define COPYSLOT(SLOT) \ in inherit_slots() argument
5772 #define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT) in inherit_slots() argument
5773 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) in inherit_slots() argument
5774 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) in inherit_slots() argument
5775 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) in inherit_slots() argument
5776 #define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT) in inherit_slots() argument
7870 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
7873 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c443 #define HANDLE_EMIT_BUILTIN(SLOT, BUILTIN) \ argument