Home
last modified time | relevance | path

Searched refs:self_len (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DStringTools.c565 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in __Pyx_PyBytes_SingleTailmatch() local
597 if (end > self_len) in __Pyx_PyBytes_SingleTailmatch()
598 end = self_len; in __Pyx_PyBytes_SingleTailmatch()
600 end += self_len; in __Pyx_PyBytes_SingleTailmatch()
604 start += self_len; in __Pyx_PyBytes_SingleTailmatch()