HomeSort by relevance Sort by last modified time
    Searched refs:PY_LLONG_MIN (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 101 # define PY_OFF_T_MIN PY_LLONG_MIN
120 # define PY_OFF_T_MIN PY_LLONG_MIN
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 96 # define PY_OFF_T_MIN PY_LLONG_MIN
115 # define PY_OFF_T_MIN PY_LLONG_MIN
  /external/python/cpython2/Modules/_io/
_iomodule.h 106 # define PY_OFF_T_MIN PY_LLONG_MIN
125 # define PY_OFF_T_MIN PY_LLONG_MIN
  /external/python/cpython2/PC/
pyconfig.h 287 #define PY_LLONG_MIN LLONG_MIN
316 # define PY_LLONG_MIN _I64_MIN
  /external/python/cpython3/PC/
pyconfig.h 243 #define PY_LLONG_MIN LLONG_MIN
271 # define PY_LLONG_MIN _I64_MIN
  /external/python/cpython2/Modules/_sqlite/
util.c 118 if (value > PY_LLONG_MAX || value < PY_LLONG_MIN) {
  /external/python/cpython3/Modules/_sqlite/
util.c 117 if (value > PY_LLONG_MAX || value < PY_LLONG_MIN) {
  /external/python/cpython3/Include/
pytime.h 20 #define _PyTime_MIN PY_LLONG_MIN
pyport.h 47 #define PY_LLONG_MIN LLONG_MIN
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 85 #define PY_LLONG_MIN LLONG_MIN
91 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
97 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
78 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
84 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 87 #define PY_LLONG_MIN LLONG_MIN
93 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
99 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 85 #define PY_LLONG_MIN LLONG_MIN
91 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
97 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
  /external/python/cpython2/Include/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
78 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
84 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
78 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
84 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
78 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
84 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
78 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
84 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
78 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
84 #define PY_LLONG_MIN (-PY_LLONG_MAX-1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 677 /* num is a number smaller than PY_LLONG_MIN on a typical platform */
693 /* Same again, with num = PY_LLONG_MIN - 1 */
694 num = PyLong_FromLongLong(PY_LLONG_MIN);
766 num = PyLong_FromLongLong(PY_LLONG_MIN);
774 if (value != PY_LLONG_MIN)
776 "expected return value PY_LLONG_MIN");
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 777 /* num is a number smaller than PY_LLONG_MIN on a typical platform */
793 /* Same again, with num = PY_LLONG_MIN - 1 */
794 num = PyLong_FromLongLong(PY_LLONG_MIN);
866 num = PyLong_FromLongLong(PY_LLONG_MIN);
874 if (value != PY_LLONG_MIN)
876 "expected return value PY_LLONG_MIN");
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c 678 /* num is a number smaller than PY_LLONG_MIN on a typical platform */
694 /* Same again, with num = PY_LLONG_MIN - 1 */
695 num = PyLong_FromLongLong(PY_LLONG_MIN);
767 num = PyLong_FromLongLong(PY_LLONG_MIN);
775 if (value != PY_LLONG_MIN)
777 "expected return value PY_LLONG_MIN");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 839 #define PY_ABS_LLONG_MIN (0-(unsigned PY_LONG_LONG)PY_LLONG_MIN)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 853 #define PY_ABS_LLONG_MIN (0-(unsigned PY_LONG_LONG)PY_LLONG_MIN)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 839 #define PY_ABS_LLONG_MIN (0-(unsigned PY_LONG_LONG)PY_LLONG_MIN)
    [all...]
  /external/python/cpython2/Objects/
longobject.c 841 #define PY_ABS_LLONG_MIN (0-(unsigned PY_LONG_LONG)PY_LLONG_MIN)
1129 res = PY_LLONG_MIN;
    [all...]

Completed in 628 milliseconds

1 2