Home
last modified time | relevance | path

Searched refs:STRINGLIB_TODECIMAL (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dunicodedefs.h17 #define STRINGLIB_TODECIMAL Py_UNICODE_TODECIMAL macro
Dstringdefs.h17 #define STRINGLIB_TODECIMAL(x) (STRINGLIB_ISDECIMAL(x) ? (x - '0') : -1) macro
Dstring_format.h208 digitval = STRINGLIB_TODECIMAL(*p); in get_integer()
Dformatter.h82 digitval = STRINGLIB_TODECIMAL(**ptr); in get_integer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dunicodedefs.h17 #define STRINGLIB_TODECIMAL Py_UNICODE_TODECIMAL macro
Dstringdefs.h17 #define STRINGLIB_TODECIMAL(x) (STRINGLIB_ISDECIMAL(x) ? (x - '0') : -1) macro
Dstring_format.h207 digitval = STRINGLIB_TODECIMAL(*p); in get_integer()
Dformatter.h82 digitval = STRINGLIB_TODECIMAL(**ptr); in get_integer()