Home
last modified time | relevance | path

Searched refs:PY_FORMAT_LONG_LONG (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h252 # ifndef PY_FORMAT_LONG_LONG
254 # define PY_FORMAT_LONG_LONG "I64" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h252 # ifndef PY_FORMAT_LONG_LONG
254 # define PY_FORMAT_LONG_LONG "I64" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h267 # ifndef PY_FORMAT_LONG_LONG
269 # define PY_FORMAT_LONG_LONG "I64" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h252 # ifndef PY_FORMAT_LONG_LONG
254 # define PY_FORMAT_LONG_LONG "I64" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
Dpyconfig.h962 #define PY_FORMAT_LONG_LONG "ll" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
Dpyconfig.h1002 #define PY_FORMAT_LONG_LONG "ll" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
Dpyconfig.h958 #define PY_FORMAT_LONG_LONG "ll" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
Dpyconfig.h1001 #define PY_FORMAT_LONG_LONG "ll" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
Dpyconfig.h1000 #define PY_FORMAT_LONG_LONG "ll" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c326 sprintf(s, "%" PY_FORMAT_LONG_LONG "d", in PyString_FromFormatV()
342 sprintf(s, "%" PY_FORMAT_LONG_LONG "u", in PyString_FromFormatV()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c326 sprintf(s, "%" PY_FORMAT_LONG_LONG "d", in PyString_FromFormatV()
342 sprintf(s, "%" PY_FORMAT_LONG_LONG "u", in PyString_FromFormatV()