Searched refs:nb_xor (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | boolobject.c | 91 return PyInt_Type.tp_as_number->nb_xor(a, b); in bool_xor()
|
D | abstract.c | 1174 BINARY_FUNC(PyNumber_Xor, nb_xor, "^") 1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
|
D | typeobject.c | 3818 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/ |
D | boolobject.c | 91 return PyInt_Type.tp_as_number->nb_xor(a, b); in bool_xor()
|
D | abstract.c | 1174 BINARY_FUNC(PyNumber_Xor, nb_xor, "^") 1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
|
D | typeobject.c | 3783 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/ |
D | object.h | 243 binaryfunc nb_xor; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | object.h | 243 binaryfunc nb_xor; member
|