Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h236 unaryfunc nb_positive; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h236 unaryfunc nb_positive; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c1432 if (m && m->nb_positive)
1433 return (*m->nb_positive)(o);
Dtypeobject.c3811 COPYNUM(nb_positive);
5958 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+x"),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c1432 if (m && m->nb_positive)
1433 return (*m->nb_positive)(o);
Dtypeobject.c3776 COPYNUM(nb_positive);
5905 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+x"),