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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
string_format.h 67 SubString_init(SubString *str, STRINGLIB_CHAR *p, Py_ssize_t len)
131 Py_ssize_t size_increment;
136 output_initialize(OutputString *output, Py_ssize_t size)
156 output_extend(OutputString *output, Py_ssize_t count)
159 Py_ssize_t curlen = output->ptr - startptr;
160 Py_ssize_t maxlen = curlen + count + output->size_increment;
182 output_data(OutputString *output, const STRINGLIB_CHAR *s, Py_ssize_t count)
195 static Py_ssize_t
198 Py_ssize_t accumulator = 0;
199 Py_ssize_t digitval;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longintrepr.h 31 - the long <-> size_t/Py_ssize_t conversion functions expect that
95 PyAPI_FUNC(PyLongObject *) _PyLong_New(Py_ssize_t);
node.h 23 PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
structmember.h 40 Py_ssize_t offset;
76 #define T_PYSSIZET 19 /* Py_ssize_t */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 8 Py_ssize_t pos;
9 Py_ssize_t string_size;
25 static Py_ssize_t
30 Py_ssize_t len;
110 static Py_ssize_t
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len)
230 Py_ssize_t size, n;
299 Py_ssize_t size, n;
344 Py_ssize_t maxsize, size, n;
404 Py_ssize_t len, n;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cStringIO.c 47 Py_ssize_t pos, string_size;
57 Py_ssize_t pos, string_size;
59 Py_ssize_t buf_size;
68 Py_ssize_t pos, string_size;
129 Py_ssize_t s;
160 IO_cread(PyObject *self, char **output, Py_ssize_t n) {
161 Py_ssize_t l;
184 Py_ssize_t n = -1;
199 Py_ssize_t len;
249 Py_ssize_t hint = 0, length = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longintrepr.h 31 - the long <-> size_t/Py_ssize_t conversion functions expect that
95 PyAPI_FUNC(PyLongObject *) _PyLong_New(Py_ssize_t);
structmember.h 40 Py_ssize_t offset;
76 #define T_PYSSIZET 19 /* Py_ssize_t */
  /external/protobuf/python/google/protobuf/pyext/
scoped_pyobject_ptr.h 78 Py_ssize_t refcnt() const { return Py_REFCNT(ptr_); }
  /external/python/cpython2/Include/
longintrepr.h 31 - the long <-> size_t/Py_ssize_t conversion functions expect that
95 PyAPI_FUNC(PyLongObject *) _PyLong_New(Py_ssize_t);
node.h 23 PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
structmember.h 40 Py_ssize_t offset;
76 #define T_PYSSIZET 19 /* Py_ssize_t */
  /external/python/cpython2/Modules/_io/
bytesio.c 8 Py_ssize_t pos;
9 Py_ssize_t string_size;
25 static Py_ssize_t
30 Py_ssize_t len;
110 static Py_ssize_t
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len)
230 Py_ssize_t size, n;
299 Py_ssize_t size, n;
344 Py_ssize_t maxsize, size, n;
404 Py_ssize_t len, n
    [all...]
  /external/python/cpython2/Modules/
cStringIO.c 47 Py_ssize_t pos, string_size;
57 Py_ssize_t pos, string_size;
59 Py_ssize_t buf_size;
68 Py_ssize_t pos, string_size;
129 Py_ssize_t s;
160 IO_cread(PyObject *self, char **output, Py_ssize_t n) {
161 Py_ssize_t l;
184 Py_ssize_t n = -1;
199 Py_ssize_t len;
249 Py_ssize_t hint = 0, length = 0
    [all...]
  /prebuilts/gdb/darwin-x86/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);
node.h 24 PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
structmember.h 40 Py_ssize_t offset;
76 #define T_PYSSIZET 19 /* Py_ssize_t */
  /prebuilts/gdb/linux-x86/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);
node.h 24 PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
structmember.h 40 Py_ssize_t offset;
76 #define T_PYSSIZET 19 /* Py_ssize_t */
  /prebuilts/python/darwin-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);
node.h 24 PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
structmember.h 40 Py_ssize_t offset;
76 #define T_PYSSIZET 19 /* Py_ssize_t */
  /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);
node.h 24 PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);

Completed in 448 milliseconds

<<11121314151617181920>>