HomeSort by relevance Sort by last modified time
    Searched defs:Py_ssize_t (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 31 - the long <-> size_t/Py_ssize_t conversion functions expect that
95 PyAPI_FUNC(PyLongObject *) _PyLong_New(Py_ssize_t);
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
213 * format to convert an argument with the width of a size_t or Py_ssize_t.
219 * the platform C requires to convert a size_t/Py_ssize_t argument)
    [all...]
  /external/libmojo/third_party/markupsafe/
_speedups.c 18 typedef int Py_ssize_t;
25 static Py_ssize_t escaped_chars_delta_len[ESCAPED_CHARS_TABLE_SIZE];
63 Py_ssize_t delta=0, erepl=0, delta_len=0;
  /external/python/cpython3/Misc/
coverity_model.c 24 typedef long Py_ssize_t;
70 PyObject *PyLong_FromSsize_t(Py_ssize_t ival)
105 static Py_ssize_t r_string(char *s, Py_ssize_t n, RFILE *p)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 159 typedef int Py_ssize_t;
162 #define PY_SSIZE_T_MAX ((Py_ssize_t)INT_MAX)
228 ((void *)((PyTypeObject *)type)->tp_alloc(type, (Py_ssize_t)0))
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 197 typedef int Py_ssize_t;
200 #define PY_SSIZE_T_MAX ((Py_ssize_t)INT_MAX)
266 ((void *)((PyTypeObject *)type)->tp_alloc(type, (Py_ssize_t)0))
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 67 * Make sure Py_ssize_t available
71 typedef int Py_ssize_t;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
211 * format to convert an argument with the width of a size_t or Py_ssize_t.
217 * the platform C requires to convert a size_t/Py_ssize_t argument):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
211 * format to convert an argument with the width of a size_t or Py_ssize_t.
217 * the platform C requires to convert a size_t/Py_ssize_t argument):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 193 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
198 typedef ssize_t Py_ssize_t;
200 typedef Py_intptr_t Py_ssize_t;
202 # error "Python needs a typedef for Py_ssize_t in pyport.h."
216 /* Largest positive value of type Py_ssize_t. */
217 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
218 /* Smallest negative value of type Py_ssize_t. */
226 * format to convert an argument with the width of a size_t or Py_ssize_t.
232 * the platform C requires to convert a size_t/Py_ssize_t argument):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
211 * format to convert an argument with the width of a size_t or Py_ssize_t.
217 * the platform C requires to convert a size_t/Py_ssize_t argument):
    [all...]
  /external/python/cpython2/Include/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
211 * format to convert an argument with the width of a size_t or Py_ssize_t.
217 * the platform C requires to convert a size_t/Py_ssize_t argument)
    [all...]
  /external/python/cpython3/Include/
pyport.h 79 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
84 typedef ssize_t Py_ssize_t;
86 typedef Py_intptr_t Py_ssize_t;
88 # error "Python needs a typedef for Py_ssize_t in pyport.h."
93 typedef Py_ssize_t Py_hash_t;
100 typedef Py_ssize_t Py_ssize_clean_t;
108 /* Largest positive value of type Py_ssize_t. */
109 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
110 /* Smallest negative value of type Py_ssize_t. *
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
213 * format to convert an argument with the width of a size_t or Py_ssize_t.
219 * the platform C requires to convert a size_t/Py_ssize_t argument)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
213 * format to convert an argument with the width of a size_t or Py_ssize_t.
219 * the platform C requires to convert a size_t/Py_ssize_t argument)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 178 /* Py_ssize_t is a signed integral type such that sizeof(Py_ssize_t) ==
183 typedef ssize_t Py_ssize_t;
185 typedef Py_intptr_t Py_ssize_t;
187 # error "Python needs a typedef for Py_ssize_t in pyport.h."
201 /* Largest positive value of type Py_ssize_t. */
202 #define PY_SSIZE_T_MAX ((Py_ssize_t)(((size_t)-1)>>1))
203 /* Smallest negative value of type Py_ssize_t. */
213 * format to convert an argument with the width of a size_t or Py_ssize_t.
219 * the platform C requires to convert a size_t/Py_ssize_t argument)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 7 typedef int Py_ssize_t;
81 static Py_ssize_t
82 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars);
91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
93 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
95 _build_rval_index_tuple(PyObject *rval, Py_ssize_t idx);
113 encoder_listencode_list(PyEncoderObject *s, PyObject *rval, PyObject *seq, Py_ssize_t indent_level);
115 encoder_listencode_obj(PyEncoderObject *s, PyObject *rval, PyObject *obj, Py_ssize_t indent_level);
    [all...]
_struct.c 17 typedef int Py_ssize_t;
29 Py_ssize_t size;
30 Py_ssize_t alignment;
39 Py_ssize_t offset;
40 Py_ssize_t size;
47 Py_ssize_t s_size;
48 Py_ssize_t s_len;
318 const Py_ssize_t largest = (Py_ssize_t)(ulargest >> 1);
722 Py_ssize_t i = f->size;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 7 typedef int Py_ssize_t;
81 static Py_ssize_t
82 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars);
91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
93 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
95 _build_rval_index_tuple(PyObject *rval, Py_ssize_t idx);
113 encoder_listencode_list(PyEncoderObject *s, PyObject *rval, PyObject *seq, Py_ssize_t indent_level);
115 encoder_listencode_obj(PyEncoderObject *s, PyObject *rval, PyObject *obj, Py_ssize_t indent_level);
    [all...]
_elementtree.c 104 typedef int Py_ssize_t;
717 Py_ssize_t i;
759 Py_ssize_t i, seqlen = 0;
1015 element_getitem(PyObject* self_, Py_ssize_t index)
1091 static Py_ssize_t
1231 element_setitem(PyObject* self_, Py_ssize_t index, PyObject* item)
1270 Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
    [all...]
_struct.c 17 typedef int Py_ssize_t;
29 Py_ssize_t size;
30 Py_ssize_t alignment;
39 Py_ssize_t offset;
40 Py_ssize_t size;
47 Py_ssize_t s_size;
48 Py_ssize_t s_len;
318 const Py_ssize_t largest = (Py_ssize_t)(ulargest >> 1);
722 Py_ssize_t i = f->size;
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 15 typedef int Py_ssize_t;
19 typedef Py_ssize_t (*readbufferproc)(PyObject *, Py_ssize_t, void **);
20 typedef Py_ssize_t (*writebufferproc)(PyObject *, Py_ssize_t, void **);
21 typedef Py_ssize_t (*segcountproc)(PyObject *, Py_ssize_t *);
22 typedef Py_ssize_t (*charbufferproc)(PyObject *, Py_ssize_t, char **);
54 typedef PyObject *(* GETFUNC)(void *, Py_ssize_t size)
    [all...]
  /external/python/cpython2/Modules/
_json.c 7 typedef int Py_ssize_t;
81 static Py_ssize_t
82 ascii_escape_char(Py_UNICODE c, char *output, Py_ssize_t chars);
91 scan_once_str(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
93 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
95 _build_rval_index_tuple(PyObject *rval, Py_ssize_t idx);
113 encoder_listencode_list(PyEncoderObject *s, PyObject *rval, PyObject *seq, Py_ssize_t indent_level);
115 encoder_listencode_obj(PyEncoderObject *s, PyObject *rval, PyObject *obj, Py_ssize_t indent_level)
    [all...]
_elementtree.c 104 typedef int Py_ssize_t;
340 element_resize(ElementObject* self, Py_ssize_t extra)
342 Py_ssize_t size;
724 Py_ssize_t i;
766 Py_ssize_t i;
1042 element_getitem(PyObject* self_, Py_ssize_t index)
1118 static Py_ssize_t
1274 element_setitem(PyObject* self_, Py_ssize_t index_, PyObject* item)
1314 Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
    [all...]
_struct.c 17 typedef int Py_ssize_t;
29 Py_ssize_t size;
30 Py_ssize_t alignment;
39 Py_ssize_t offset;
40 Py_ssize_t size;
47 Py_ssize_t s_size;
48 Py_ssize_t s_len;
318 const Py_ssize_t largest = (Py_ssize_t)(ulargest >> 1);
722 Py_ssize_t i = f->size
    [all...]

Completed in 1097 milliseconds

12 3