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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ObjectHandling.c 465 PyObject** py_start, PyObject** py_stop, PyObject** py_slice,
468 #define __Pyx_PyObject_DelSlice(obj, cstart, cstop, py_start, py_stop, py_slice, has_cstart, has_cstop, wraparound) \
469 __Pyx_PyObject_SetSlice(obj, (PyObject*)NULL, cstart, cstop, py_start, py_stop, py_slice, has_cstart, has_cstop, wraparound)
474 PyObject** py_start, PyObject** py_stop, PyObject** py_slice,
544 PyObject *py_slice, *py_start, *py_stop;
551 py_start = *_py_start;
554 owned_start = py_start = PyInt_FromSsize_t(cstart);
555 if (unlikely(!py_start)) goto bad;
557 py_start = Py_None;
571 py_slice = PySlice_New(py_start, py_stop, Py_None)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py     [all...]

Completed in 104 milliseconds