Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c1278 #define PyBUF_UNUSED 0x10000 macro
1293 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()