Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_rshift

3816         COPYNUM(nb_rshift);

5217 SLOT1BIN(slot_nb_rshift, nb_rshift, "__rshift__", "__rrshift__")
5966 BINSLOT("__rshift__", nb_rshift, slot_nb_rshift, ">>"),
5967 RBINSLOT("__rrshift__", nb_rshift, slot_nb_rshift, ">>"),