Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Doperator.c251 _tscmp(const unsigned char *a, const unsigned char *b, in _tscmp() function
312 rc = _tscmp((const unsigned char *)PyUnicode_AS_DATA(a), in compare_digest()
352 rc = _tscmp((const unsigned char*)view_a.buf, in compare_digest()
/external/python/cpython3/Modules/
D_operator.c727 _tscmp(const unsigned char *a, const unsigned char *b, in _tscmp() function
822 rc = _tscmp(PyUnicode_DATA(a), in _operator__compare_digest_impl()
862 rc = _tscmp((const unsigned char*)view_a.buf, in _operator__compare_digest_impl()