Searched refs:MAX_LONG_DIGITS (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c78 #define MAX_LONG_DIGITS \ macro
84 if (size > (Py_ssize_t)MAX_LONG_DIGITS) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
H A Dlongobject.c74 #define MAX_LONG_DIGITS \ macro
80 if (size > (Py_ssize_t)MAX_LONG_DIGITS) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlongobject.c78 #define MAX_LONG_DIGITS \ macro
84 if (size > (Py_ssize_t)MAX_LONG_DIGITS) {

Completed in 44 milliseconds