Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c29 #define CHECK_LIST_OR_TUPLE(v) \ macro
1186 CHECK_LIST_OR_TUPLE(shape) in init_ndbuf()
1196 CHECK_LIST_OR_TUPLE(strides) in init_ndbuf()
1228 CHECK_LIST_OR_TUPLE(items) in init_ndbuf()
2318 CHECK_LIST_OR_TUPLE(seq); in get_pointer()
/external/python/cpython3/Objects/
Dmemoryobject.c188 #define CHECK_LIST_OR_TUPLE(v) \ macro
1369 CHECK_LIST_OR_TUPLE(shape) in memory_cast()