Searched refs:Py_ssize_t (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/CodeGen/
H A Dunion-init.c4 typedef int Py_ssize_t; typedef
10 Py_ssize_t gc_refs;
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc114 Py_ssize_t start,
115 Py_ssize_t limit,
126 Py_ssize_t left;
127 Py_ssize_t right;
201 static Py_ssize_t Length(RepeatedCompositeContainer* self) {
222 Py_ssize_t message_length = Length(self);
223 Py_ssize_t child_length = PyList_GET_SIZE(self->child_messages);
226 for (Py_ssize_t i = child_length; i < message_length; ++i) {
357 Py_ssize_t from;
358 Py_ssize_t t
[all...]
H A Ddescriptor.h42 typedef int Py_ssize_t; typedef
H A Dscoped_pyobject_ptr.h77 Py_ssize_t refcnt() const { return Py_REFCNT(ptr_); }
H A Drepeated_scalar_container.cc71 for (Py_ssize_t i = 0; i < PyList_GET_SIZE(list); ++i) {
80 static Py_ssize_t Len(RepeatedScalarContainer* self) {
87 Py_ssize_t index,
193 static PyObject* Item(RepeatedScalarContainer* self, Py_ssize_t index) {
294 Py_ssize_t from;
295 Py_ssize_t to;
296 Py_ssize_t step;
297 Py_ssize_t length;
298 Py_ssize_t slicelength;
335 for (Py_ssize_t inde
[all...]
H A Drepeated_composite_container.h106 static Py_ssize_t Length(RepeatedCompositeContainer* self);
H A Dmessage.cc146 Py_ssize_t pos = 0;
358 Py_ssize_t value_len;
546 Py_ssize_t length, from, to, step, slice_length;
585 Py_ssize_t i = from;
667 Py_ssize_t pos = 0;
789 const Py_ssize_t n = PyList_GET_SIZE(container->child_messages);
790 for (Py_ssize_t i = 0; i < n; ++i) {
1356 Py_ssize_t data_length;
1511 Py_ssize_t actual_size = 0;
1512 for (Py_ssize_t
[all...]
H A Ddescriptor.cc312 Py_ssize_t message_len;
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
H A Drjsmin.c85 static Py_ssize_t
86 rjsmin(const rchar *source, rchar *target, Py_ssize_t length,
315 return (Py_ssize_t)(target - tstart);
349 Py_ssize_t slength, length;
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/include/
H A Dcext.h159 typedef int Py_ssize_t; typedef
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/
H A Dcext.h159 typedef int Py_ssize_t; typedef
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/rcssmin/
H A Drcssmin.c32 Py_ssize_t at_group;
929 static Py_ssize_t
930 rcssmin(const rchar *source, rchar *target, Py_ssize_t slength,
931 Py_ssize_t tlength, int keep_bang_comments)
1024 (Py_ssize_t)(target - tstart) + (Py_ssize_t)(ctx->sentinel - source);
1048 Py_ssize_t rlength, slength, length;
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp394 Py_ssize_t pos_iter = 0;
411 Py_ssize_t pos_iter = 0;
H A DScriptInterpreterPython.cpp722 Py_ssize_t pos = 0;
793 Py_ssize_t pos = 0;
/external/linux-tools-perf/src/tools/perf/util/
H A Dpython.c398 static Py_ssize_t pyrf_cpu_map__length(PyObject *obj)
405 static PyObject *pyrf_cpu_map__item(PyObject *obj, Py_ssize_t i)
467 static Py_ssize_t pyrf_thread_map__length(PyObject *obj)
474 static PyObject *pyrf_thread_map__item(PyObject *obj, Py_ssize_t i)
903 static Py_ssize_t pyrf_evlist__length(PyObject *obj)
910 static PyObject *pyrf_evlist__item(PyObject *obj, Py_ssize_t i)
/external/libxml2/python/
H A Dtypes.c636 Py_ssize_t size;
H A Dlibxml.c299 Py_ssize_t size;
364 Py_ssize_t size;

Completed in 1828 milliseconds