Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c255 #define HAVE_SUBOFFSETS_IN_LAST_DIM(view) \ macro
262 return (!HAVE_SUBOFFSETS_IN_LAST_DIM(dest) && in last_dim_is_contiguous()
263 !HAVE_SUBOFFSETS_IN_LAST_DIM(src) && in last_dim_is_contiguous()