Home
last modified time | relevance | path

Searched refs:str_spec (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c920 PyObject *str_spec = PyObject_Str(format_spec); in complex__format__() local
922 if (str_spec == NULL) in complex__format__()
926 PyBytes_AS_STRING(str_spec), in complex__format__()
927 PyBytes_GET_SIZE(str_spec)); in complex__format__()
929 Py_DECREF(str_spec); in complex__format__()
Dintobject.c1273 PyObject *str_spec = PyObject_Str(format_spec); in int__format__() local
1275 if (str_spec == NULL) in int__format__()
1279 PyBytes_AS_STRING(str_spec), in int__format__()
1280 PyBytes_GET_SIZE(str_spec)); in int__format__()
1282 Py_DECREF(str_spec); in int__format__()
Dfloatobject.c1997 PyObject *str_spec = PyObject_Str(format_spec); in float__format__() local
1999 if (str_spec == NULL) in float__format__()
2003 PyBytes_AS_STRING(str_spec), in float__format__()
2004 PyBytes_GET_SIZE(str_spec)); in float__format__()
2006 Py_DECREF(str_spec); in float__format__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c916 PyObject *str_spec = PyObject_Str(format_spec); in complex__format__() local
918 if (str_spec == NULL) in complex__format__()
922 PyBytes_AS_STRING(str_spec), in complex__format__()
923 PyBytes_GET_SIZE(str_spec)); in complex__format__()
925 Py_DECREF(str_spec); in complex__format__()
Dintobject.c1247 PyObject *str_spec = PyObject_Str(format_spec); in int__format__() local
1249 if (str_spec == NULL) in int__format__()
1253 PyBytes_AS_STRING(str_spec), in int__format__()
1254 PyBytes_GET_SIZE(str_spec)); in int__format__()
1256 Py_DECREF(str_spec); in int__format__()
Dfloatobject.c1982 PyObject *str_spec = PyObject_Str(format_spec); in float__format__() local
1984 if (str_spec == NULL) in float__format__()
1988 PyBytes_AS_STRING(str_spec), in float__format__()
1989 PyBytes_GET_SIZE(str_spec)); in float__format__()
1991 Py_DECREF(str_spec); in float__format__()
Dlongobject.c4104 PyObject *str_spec = PyObject_Str(format_spec); in long__format__() local
4106 if (str_spec == NULL) in long__format__()
4110 PyBytes_AS_STRING(str_spec), in long__format__()
4111 PyBytes_GET_SIZE(str_spec)); in long__format__()
4113 Py_DECREF(str_spec); in long__format__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c4104 PyObject *str_spec = PyObject_Str(format_spec); in long__format__() local
4106 if (str_spec == NULL) in long__format__()
4110 PyBytes_AS_STRING(str_spec), in long__format__()
4111 PyBytes_GET_SIZE(str_spec)); in long__format__()
4113 Py_DECREF(str_spec); in long__format__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c4130 PyObject *str_spec = PyObject_Str(format_spec); in long__format__() local
4132 if (str_spec == NULL) in long__format__()
4136 PyBytes_AS_STRING(str_spec), in long__format__()
4137 PyBytes_GET_SIZE(str_spec)); in long__format__()
4139 Py_DECREF(str_spec); in long__format__()