Searched refs:PyBUF_UNUSED (Results 1 – 1 of 1) sorted by relevance
1278 #define PyBUF_UNUSED 0x10000 macro1293 int getbuf = PyBUF_UNUSED; /* re-exporter: getbuffer request flags */ in ndarray_init()1310 getbuf = (getbuf == PyBUF_UNUSED) ? PyBUF_FULL_RO : getbuf; in ndarray_init()1322 if (getbuf != PyBUF_UNUSED) { in ndarray_init()