Home
last modified time | relevance | path

Searched refs:PyBUF_INDIRECT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dobject.h195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES) macro
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
/external/python/cpython2/Doc/c-api/
Dbuffer.rst216 | :c:macro:`PyBUF_INDIRECT` | This flag indicates the returned buffer must have |
248 | :c:macro:`PyBUF_FULL` | This is equivalent to ``(PyBUF_INDIRECT | |
251 | :c:macro:`PyBUF_FULL_RO` | This is equivalent to ``(PyBUF_INDIRECT | |