Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h88 #define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES) macro
/external/python/cpython2/Include/
Dobject.h192 #define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES) macro