HomeSort by relevance Sort by last modified time
    Searched refs:newarrayobject (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
arrayarray.h 65 static CYTHON_INLINE PyObject * newarrayobject(PyTypeObject *type, Py_ssize_t size, function
101 PyObject* newarrayobject(PyTypeObject *type, Py_ssize_t size,
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 119 array newarrayobject(PyTypeObject* type, Py_ssize_t size, arraydescr *descr)
132 op = newarrayobject(Py_TYPE(template), length, template.ob_descr)
139 op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr)

Completed in 147 milliseconds