Searched refs:PyBUF_C_CONTIGUOUS (Results 1 – 6 of 6) sorted by relevance
81 #define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES) macro
75 #define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)2875 PyModule_AddIntMacro(m, PyBUF_C_CONTIGUOUS); in PyInit__testbuffer()
232 #define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
298 | .. c:macro:: PyBUF_C_CONTIGUOUS | yes | yes | NULL | C |
981 (match(req, PyBUF_C_CONTIGUOUS) and not ex.c_contiguous) or1026 PyBUF_C_CONTIGUOUS, PyBUF_F_CONTIGUOUS, PyBUF_ANY_CONTIGUOUS,1110 self.assertRaises(BufferError, ndarray, ex, getbuf=PyBUF_C_CONTIGUOUS)
1145 * :const:`PyBUF_C_CONTIGUOUS` and :const:`PyBUF_F_CONTIGUOUS`