Searched refs:PY_SSIZE_T_MIN (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.h | 70 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN) 73 # define PY_SSIZE_T_MIN INT_MIN macro
|
D | connection.h | 100 Py_ssize_t length, offset=0, size=PY_SSIZE_T_MIN; in connection_sendbytes() 118 if (size == PY_SSIZE_T_MIN) { in connection_sendbytes()
|
/external/libmojo/third_party/markupsafe/ |
D | _speedups.c | 17 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN) 20 #define PY_SSIZE_T_MIN INT_MIN macro
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 118 # define PY_OFF_T_MIN PY_SSIZE_T_MIN
|
/external/python/cpython2/Lib/test/ |
D | test_getargs2.py | 46 INT_MIN, LONG_MIN, LONG_MAX, PY_SSIZE_T_MIN, PY_SSIZE_T_MAX, \ 271 self.assertRaises(OverflowError, getargs_n, PY_SSIZE_T_MIN-1) 272 self.assertEqual(PY_SSIZE_T_MIN, getargs_n(PY_SSIZE_T_MIN))
|
/external/python/cpython2/Include/ |
D | pyport.h | 204 #define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1) macro
|
/external/python/cpython2/Modules/ |
D | _json.c | 6 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN) 9 #define PY_SSIZE_T_MIN INT_MIN macro
|
D | _testcapimodule.c | 2789 PyModule_AddObject(m, "PY_SSIZE_T_MIN", PyInt_FromSsize_t(PY_SSIZE_T_MIN)); in init_testcapi()
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 311 exception is cleared and the value is clipped to *PY_SSIZE_T_MIN* for a negative
|
/external/python/cpython2/Objects/ |
D | longobject.c | 221 #define PY_ABS_SSIZE_T_MIN (0-(size_t)PY_SSIZE_T_MIN) 395 return PY_SSIZE_T_MIN; in PyLong_AsSsize_t()
|
D | abstract.c | 1549 result = PY_SSIZE_T_MIN;
|