HomeSort by relevance Sort by last modified time
    Searched refs:PyBuffer_IsContiguous (Results 1 - 25 of 25) sorted by null

  /external/python/cpython3/Modules/
_testbuffer.c 271 if (PyBuffer_IsContiguous(&ndbuf->base, 'C'))
273 if (PyBuffer_IsContiguous(&ndbuf->base, 'F'))
    [all...]
binascii.c 234 if (!PyBuffer_IsContiguous(buf, 'C')) {
    [all...]
_ssl.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 414 PyBuffer_IsContiguous(Py_buffer *view, char fort)
494 if (PyBuffer_IsContiguous(view, fort)) {
545 if (PyBuffer_IsContiguous(view, fort)) {
614 if ((PyBuffer_IsContiguous(&view_dest, 'C') &&
615 PyBuffer_IsContiguous(&view_src, 'C')) ||
616 (PyBuffer_IsContiguous(&view_dest, 'F') &&
617 PyBuffer_IsContiguous(&view_src, 'F'))) {
    [all...]
memoryobject.c 271 if (PyBuffer_IsContiguous(view, fort)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 414 PyBuffer_IsContiguous(Py_buffer *view, char fort)
494 if (PyBuffer_IsContiguous(view, fort)) {
545 if (PyBuffer_IsContiguous(view, fort)) {
614 if ((PyBuffer_IsContiguous(&view_dest, 'C') &&
615 PyBuffer_IsContiguous(&view_src, 'C')) ||
616 (PyBuffer_IsContiguous(&view_dest, 'F') &&
617 PyBuffer_IsContiguous(&view_src, 'F'))) {
    [all...]
memoryobject.c 271 if (PyBuffer_IsContiguous(view, fort)) {
  /external/python/cpython2/Objects/
abstract.c 414 PyBuffer_IsContiguous(Py_buffer *view, char fort)
494 if (PyBuffer_IsContiguous(view, fort)) {
545 if (PyBuffer_IsContiguous(view, fort)) {
614 if ((PyBuffer_IsContiguous(&view_dest, 'C') &&
615 PyBuffer_IsContiguous(&view_src, 'C')) ||
616 (PyBuffer_IsContiguous(&view_dest, 'F') &&
617 PyBuffer_IsContiguous(&view_src, 'F'))) {
    [all...]
memoryobject.c 271 if (PyBuffer_IsContiguous(view, fort)) {
  /external/python/cpython3/Objects/
abstract.c 408 PyBuffer_IsContiguous(const Py_buffer *view, char order)
483 if (PyBuffer_IsContiguous(view, fort)) {
552 if ((PyBuffer_IsContiguous(&view_dest, 'C') &&
553 PyBuffer_IsContiguous(&view_src, 'C')) ||
554 (PyBuffer_IsContiguous(&view_dest, 'F') &&
555 PyBuffer_IsContiguous(&view_src, 'F'))) {
    [all...]
memoryobject.c 600 if (PyBuffer_IsContiguous(view, 'C'))
602 if (PyBuffer_IsContiguous(view, 'F'))
929 if (PyBuffer_IsContiguous(view, order))
984 if (PyBuffer_IsContiguous(src, order)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /external/python/cpython2/Include/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
    [all...]
  /external/python/cpython3/Include/
abstract.h 664 PyAPI_FUNC(int) PyBuffer_IsContiguous(const Py_buffer *view, char fort);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c     [all...]
  /external/python/cpython2/Python/
getargs.c     [all...]
  /external/python/cpython3/Python/
getargs.c     [all...]
  /external/python/cpython2/Modules/
_ssl.c     [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 487 if (!PyBuffer_IsContiguous(buffer, 'C')) {
    [all...]

Completed in 198 milliseconds