Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c49 #define ND_DEFAULT 0x000 macro
1291 int flags = ND_DEFAULT; /* base buffer and ndarray flags */ in ndarray_init()
1303 !(flags == ND_DEFAULT || flags == ND_REDIRECT)) { in ndarray_init()
1357 int flags = ND_DEFAULT; /* base buffer flags */ in ndarray_push()