Searched defs:SLOT (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Objects/ |
| D | typeobject.c | 5798 #define COPYVAL(SLOT) \ in inherit_special() argument 5861 #define SLOTDEFINED(SLOT) \ in inherit_slots() argument 5865 #define COPYSLOT(SLOT) \ in inherit_slots() argument 5868 #define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT) in inherit_slots() argument 5869 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) in inherit_slots() argument 5870 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) in inherit_slots() argument 5871 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) in inherit_slots() argument 5872 #define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT) in inherit_slots() argument 8003 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 8006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument [all …]
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| D | nir_to_spirv.c | 476 #define HANDLE_EMIT_BUILTIN(SLOT, BUILTIN) \ argument
|