Home
last modified time | relevance | path

Searched refs:arraycmp (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_testbuffer.c2482 arraycmp(const Py_ssize_t *a1, const Py_ssize_t *a2, const Py_ssize_t *shape, in arraycmp() function
2544 if ((v1.shape && !arraycmp(v1.shape, v2.shape, NULL, v1.ndim)) || in cmp_contig()
2545 (v1.strides && !arraycmp(v1.strides, v2.strides, v1.shape, v1.ndim)) || in cmp_contig()
2546 (v1.suboffsets && !arraycmp(v1.suboffsets, v2.suboffsets, NULL, in cmp_contig()

Completed in 5 milliseconds