Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h214 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES) macro
/external/python/cpython2/Include/
Dobject.h195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES) macro