Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobject.h89 #define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES) macro
/external/python/cpython2/Include/
Dobject.h193 #define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES) macro