Home
last modified time | relevance | path

Searched refs:NB_TERNOP (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dabstract.c843 #define NB_TERNOP(nb_methods, slot) \ macro
973 slotv = NB_TERNOP(mv, op_slot); in ternary_op()
981 slotw = NB_TERNOP(mw, op_slot); in ternary_op()
1018 ternaryfunc slotz = NB_TERNOP(mz, op_slot); in ternary_op()
1221 ternaryfunc slot = NB_TERNOP(mv, iop_slot); in ternary_iop()