Searched refs:nb_hex (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobject.h250 unaryfunc nb_hex; member in struct:__anon2697
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobject.h250 unaryfunc nb_hex; member in struct:__anon3004
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dbltinmodule.c1201 nb->nb_hex == NULL) {
1206 res = (*nb->nb_hex)(v);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dbltinmodule.c1193 nb->nb_hex == NULL) {
1198 res = (*nb->nb_hex)(v);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c3825 COPYNUM(nb_hex);
5984 UNSLOT("__hex__", nb_hex, slot_nb_hex, wrap_unaryfunc,
H A Dstringobject.c4030 result = Py_TYPE(val)->tp_as_number->nb_hex(val);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c3790 COPYNUM(nb_hex);
5931 UNSLOT("__hex__", nb_hex, slot_nb_hex, wrap_unaryfunc,
H A Dstringobject.c4010 result = Py_TYPE(val)->tp_as_number->nb_hex(val);

Completed in 57 milliseconds