Home
last modified time | relevance | path

Searched refs:MV_C_CONTIGUOUS (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dmemoryobject.c217 #define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C)) macro
1375 if (!MV_C_CONTIGUOUS(self->flags)) { in memoryview_cast_impl()
1470 if (REQ_C_CONTIGUOUS(flags) && !MV_C_CONTIGUOUS(baseflags)) { in memory_getbuf()
1491 if (!MV_C_CONTIGUOUS(baseflags)) { in memory_getbuf()
2247 if (MV_C_CONTIGUOUS(self->flags)) { in memoryview_hex_impl()
2971 if (!MV_C_CONTIGUOUS(self->flags)) { in memory_hash()
3095 return PyBool_FromLong(MV_C_CONTIGUOUS(self->flags)); in memory_c_contiguous()

Completed in 5 milliseconds