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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Optimize.c 135 Py_ssize_t cix = ix; local
136 if (cix < 0) {
137 cix += size;
139 if (likely(0 <= cix && cix < size)) {
140 PyObject* v = PyList_GET_ITEM(L, cix);
143 memmove(&PyList_GET_ITEM(L, cix), &PyList_GET_ITEM(L, cix+1), (size_t)(size-cix)*sizeof(PyObject*));
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 596 milliseconds