Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c65 #define ND_IS_CONSUMER(nd) \ macro
225 if (ND_IS_CONSUMER(self)) { in ndarray_dealloc()
1368 if (ND_IS_CONSUMER(nd)) { in ndarray_push()
1391 if (ND_IS_CONSUMER(nd)) { in ndarray_pop()
1537 if (!ND_IS_CONSUMER(self)) { in ndarray_releasebuf()
2244 if (!ND_IS_CONSUMER(nd)) in ndarray_memoryview_from_buffer()
2246 else if (NDArray_Check(view->obj) && !ND_IS_CONSUMER(view->obj)) in ndarray_memoryview_from_buffer()