Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dboolobject.c91 return PyInt_Type.tp_as_number->nb_xor(a, b); in bool_xor()
Dabstract.c1174 BINARY_FUNC(PyNumber_Xor, nb_xor, "^")
1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
Dtypeobject.c3818 COPYNUM(nb_xor);
5219 SLOT1BIN(slot_nb_xor, nb_xor, "__xor__", "__rxor__")
5970 BINSLOT("__xor__", nb_xor, slot_nb_xor, "^"),
5971 RBINSLOT("__rxor__", nb_xor, slot_nb_xor, "^"),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dboolobject.c91 return PyInt_Type.tp_as_number->nb_xor(a, b); in bool_xor()
Dabstract.c1174 BINARY_FUNC(PyNumber_Xor, nb_xor, "^")
1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
Dtypeobject.c3783 COPYNUM(nb_xor);
5167 SLOT1BIN(slot_nb_xor, nb_xor, "__xor__", "__rxor__")
5917 BINSLOT("__xor__", nb_xor, slot_nb_xor, "^"),
5918 RBINSLOT("__rxor__", nb_xor, slot_nb_xor, "^"),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h243 binaryfunc nb_xor; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h243 binaryfunc nb_xor; member