HomeSort by relevance Sort by last modified time
    Searched defs:Py_ssize_t (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
76 Py_ssize_t format_spec_len);
longobject.h 22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
41 possible if the number of bits doesn't fit into a Py_ssize_t, sets
43 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
60 PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
130 Py_ssize_t format_spec_len);
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...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 36 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
40 PyAPI_FUNC(PyObject *) PyInt_FromSsize_t(Py_ssize_t);
42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *);
76 Py_ssize_t format_spec_len);
longobject.h 22 PyAPI_FUNC(PyObject *) PyLong_FromSsize_t(Py_ssize_t);
27 PyAPI_FUNC(Py_ssize_t) PyLong_AsSsize_t(PyObject *);
41 possible if the number of bits doesn't fit into a Py_ssize_t, sets
43 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
60 PyAPI_FUNC(PyObject *) PyLong_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
130 Py_ssize_t format_spec_len);
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/clang/test/CodeGen/
union-init.c 4 typedef int Py_ssize_t;
10 Py_ssize_t gc_refs;
  /external/protobuf/python/google/protobuf/pyext/
descriptor.h 42 typedef int Py_ssize_t;
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_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))

Completed in 184 milliseconds