Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c78 #define REQ_STRIDES(flags) ((flags&PyBUF_STRIDES) == PyBUF_STRIDES) macro
1438 (REQ_STRIDES(flags) && base->strides == NULL))) { in ndarray_getbuf()
1489 if (!REQ_STRIDES(flags)) { in ndarray_getbuf()
/external/python/cpython3/Objects/
Dmemoryobject.c235 #define REQ_STRIDES(flags) ((flags&PyBUF_STRIDES) == PyBUF_STRIDES) macro
1483 if (!REQ_STRIDES(flags)) { in memory_getbuf()