Searched defs:PySlice_GetIndicesEx (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dsliceobject.c133 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, function
263 if (PySlice_GetIndicesEx(self, ilen, &start, &stop,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dsliceobject.c133 PySlice_GetIndicesEx(PySliceObject *r, Py_ssize_t length, function
262 if (PySlice_GetIndicesEx(self, ilen, &start, &stop,

Completed in 133 milliseconds