Searched refs:nb_or (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | boolobject.c | 82 return PyInt_Type.tp_as_number->nb_or(a, b); in bool_or()
|
D | abstract.c | 1173 BINARY_FUNC(PyNumber_Or, nb_or, "|") 1312 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
|
D | typeobject.c | 3819 COPYNUM(nb_or); 5220 SLOT1BIN(slot_nb_or, nb_or, "__or__", "__ror__") 5972 BINSLOT("__or__", nb_or, slot_nb_or, "|"), 5973 RBINSLOT("__ror__", nb_or, slot_nb_or, "|"),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | boolobject.c | 82 return PyInt_Type.tp_as_number->nb_or(a, b); in bool_or()
|
D | abstract.c | 1173 BINARY_FUNC(PyNumber_Or, nb_or, "|") 1312 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
|
D | typeobject.c | 3784 COPYNUM(nb_or); 5168 SLOT1BIN(slot_nb_or, nb_or, "__or__", "__ror__") 5919 BINSLOT("__or__", nb_or, slot_nb_or, "|"), 5920 RBINSLOT("__ror__", nb_or, slot_nb_or, "|"),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | object.h | 244 binaryfunc nb_or; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | object.h | 244 binaryfunc nb_or; member
|