Searched refs:nb_positive (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | object.h | 236 unaryfunc nb_positive; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | object.h | 236 unaryfunc nb_positive; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | abstract.c | 1432 if (m && m->nb_positive) 1433 return (*m->nb_positive)(o);
|
D | typeobject.c | 3811 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/ |
D | abstract.c | 1432 if (m && m->nb_positive) 1433 return (*m->nb_positive)(o);
|
D | typeobject.c | 3776 COPYNUM(nb_positive); 5905 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+x"),
|