HomeSort by relevance Sort by last modified time
    Searched refs:Py_buffer (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/python/cpython2/Modules/
binascii.c 191 Py_buffer pascii;
277 Py_buffer pbin;
362 Py_buffer pascii;
469 Py_buffer pbuf;
534 Py_buffer pascii;
617 Py_buffer pbuf;
679 Py_buffer pbin;
734 Py_buffer pin;
850 Py_buffer pin;
877 Py_buffer pbuf
    [all...]
_hashopenssl.c 299 Py_buffer view;
391 Py_buffer view = { 0 };
542 Py_buffer view = { 0 };
671 Py_buffer password, salt;
831 Py_buffer view = { 0 }; \
cStringIO.c 69 Py_buffer pbuf;
449 Py_buffer buf;
683 Py_buffer buf;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c 47 static int getbuffer(PyObject *, Py_buffer *, char**);
157 Py_buffer *ptr = (Py_buffer *)PyCapsule_GetPointer(self, GETARGS_CAPSULE_NAME_CLEANUP_BUFFER);
834 Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
914 Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c 47 static int getbuffer(PyObject *, Py_buffer *, char**);
157 Py_buffer *ptr = (Py_buffer *)PyCapsule_GetPointer(self, GETARGS_CAPSULE_NAME_CLEANUP_BUFFER);
834 Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
914 Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
    [all...]
  /external/python/cpython2/Python/
getargs.c 47 static int getbuffer(PyObject *, Py_buffer *, char**);
157 Py_buffer *ptr = (Py_buffer *)PyCapsule_GetPointer(self, GETARGS_CAPSULE_NAME_CLEANUP_BUFFER);
853 Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
933 Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hashopenssl.c 226 Py_buffer view;
318 Py_buffer view = { 0 };
469 Py_buffer view = { 0 };
504 Py_buffer view = { 0 }; \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 107 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags)
124 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view)
130 _getbuffer(PyObject *obj, Py_buffer *view)
277 Py_buffer va, vb;
322 Py_buffer vo;
480 Py_buffer vbytes;
855 Py_buffer view;
1021 Py_buffer self_bytes, other_bytes;
    [all...]
abstract.c 360 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags)
372 _IsFortranContiguous(Py_buffer *view)
393 _IsCContiguous(Py_buffer *view)
414 PyBuffer_IsContiguous(Py_buffer *view, char fort)
430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices)
483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort)
534 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort)
587 Py_buffer view_dest, view_src;
680 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len,
714 PyBuffer_Release(Py_buffer *view)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 107 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags)
124 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view)
130 _getbuffer(PyObject *obj, Py_buffer *view)
277 Py_buffer va, vb;
322 Py_buffer vo;
480 Py_buffer vbytes;
849 Py_buffer view;
1017 Py_buffer self_bytes, other_bytes;
    [all...]
abstract.c 360 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags)
372 _IsFortranContiguous(Py_buffer *view)
393 _IsCContiguous(Py_buffer *view)
414 PyBuffer_IsContiguous(Py_buffer *view, char fort)
430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices)
483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort)
534 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort)
587 Py_buffer view_dest, view_src;
680 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len,
714 PyBuffer_Release(Py_buffer *view)
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 107 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags)
124 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view)
130 _getbuffer(PyObject *obj, Py_buffer *view)
276 Py_buffer va, vb;
321 Py_buffer vo;
479 Py_buffer vbytes;
854 Py_buffer view;
1022 Py_buffer self_bytes, other_bytes;
1157 Py_buffer subbuf;
    [all...]
abstract.c 360 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags)
372 _IsFortranContiguous(Py_buffer *view)
393 _IsCContiguous(Py_buffer *view)
414 PyBuffer_IsContiguous(Py_buffer *view, char fort)
430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices)
483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort)
534 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort)
587 Py_buffer view_dest, view_src;
680 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len,
714 PyBuffer_Release(Py_buffer *view
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cStringIO.c 69 Py_buffer pbuf;
449 Py_buffer buf;
683 Py_buffer buf;
shamodule.c 431 Py_buffer view;
551 Py_buffer view = { 0 };
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /external/python/cpython2/Include/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 179 } Py_buffer;
181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int);
182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 403 Py_buffer buf;
564 Py_buffer buf;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 393 Py_buffer buf;
554 Py_buffer buf;
fileio.c 476 Py_buffer pbuf;
657 Py_buffer pbuf;

Completed in 326 milliseconds

12 3 4