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

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Objects/
bufferobject.c 11 Py_ssize_t b_size;
12 Py_ssize_t b_offset;
26 get_buf(PyBufferObject *self, void **ptr, Py_ssize_t *size,
35 Py_ssize_t count, offset;
99 buffer_from_memory(PyObject *base, Py_ssize_t size, Py_ssize_t offset, void *ptr,
131 buffer_from_object(PyObject *base, Py_ssize_t size, Py_ssize_t offset, int readonly)
142 Py_ssize_t base_size = b->b_size - offset;
156 PyBuffer_FromObject(PyObject *base, Py_ssize_t offset, Py_ssize_t size
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 11 Py_ssize_t b_size;
12 Py_ssize_t b_offset;
26 get_buf(PyBufferObject *self, void **ptr, Py_ssize_t *size,
35 Py_ssize_t count, offset;
99 buffer_from_memory(PyObject *base, Py_ssize_t size, Py_ssize_t offset, void *ptr,
131 buffer_from_object(PyObject *base, Py_ssize_t size, Py_ssize_t offset, int readonly)
142 Py_ssize_t base_size = b->b_size - offset;
156 PyBuffer_FromObject(PyObject *base, Py_ssize_t offset, Py_ssize_t size)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer */
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort);
    [all...]
setobject.h 38 Py_ssize_t fill; /* # Active + # Dummy */
39 Py_ssize_t used; /* # Active */
45 Py_ssize_t mask;
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
91 PyAPI_FUNC(int) _PySet_Next(PyObject *set, Py_ssize_t *pos, PyObject **key);
92 PyAPI_FUNC(int) _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, long *hash);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer */
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort);
    [all...]
setobject.h 38 Py_ssize_t fill; /* # Active + # Dummy */
39 Py_ssize_t used; /* # Active */
45 Py_ssize_t mask;
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
91 PyAPI_FUNC(int) _PySet_Next(PyObject *set, Py_ssize_t *pos, PyObject **key);
92 PyAPI_FUNC(int) _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, long *hash);
  /external/python/cpython2/Include/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer *
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort)
    [all...]
setobject.h 38 Py_ssize_t fill; /* # Active + # Dummy */
39 Py_ssize_t used; /* # Active */
45 Py_ssize_t mask;
85 PyAPI_FUNC(Py_ssize_t) PySet_Size(PyObject *anyset);
91 PyAPI_FUNC(int) _PySet_Next(PyObject *set, Py_ssize_t *pos, PyObject **key);
92 PyAPI_FUNC(int) _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, long *hash);
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer *
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer *
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer *
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 397 do {Py_ssize_t i_; Py_UNICODE *t_ = (target); Py_UNICODE v_ = (value);\
417 Py_ssize_t length; /* Length of raw Unicode data in buffer */
466 Py_ssize_t size /* size of buffer */
472 Py_ssize_t size /* size of buffer */
490 PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
513 Py_ssize_t length /* New length */
563 Py_ssize_t format_spec_len);
576 Py_ssize_t size /* size of buffer */
591 PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar(
594 Py_ssize_t size /* size of buffer *
    [all...]
abstract.h 421 PyAPI_FUNC(Py_ssize_t) PyObject_Size(PyObject *o);
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
436 PyAPI_FUNC(Py_ssize_t) _PyObject_LengthHint(PyObject *o, Py_ssize_t);
478 Py_ssize_t *buffer_len);
503 Py_ssize_t *buffer_len);
519 Py_ssize_t *buffer_len);
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
566 Py_ssize_t len, char fort);
569 Py_ssize_t len, char fort)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_bisectmodule.c 8 static Py_ssize_t
9 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi)
12 Py_ssize_t mid, res;
47 Py_ssize_t lo = 0;
48 Py_ssize_t hi = -1;
49 Py_ssize_t index;
78 Py_ssize_t lo = 0;
79 Py_ssize_t hi = -1;
80 Py_ssize_t index;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_bisectmodule.c 8 static Py_ssize_t
9 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi)
12 Py_ssize_t mid, res;
44 Py_ssize_t lo = 0;
45 Py_ssize_t hi = -1;
46 Py_ssize_t index;
74 Py_ssize_t lo = 0;
75 Py_ssize_t hi = -1;
76 Py_ssize_t index;
    [all...]
  /external/python/cpython2/Modules/
_bisectmodule.c 8 static Py_ssize_t
9 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi)
12 Py_ssize_t mid, res;
47 Py_ssize_t lo = 0;
48 Py_ssize_t hi = -1;
49 Py_ssize_t index;
78 Py_ssize_t lo = 0;
79 Py_ssize_t hi = -1;
80 Py_ssize_t index
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
split.h 58 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
59 Py_ssize_t maxcount)
61 Py_ssize_t i, j, count=0;
106 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
108 Py_ssize_t maxcount)
110 Py_ssize_t i, j, count=0;
149 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
150 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len,
151 Py_ssize_t maxcount)
153 Py_ssize_t i, j, pos, count=0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
split.h 58 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
59 Py_ssize_t maxcount)
61 Py_ssize_t i, j, count=0;
106 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
108 Py_ssize_t maxcount)
110 Py_ssize_t i, j, count=0;
149 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
150 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len,
151 Py_ssize_t maxcount)
153 Py_ssize_t i, j, pos, count=0;
    [all...]
  /external/python/cpython2/Objects/stringlib/
split.h 58 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
59 Py_ssize_t maxcount)
61 Py_ssize_t i, j, count=0;
106 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
108 Py_ssize_t maxcount)
110 Py_ssize_t i, j, count=0;
149 const STRINGLIB_CHAR* str, Py_ssize_t str_len,
150 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len,
151 Py_ssize_t maxcount)
153 Py_ssize_t i, j, pos, count=0
    [all...]

Completed in 385 milliseconds

1 2 34 5 6 7 8 91011>>