HomeSort by relevance Sort by last modified time
    Searched refs:Py_ssize_t (Results 226 - 250 of 617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 39 Py_ssize_t len;
230 Py_ssize_t buffer_size;
231 Py_ssize_t buffer_mask;
554 static Py_ssize_t
561 _bufferedreader_peek_unlocked(buffered *self, Py_ssize_t);
565 _bufferedreader_read_fast(buffered *self, Py_ssize_t);
567 _bufferedreader_read_generic(buffered *self, Py_ssize_t);
576 static Py_ssize_t *
650 Py_ssize_t n;
751 Py_ssize_t n = 0;
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 39 Py_ssize_t len;
229 Py_ssize_t buffer_size;
230 Py_ssize_t buffer_mask;
391 Py_ssize_t res;
569 static Py_ssize_t
576 _bufferedreader_peek_unlocked(buffered *self, Py_ssize_t);
580 _bufferedreader_read_fast(buffered *self, Py_ssize_t);
582 _bufferedreader_read_generic(buffered *self, Py_ssize_t);
591 _set_BlockingIOError(char *msg, Py_ssize_t written)
603 static Py_ssize_t *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
transmogrify.h 85 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill)
130 Py_ssize_t width;
160 Py_ssize_t width;
190 Py_ssize_t marg, left;
191 Py_ssize_t width;
223 Py_ssize_t fill;
226 Py_ssize_t width;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_heapqmodule.c 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
39 Py_ssize_t parentpos, size;
75 _siftup(PyListObject *heap, Py_ssize_t pos)
77 Py_ssize_t startpos, endpos, childpos, rightpos, limit;
149 Py_ssize_t n;
265 Py_ssize_t i, n;
294 Py_ssize_t i, n;
374 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
    [all...]
itertoolsmodule.c 646 Py_ssize_t i, n=2;
    [all...]
cPickle.c 142 Py_ssize_t length; /* number of initial slots in data currently used */
143 Py_ssize_t size; /* number of slots in data allocated */
150 Py_ssize_t i;
196 Pdata_clear(Pdata *self, Py_ssize_t clearto)
198 Py_ssize_t i;
217 Py_ssize_t bigger;
218 Py_ssize_t nbytes;
282 Pdata_popTuple(Pdata *self, Py_ssize_t start)
285 Py_ssize_t i, j, l;
299 Pdata_popList(Pdata *self, Py_ssize_t start)
    [all...]
_collectionsmodule.c 59 static Py_ssize_t numfreeblocks = 0;
63 newblock(block *leftlink, block *rightlink, Py_ssize_t len) {
102 Py_ssize_t leftindex; /* in range(BLOCKLEN) */
103 Py_ssize_t rightindex; /* in range(BLOCKLEN) */
104 Py_ssize_t len;
106 Py_ssize_t maxlen;
413 _deque_rotate(dequeobject *deque, Py_ssize_t n)
415 Py_ssize_t m, len=deque->len, halflen=len>>1;
506 Py_ssize_t n=1;
523 Py_ssize_t leftindex = deque->leftindex;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_heapqmodule.c 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
40 Py_ssize_t parentpos;
73 _siftup(PyListObject *heap, Py_ssize_t pos)
75 Py_ssize_t startpos, endpos, childpos, rightpos;
150 Py_ssize_t n;
266 Py_ssize_t i, n;
295 Py_ssize_t i, n;
375 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
    [all...]
itertoolsmodule.c 627 Py_ssize_t i, n=2;
    [all...]
  /external/python/cpython2/Modules/
_heapqmodule.c 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
39 Py_ssize_t parentpos, size;
75 _siftup(PyListObject *heap, Py_ssize_t pos)
77 Py_ssize_t startpos, endpos, childpos, rightpos, limit;
149 Py_ssize_t n;
270 Py_ssize_t i, n;
299 Py_ssize_t i, n;
379 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos
    [all...]
itertoolsmodule.c 643 Py_ssize_t i, n=2;
    [all...]
cPickle.c 142 Py_ssize_t length; /* number of initial slots in data currently used */
143 Py_ssize_t size; /* number of slots in data allocated */
150 Py_ssize_t i;
196 Pdata_clear(Pdata *self, Py_ssize_t clearto)
198 Py_ssize_t i;
217 Py_ssize_t bigger;
218 Py_ssize_t nbytes;
282 Pdata_popTuple(Pdata *self, Py_ssize_t start)
285 Py_ssize_t i, j, l;
299 Pdata_popList(Pdata *self, Py_ssize_t start
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 6 static Py_ssize_t
115 _strided_copy_nd(char *dest, char *src, int nd, Py_ssize_t *shape,
116 Py_ssize_t *strides, Py_ssize_t itemsize, char fort)
119 Py_ssize_t outstride;
175 Py_ssize_t *indices;
177 Py_ssize_t elements;
179 void (*func)(int, Py_ssize_t *, const Py_ssize_t *);
181 if (view->ndim > PY_SSIZE_T_MAX / sizeof(Py_ssize_t)) {
    [all...]
structseq.c 45 Py_ssize_t i, size;
54 static Py_ssize_t
61 structseq_item(PyStructSequence *obj, Py_ssize_t i)
72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high)
75 Py_ssize_t i;
98 Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
114 Py_ssize_t start, stop, step, slicelen, cur, i;
149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields;
243 Py_ssize_t len;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 6 static Py_ssize_t
115 _strided_copy_nd(char *dest, char *src, int nd, Py_ssize_t *shape,
116 Py_ssize_t *strides, Py_ssize_t itemsize, char fort)
119 Py_ssize_t outstride;
175 Py_ssize_t *indices;
177 Py_ssize_t elements;
179 void (*func)(int, Py_ssize_t *, const Py_ssize_t *);
181 if (view->ndim > PY_SSIZE_T_MAX / sizeof(Py_ssize_t)) {
    [all...]
structseq.c 45 Py_ssize_t i, size;
54 static Py_ssize_t
61 structseq_item(PyStructSequence *obj, Py_ssize_t i)
72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high)
75 Py_ssize_t i;
98 Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
114 Py_ssize_t start, stop, step, slicelen, cur, i;
149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields;
242 Py_ssize_t len;
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 82 static Py_ssize_t Length(RepeatedCompositeContainer* self) {
103 Py_ssize_t message_length = Length(self);
104 Py_ssize_t child_length = PyList_GET_SIZE(self->child_messages);
107 for (Py_ssize_t i = child_length; i < message_length; ++i) {
260 Py_ssize_t from;
261 Py_ssize_t to;
262 Py_ssize_t step;
263 Py_ssize_t length = Length(self);
264 Py_ssize_t slicelength;
291 Py_ssize_t index = PySequence_Index(self->child_messages, value)
    [all...]
  /external/python/cpython2/Objects/
memoryobject.c 6 static Py_ssize_t
115 _strided_copy_nd(char *dest, char *src, int nd, Py_ssize_t *shape,
116 Py_ssize_t *strides, Py_ssize_t itemsize, char fort)
119 Py_ssize_t outstride;
175 Py_ssize_t *indices;
177 Py_ssize_t elements;
179 void (*func)(int, Py_ssize_t *, const Py_ssize_t *);
181 if (view->ndim > PY_SSIZE_T_MAX / sizeof(Py_ssize_t)) {
    [all...]
structseq.c 45 Py_ssize_t i, size;
54 static Py_ssize_t
61 structseq_item(PyStructSequence *obj, Py_ssize_t i)
72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high)
75 Py_ssize_t i;
98 Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
114 Py_ssize_t start, stop, step, slicelen, cur, i;
149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields;
243 Py_ssize_t len
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 48 MultibyteCodec_State *, const Py_UNICODE **, Py_ssize_t,
54 make_tuple(PyObject *object, Py_ssize_t len)
164 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize)
166 Py_ssize_t orgpos, orgsize, incsize;
168 orgpos = (Py_ssize_t)((char *)buf->outbuf -
194 expand_decodebuffer(MultibyteDecodeBuffer *buf, Py_ssize_t esize)
196 Py_ssize_t orgpos, orgsize;
198 orgpos = (Py_ssize_t)(buf->outbuf - PyUnicode_AS_UNICODE(buf->outobj));
225 PyObject *errors, Py_ssize_t e)
228 Py_ssize_t retstrsize, newpos;
    [all...]
_codecs_iso2022.c 106 typedef DBCHAR (*iso2022_encode_func)(const ucs4_t *data, Py_ssize_t *length);
162 Py_ssize_t insize;
185 Py_ssize_t length = 1;
302 static Py_ssize_t
304 const unsigned char **inbuf, Py_ssize_t *inleft)
307 Py_ssize_t i, esclen;
390 static Py_ssize_t
392 const unsigned char **inbuf, Py_ssize_t *inleft,
393 Py_UNICODE **outbuf, Py_ssize_t *outleft)
427 Py_ssize_t err;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 48 MultibyteCodec_State *, const Py_UNICODE **, Py_ssize_t,
54 make_tuple(PyObject *object, Py_ssize_t len)
164 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize)
166 Py_ssize_t orgpos, orgsize, incsize;
168 orgpos = (Py_ssize_t)((char *)buf->outbuf -
192 expand_decodebuffer(MultibyteDecodeBuffer *buf, Py_ssize_t esize)
194 Py_ssize_t orgpos, orgsize;
196 orgpos = (Py_ssize_t)(buf->outbuf - PyUnicode_AS_UNICODE(buf->outobj));
223 PyObject *errors, Py_ssize_t e)
226 Py_ssize_t retstrsize, newpos;
    [all...]
_codecs_iso2022.c 106 typedef DBCHAR (*iso2022_encode_func)(const ucs4_t *data, Py_ssize_t *length);
162 Py_ssize_t insize;
185 Py_ssize_t length = 1;
302 static Py_ssize_t
304 const unsigned char **inbuf, Py_ssize_t *inleft)
307 Py_ssize_t i, esclen;
390 static Py_ssize_t
392 const unsigned char **inbuf, Py_ssize_t *inleft,
393 Py_UNICODE **outbuf, Py_ssize_t *outleft)
427 Py_ssize_t err;
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 48 MultibyteCodec_State *, const Py_UNICODE **, Py_ssize_t,
54 make_tuple(PyObject *object, Py_ssize_t len)
164 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize)
166 Py_ssize_t orgpos, orgsize, incsize;
168 orgpos = (Py_ssize_t)((char *)buf->outbuf -
194 expand_decodebuffer(MultibyteDecodeBuffer *buf, Py_ssize_t esize)
196 Py_ssize_t orgpos, orgsize;
198 orgpos = (Py_ssize_t)(buf->outbuf - PyUnicode_AS_UNICODE(buf->outobj));
225 PyObject *errors, Py_ssize_t e)
228 Py_ssize_t retstrsize, newpos
    [all...]
_codecs_iso2022.c 106 typedef DBCHAR (*iso2022_encode_func)(const ucs4_t *data, Py_ssize_t *length);
162 Py_ssize_t insize;
185 Py_ssize_t length = 1;
302 static Py_ssize_t
304 const unsigned char **inbuf, Py_ssize_t *inleft)
307 Py_ssize_t i, esclen;
390 static Py_ssize_t
392 const unsigned char **inbuf, Py_ssize_t *inleft,
393 Py_UNICODE **outbuf, Py_ssize_t *outleft)
427 Py_ssize_t err
    [all...]

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>